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