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