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 @@
-
+