admin
2019-09-25 28a0efc6ec16f3f82eb8e16e87269300d6744fd4
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}