admin
2018-12-20 16e18490ef5ba0e6cc9d932aaf51d0ba5d2fb0e0
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}