From ccc1b0d541d8f3bdd2bcb72dd0b5533e68b886d5 Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 09 六月 2025 09:53:37 +0800
Subject: [PATCH] 采购明细报表
---
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