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