weimingfei
7 天以前 9958c9393c8c3a5e2350fa9023e14cbbf74b0d9a
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<>();