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