admin
2019-12-04 da4c766d07a83e62992a0e287b678e13aeb6afda
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}