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