From 9bd12d8745d7a886f088b07408526c504384444d Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期二, 13 八月 2024 13:16:00 +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