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