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