HDLLinkLocalSdk/src/main/java/com/hdl/sdk/link/core/bean/eventbus/BaseEventBus.java
File was renamed from app/src/main/java/com/hdl/photovoltaic/bean/BaseEventBus.java @@ -1,10 +1,6 @@ package com.hdl.photovoltaic.bean; package com.hdl.sdk.link.core.bean.eventbus; /** * 事件分发专用对象 */ public class BaseEventBus { private String topic; private String type; private Object data;