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