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