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