公告板
版本库
filestore
活动
搜索
登录
main
/
fanli-server
返利
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
红包提现次数限制
yujian
2019-11-13
851e43f3d0a79154cb4dc3a55738a83a97797c2d
[fanli-server.git]
/
fanli
/
src
/
main
/
java
/
com
/
yeshi
/
fanli
/
dao
/
mybatis
/
ScanHistoryMapper.java
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
public interface ScanHistoryMapper {
long countUserScanHistory(Long userId);
}