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