yujian
2019-05-29 ea969d94ee7064e167ed269f3180c3e7fd2a068b
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}