admin
2022-09-16 70ebe043e6b62756be9e257fe954c747d46568b9
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}