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