保存汇付支付回调信息

This commit is contained in:
2023-05-20 10:53:49 +08:00
parent 4d9135869e
commit f16ebacda9
6 changed files with 103 additions and 93 deletions

View File

@@ -1,7 +1,9 @@
package com.jsowell.pile.mapper;
import generate.AdapayCallbackRecord;
import com.jsowell.pile.domain.AdapayCallbackRecord;
import org.springframework.stereotype.Repository;
@Repository
public interface AdapayCallbackRecordMapper {
int deleteByPrimaryKey(Integer id);