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