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