Administrator
2018-11-09 5d1b933b0814565fd4095dea7519dd5389582082
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}