From 5df5f2c3fe7d185b2e0442296b083370503724f5 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 26 七月 2023 16:59:17 +0800
Subject: [PATCH] 修改了模型位置

---
 DocumentServiceAPI.Model/User/UnitInfo.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/DocumentServiceAPI.Model/UnitInfo.cs b/DocumentServiceAPI.Model/User/UnitInfo.cs
similarity index 97%
rename from DocumentServiceAPI.Model/UnitInfo.cs
rename to DocumentServiceAPI.Model/User/UnitInfo.cs
index e7650f7..bbd651d 100644
--- a/DocumentServiceAPI.Model/UnitInfo.cs
+++ b/DocumentServiceAPI.Model/User/UnitInfo.cs
@@ -7,14 +7,14 @@
 using System.Text;
 using System.Threading.Tasks;
 
-namespace DocumentServiceAPI.Model
+namespace DocumentServiceAPI.Model.User
 {
 
     /// <summary>
     /// 鍗曚綅淇℃伅
     /// </summary>
     [SugarTable(TableDescription = "鍗曚綅淇℃伅")]
-    public class UnitInfo: BaseModel
+    public class UnitInfo : BaseModel
     {
 
         [DisplayName("鍗曚綅ID")]
@@ -95,6 +95,6 @@
         [DisplayName("寤鸿鏍囧織")]
 
         public int? AdviseFlag { get; set; }
-      
+
     }
 }

--
Gitblit v1.9.1