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