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