add 汇付支付回调表

This commit is contained in:
2023-05-20 10:19:20 +08:00
parent c8da3c3ba6
commit 0dcb78d3a3
3 changed files with 332 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
package com.jsowell.pile.mapper;
import generate.AdapayCallbackRecord;
public interface AdapayCallbackRecordMapper {
int deleteByPrimaryKey(Integer id);
int insert(AdapayCallbackRecord record);
int insertSelective(AdapayCallbackRecord record);
AdapayCallbackRecord selectByPrimaryKey(Integer id);
int updateByPrimaryKeySelective(AdapayCallbackRecord record);
int updateByPrimaryKey(AdapayCallbackRecord record);
}