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