yujian
2019-11-07 44919f5505a7b42a5f1a33f6c6d27b16188a42c6
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}