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