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