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