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