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