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