yujian
2019-08-16 fb5a8918a7983bbdf83586f773884d3961bb3c6d
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}