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