admin
2018-12-03 9af018ba38596f59ba6219a7f63234cebe3839ab
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}