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