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