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