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