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