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