package com.nq.service; import com.nq.enums.EStockType; import com.nq.pojo.StockRealTimeBean; public interface IMandatoryLiquidationService { void RealTimeDataProcess(EStockType eStockType, StockRealTimeBean timeBean); }