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