From 88c60e6e4e03eb59bde5f83a944c818dfecb3975 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 05 十一月 2025 10:56:10 +0800
Subject: [PATCH] 最新版本541200007

---
 keyCabinet-android/lib_coremodel/src/main/java/com/doumee/lib_coremodel/bean/event/ActionEventData.java |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/keyCabinet-android/lib_coremodel/src/main/java/com/doumee/lib_coremodel/bean/event/ActionEventData.java b/keyCabinet-android/lib_coremodel/src/main/java/com/doumee/lib_coremodel/bean/event/ActionEventData.java
index 8085cdc..8f727c1 100644
--- a/keyCabinet-android/lib_coremodel/src/main/java/com/doumee/lib_coremodel/bean/event/ActionEventData.java
+++ b/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<>();

--
Gitblit v1.9.3