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