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