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