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