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