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