From f9d7dda81bbf85f32f07c2f301b00ebc2b952983 Mon Sep 17 00:00:00 2001
From: qwj <qwjzorro@163.com>
Date: 星期三, 16 八月 2023 11:30:10 +0800
Subject: [PATCH] FileServer发布环境修改
---
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