Administrator
2018-11-22 f268454f61fccb62597a5f2ec468bf207c9dde53
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}