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