zxl
2025-10-11 3b2c5fb47caca6ab286e0c8ed8c0575024c528d0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package cn.lili.modules.wallet.mapper;
 
import cn.lili.modules.wallet.entity.dos.WalletLog;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
 
/**
 * 预存款日志数据处理层
 *
 * @author pikachu
 * @since 2020-02-25 14:10:16
 */
public interface WalletLogMapper extends BaseMapper<WalletLog> {
 
}