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