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