mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 取现成功支付回调
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
package com.jsowell.pile.mapper;
|
||||
|
||||
import com.jsowell.pile.domain.ClearingWithdrawInfo;
|
||||
import java.util.List;
|
||||
import org.apache.ibatis.annotations.Param;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface ClearingWithdrawInfoMapper {
|
||||
/**
|
||||
* delete by primary key
|
||||
@@ -54,4 +55,6 @@ public interface ClearingWithdrawInfoMapper {
|
||||
int updateBatch(List<ClearingWithdrawInfo> list);
|
||||
|
||||
int batchInsert(@Param("list") List<ClearingWithdrawInfo> list);
|
||||
|
||||
ClearingWithdrawInfo selectByWithdrawCode(String withdrawCode);
|
||||
}
|
||||
Reference in New Issue
Block a user