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