This commit is contained in:
2023-03-04 16:29:55 +08:00
commit 397ba75479
1007 changed files with 109050 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
package com.jsowell.pile.service;
public interface IMemberWalletLogService {
// int deleteByPrimaryKey(Integer id);
//
// int insert(MemberWalletLog record);
//
// int insertSelective(MemberWalletLog record);
//
// MemberWalletLog selectByPrimaryKey(Integer id);
//
// int updateByPrimaryKeySelective(MemberWalletLog record);
//
// int updateByPrimaryKey(MemberWalletLog record);
}