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