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