From 19459be5ff2c2ca74b3f953bb1255061a36c24ad Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期三, 23 八月 2023 14:27:52 +0800
Subject: [PATCH] 修正授权函数类,增加数据库连接配置

---
 DocumentServiceAPI.Model/cyDocumentModel/Doc_Classification.cs |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/DocumentServiceAPI.Model/cyDocumentModel/Doc_Classification.cs b/DocumentServiceAPI.Model/cyDocumentModel/Doc_Classification.cs
index 2e1fb59..d772545 100644
--- a/DocumentServiceAPI.Model/cyDocumentModel/Doc_Classification.cs
+++ b/DocumentServiceAPI.Model/cyDocumentModel/Doc_Classification.cs
@@ -44,6 +44,11 @@
         /// </summary>
         public bool is_system { get; set; }
 
+        /// <summary>
+        /// 鎺掑簭
+        /// </summary>
+        public int sort_id { get; set; }
+
     }
 
     public abstract class Doc_Base
@@ -51,7 +56,7 @@
         /// <summary>
         /// 绉熸埛鏍囪瘑
         /// </summary>           
-        public string tenant_code { get; set; }
+        public int tenant_code { get; set; }
 
         /// <summary>
         /// 娣诲姞/鏇存柊鏃堕棿
@@ -62,10 +67,6 @@
         /// 鐘舵��
         /// </summary>           
         public int status { get; set; }
-
-        /// <summary>
-        /// 鎺掑簭
-        /// </summary>
-        public int sort_id { get; set; }
+        
     }
 }

--
Gitblit v1.9.1