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