admin
2019-06-11 dcbbe0cbe629243eafef08714439332cf5dfe82a
1
2
3
4
5
6
7
8
package com.yeshi.fanli.dao.mybatis;
 
 
public interface ScanHistoryMapper {
 
    long countUserScanHistory(Long userId);
    
}