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