xiangpei
8 天以前 288ce585418550bbf2fd898fc01bc2ff9245f960
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> {
 
}