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