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