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