keyCabinet-android/lib_coremodel/src/main/java/com/doumee/lib_coremodel/bean/event/ActionEventData.java
@@ -28,6 +28,13 @@ this.data.put("type",type); } public ActionEventData(int type,String obj){ this.action = ActionEvent.Action.DO; this.data = new HashMap<>(); this.data.put("type",type); this.data.put("obj",obj); } public ActionEventData(int action,Object value) { this.action = action; this.data = new HashMap<>();