From dbb562890133eeb111f729241e0660239d3ebe18 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期四, 27 七月 2023 10:02:14 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService

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