Administrator
2018-12-03 4db8086da94d99ddce6bc7422fef9fde58dff36c
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}