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