From 40fce2c7e4bf246146ba4e0684a34477948ac6e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=99=BA=E8=83=BD=E5=A4=A7=E7=9F=B3=E5=A4=B4?= Date: Fri, 10 Jan 2025 00:25:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=85=A8=E5=B1=80Utility?= =?UTF-8?q?=E6=89=A9=E5=B1=95=E7=9A=84=E5=91=BD=E5=90=8D=E7=A9=BA=E9=97=B4?= =?UTF-8?q?=E4=B8=BANewLife?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AntJob.Agent/AntJob.Agent.csproj | 2 +- AntJob.Data/AntJob.Data.csproj | 2 +- AntJob.Extensions/AntJob.Extensions.csproj | 2 +- AntJob.Server/AntJob.Server.csproj | 2 +- AntJob.Web/AntJob.Web.csproj | 6 +++--- AntJob.Web/Areas/Ant/Controllers/AppHistoryController.cs | 1 + AntJob.Web/Areas/Ant/Controllers/AppMessageController.cs | 1 + AntJob.Web/Areas/Ant/Controllers/AppOnlineController.cs | 1 + AntJob.Web/Areas/Ant/Controllers/JobErrorController.cs | 1 + AntJob/AntJob.csproj | 6 +++--- AntTest/AntTest.csproj | 2 +- AntTest/TemplateHelperTests.cs | 1 + Samples/HisData/Entity/收费字典.cs | 3 ++- Samples/HisData/Entity/病人医嘱信息.cs | 3 ++- Samples/HisData/Entity/病人医嘱明细信息.cs | 3 ++- Samples/HisData/Entity/病人基本信息.cs | 3 ++- .../HisData/Entity/病人药房请领单分月表202001.cs | 3 ++- Samples/HisData/HisData.csproj | 2 +- Samples/HisWeb/HisWeb.csproj | 2 +- 19 files changed, 28 insertions(+), 18 deletions(-) diff --git a/AntJob.Agent/AntJob.Agent.csproj b/AntJob.Agent/AntJob.Agent.csproj index 912c20f..8518ce6 100644 --- a/AntJob.Agent/AntJob.Agent.csproj +++ b/AntJob.Agent/AntJob.Agent.csproj @@ -32,7 +32,7 @@ - + diff --git a/AntJob.Data/AntJob.Data.csproj b/AntJob.Data/AntJob.Data.csproj index 31bfe85..42f79a6 100644 --- a/AntJob.Data/AntJob.Data.csproj +++ b/AntJob.Data/AntJob.Data.csproj @@ -37,7 +37,7 @@ - + diff --git a/AntJob.Extensions/AntJob.Extensions.csproj b/AntJob.Extensions/AntJob.Extensions.csproj index 61bebfa..933a0ba 100644 --- a/AntJob.Extensions/AntJob.Extensions.csproj +++ b/AntJob.Extensions/AntJob.Extensions.csproj @@ -43,7 +43,7 @@ - + diff --git a/AntJob.Server/AntJob.Server.csproj b/AntJob.Server/AntJob.Server.csproj index 7079521..edee6ad 100644 --- a/AntJob.Server/AntJob.Server.csproj +++ b/AntJob.Server/AntJob.Server.csproj @@ -29,7 +29,7 @@ - + diff --git a/AntJob.Web/AntJob.Web.csproj b/AntJob.Web/AntJob.Web.csproj index 66c9056..1a22d0a 100644 --- a/AntJob.Web/AntJob.Web.csproj +++ b/AntJob.Web/AntJob.Web.csproj @@ -44,9 +44,9 @@ - - - + + + diff --git a/AntJob.Web/Areas/Ant/Controllers/AppHistoryController.cs b/AntJob.Web/Areas/Ant/Controllers/AppHistoryController.cs index 8201fbf..e1a1209 100644 --- a/AntJob.Web/Areas/Ant/Controllers/AppHistoryController.cs +++ b/AntJob.Web/Areas/Ant/Controllers/AppHistoryController.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using AntJob.Data.Entity; +using NewLife; using NewLife.Cube; using NewLife.Cube.Extensions; using NewLife.Cube.ViewModels; diff --git a/AntJob.Web/Areas/Ant/Controllers/AppMessageController.cs b/AntJob.Web/Areas/Ant/Controllers/AppMessageController.cs index 6ca29f1..73e3a48 100644 --- a/AntJob.Web/Areas/Ant/Controllers/AppMessageController.cs +++ b/AntJob.Web/Areas/Ant/Controllers/AppMessageController.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using AntJob.Data.Entity; +using NewLife; using NewLife.Cube; using NewLife.Cube.Extensions; using NewLife.Cube.ViewModels; diff --git a/AntJob.Web/Areas/Ant/Controllers/AppOnlineController.cs b/AntJob.Web/Areas/Ant/Controllers/AppOnlineController.cs index ab6a6db..b96c950 100644 --- a/AntJob.Web/Areas/Ant/Controllers/AppOnlineController.cs +++ b/AntJob.Web/Areas/Ant/Controllers/AppOnlineController.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using AntJob.Data.Entity; +using NewLife; using NewLife.Cube; using NewLife.Cube.Extensions; using NewLife.Web; diff --git a/AntJob.Web/Areas/Ant/Controllers/JobErrorController.cs b/AntJob.Web/Areas/Ant/Controllers/JobErrorController.cs index 06f1472..43e853a 100644 --- a/AntJob.Web/Areas/Ant/Controllers/JobErrorController.cs +++ b/AntJob.Web/Areas/Ant/Controllers/JobErrorController.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using AntJob.Data.Entity; +using NewLife; using NewLife.Cube; using NewLife.Cube.Extensions; using NewLife.Cube.ViewModels; diff --git a/AntJob/AntJob.csproj b/AntJob/AntJob.csproj index fdfaf16..27549f7 100644 --- a/AntJob/AntJob.csproj +++ b/AntJob/AntJob.csproj @@ -49,9 +49,9 @@ - - - + + + diff --git a/AntTest/AntTest.csproj b/AntTest/AntTest.csproj index 1617d57..b3ebfca 100644 --- a/AntTest/AntTest.csproj +++ b/AntTest/AntTest.csproj @@ -11,7 +11,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/AntTest/TemplateHelperTests.cs b/AntTest/TemplateHelperTests.cs index 6d327c1..0325808 100644 --- a/AntTest/TemplateHelperTests.cs +++ b/AntTest/TemplateHelperTests.cs @@ -1,5 +1,6 @@ using System; using AntJob.Data; +using NewLife; using Xunit; namespace AntTest; diff --git a/Samples/HisData/Entity/收费字典.cs b/Samples/HisData/Entity/收费字典.cs index 4abfdd3..660ffa0 100644 --- a/Samples/HisData/Entity/收费字典.cs +++ b/Samples/HisData/Entity/收费字典.cs @@ -1,6 +1,7 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; +using NewLife; using XCode; using XCode.Configuration; using XCode.DataAccessLayer; diff --git a/Samples/HisData/Entity/病人医嘱信息.cs b/Samples/HisData/Entity/病人医嘱信息.cs index 381e363..4dc1ecb 100644 --- a/Samples/HisData/Entity/病人医嘱信息.cs +++ b/Samples/HisData/Entity/病人医嘱信息.cs @@ -1,6 +1,7 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; +using NewLife; using XCode; using XCode.Configuration; using XCode.DataAccessLayer; diff --git a/Samples/HisData/Entity/病人医嘱明细信息.cs b/Samples/HisData/Entity/病人医嘱明细信息.cs index 4d1e6a0..8ec5050 100644 --- a/Samples/HisData/Entity/病人医嘱明细信息.cs +++ b/Samples/HisData/Entity/病人医嘱明细信息.cs @@ -1,6 +1,7 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; +using NewLife; using XCode; using XCode.Configuration; using XCode.DataAccessLayer; diff --git a/Samples/HisData/Entity/病人基本信息.cs b/Samples/HisData/Entity/病人基本信息.cs index b7b52d1..4433b97 100644 --- a/Samples/HisData/Entity/病人基本信息.cs +++ b/Samples/HisData/Entity/病人基本信息.cs @@ -1,6 +1,7 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; +using NewLife; using XCode; using XCode.Configuration; using XCode.DataAccessLayer; diff --git a/Samples/HisData/Entity/病人药房请领单分月表202001.cs b/Samples/HisData/Entity/病人药房请领单分月表202001.cs index ff63c70..86628dc 100644 --- a/Samples/HisData/Entity/病人药房请领单分月表202001.cs +++ b/Samples/HisData/Entity/病人药房请领单分月表202001.cs @@ -1,6 +1,7 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; +using NewLife; using XCode; using XCode.Configuration; using XCode.DataAccessLayer; diff --git a/Samples/HisData/HisData.csproj b/Samples/HisData/HisData.csproj index 782cc66..788680b 100644 --- a/Samples/HisData/HisData.csproj +++ b/Samples/HisData/HisData.csproj @@ -16,7 +16,7 @@ - + diff --git a/Samples/HisWeb/HisWeb.csproj b/Samples/HisWeb/HisWeb.csproj index bc3d504..a936c7b 100644 --- a/Samples/HisWeb/HisWeb.csproj +++ b/Samples/HisWeb/HisWeb.csproj @@ -9,7 +9,7 @@ - +