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