admin
2020-05-13 4a0ea29a9319959a9fe9edb9c5a3c4500762f62c
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}