admin
2019-05-14 8fd3a5fa4eca64e2a169bb7e3e2d823c8fa82211
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}