From f661d7da8be688bfbe5c4977dc68223b5aa63959 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 12 十月 2024 20:51:36 +0800 Subject: [PATCH] 核心界面调整 --- WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs index f00ff2f..5c84b39 100644 --- a/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs +++ b/WinFrmUI/Yw.WinFrmUI.Core/GlobalUsings.cs @@ -15,4 +15,6 @@ global using System.Collections; global using System.ComponentModel; global using System.Runtime.InteropServices; -global using Yw.WinFrmUI.Page; \ No newline at end of file +global using Yw.WinFrmUI.Page; +global using System.ComponentModel.DataAnnotations; +global using System.Reflection; \ No newline at end of file -- Gitblit v1.9.3