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