Administrator
2018-10-31 b040e161bc5b8b0da055bf0f0fce940e97b0ddd1
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}