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