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