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