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