From 9d3b4f0525c5a0c9a4c1e521cec260226394842f Mon Sep 17 00:00:00 2001
From: lu <99954486@qq.com>
Date: 星期一, 13 一月 2025 16:02:29 +0800
Subject: [PATCH] 采购退料申请
---
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
new file mode 100644
index 0000000..64c6d7b
--- /dev/null
+++ b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -0,0 +1,20 @@
+锘縰sing System;
+using System.Collections.Generic;
+
+namespace Gs.DevApp.ToolBox
+{
+ /// <summary>
+ /// 鏇存柊鐖剁獥浣撲簨浠�
+ /// </summary>
+ public class UpdateParentEventArgs : EventArgs
+ {
+ public string Data { get; set; }
+ public List<FilterEntity> FilterList { get; set; }
+
+ public List<string> StringList { get; set; }
+
+ public List<dynamic> DynamicList { get; set; }
+
+ public string StringSingle { get; set; }
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3