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