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