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