add 汇付支付回调表

This commit is contained in:
2023-05-20 10:21:04 +08:00
parent 0dcb78d3a3
commit 4d9135869e
2 changed files with 12 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.jsowell.pile.service;
public interface AdapayCallbackRecordService {
}

View File

@@ -0,0 +1,8 @@
package com.jsowell.pile.service.impl;
import com.jsowell.pile.service.AdapayCallbackRecordService;
import org.springframework.stereotype.Service;
@Service
public class AdapayCallbackRecordServiceImpl implements AdapayCallbackRecordService {
}