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