admin
2019-09-28 fe279c5bfcd5f3018f0f2aa7ac539a3b14afb550
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}