From aadc9c5e167801a7e845088ca160642a9e99884d Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期二, 17 六月 2025 18:00:59 +0800
Subject: [PATCH] bug
---
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
index 7ca7160..d651122 100644
--- a/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
+++ b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -8,9 +8,32 @@
/// </summary>
public class UpdateParentEventArgs : EventArgs
{
+ /// <summary>
+ /// 鍗曚釜string鏁版嵁
+ /// </summary>
public string Data { get; set; }
+
+ /// <summary>
+ /// 杩囨护瀹炰綋
+ /// </summary>
public List<FilterEntity> FilterList { get; set; }
+
+ /// <summary>
+ /// 瀛楃涓插垪琛�
+ /// </summary>
public List<string> StringList { get; set; }
+
+
+ /// <summary>
+ /// 鍔ㄦ�佸璞″垪琛�
+ /// </summary>
+ public List<dynamic> DynamicList { get; set; }
+
+
+ /// <summary>
+ /// 鍗曚釜瀛楃涓�
+ /// </summary>
+ public string StringSingle { get; set; }
}
}
\ No newline at end of file
--
Gitblit v1.9.3