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