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