Administrator
2018-10-31 cf2ec236f73f24ab089a25601dadfd5dbeabc3e1
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}