yujian
2019-02-27 dcf7564dc5061fc88be3a9a4874305389d794155
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}