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