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