yujian
2019-07-11 3165a19feffb988e611405495b3ea85997f16f3a
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}