yujian
2020-05-18 bf052072dbce8c74f1eeff6adb4af1c73e94ffce
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}