From fed8aa234205247e05305ee7716ae54e894430c7 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期三, 16 八月 2023 09:40:58 +0800
Subject: [PATCH] 资质管理api

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