mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-22 03:55:17 +08:00
新增钱包编号字段
This commit is contained in:
@@ -27,6 +27,11 @@ public class MemberWalletLog {
|
||||
*/
|
||||
private String memberId;
|
||||
|
||||
/**
|
||||
* 钱包编号
|
||||
*/
|
||||
private String walletCode;
|
||||
|
||||
/**
|
||||
* 类型(1-进账;2-出账)
|
||||
*/
|
||||
|
||||
@@ -63,10 +63,10 @@ public interface MemberWalletLogMapper {
|
||||
|
||||
int updateBatch(List<MemberWalletLog> list);
|
||||
|
||||
int updateBatchSelective(List<MemberWalletLog> list);
|
||||
|
||||
int batchInsert(@Param("list") List<MemberWalletLog> list);
|
||||
|
||||
int updateBatchSelective(List<MemberWalletLog> list);
|
||||
|
||||
/**
|
||||
* 查询用户账户余额变动信息
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user