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