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