This commit is contained in:
Guoqs
2024-07-23 15:59:18 +08:00
parent 0f81da5bd3
commit 3b600494b5

View File

@@ -25,9 +25,6 @@ import org.springframework.stereotype.Component;
public class ReadRealTimeMonitorDataHandler extends AbstractHandler{
private final String type = YKCUtils.frameType2Str(YKCFrameTypeCode.READ_REAL_TIME_MONITOR_DATA_CODE.getBytes());
@Autowired
private YKCPushCommandServiceImpl ykcPushBusinessServiceImpl;
@Override
public void afterPropertiesSet() throws Exception {