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