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