admin
2018-12-05 484fbd1d5372cc849be003c9c3f7482d6561ad00
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}