From 652561038e3a76660bb27ca75b06c40be3da45bb Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期五, 25 十月 2024 18:56:55 +0800
Subject: [PATCH] 优化格式
---
DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs | 16 ++++++++++++++++
1 files changed, 16 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..7ca7160
--- /dev/null
+++ b/DevApp/Gs.DevApp/ToolBox/UpdateParentEventArgs.cs
@@ -0,0 +1,16 @@
+锘縰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; }
+ }
+}
\ No newline at end of file
--
Gitblit v1.9.3