From 6b24ae48c664c25676672ece72d134474c6af817 Mon Sep 17 00:00:00 2001
From: liaoxujun@qq.com <liaoxujun@qq.com>
Date: 星期二, 12 九月 2023 15:00:23 +0800
Subject: [PATCH] 消息发送

---
 DocumentServiceApi.InitQMessage/TenantOderInfo.cs |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/DocumentServiceApi.InitQMessage/TenantOderInfo.cs b/DocumentServiceApi.InitQMessage/TenantOderInfo.cs
index 26eac2c..0ccfed3 100644
--- a/DocumentServiceApi.InitQMessage/TenantOderInfo.cs
+++ b/DocumentServiceApi.InitQMessage/TenantOderInfo.cs
@@ -54,6 +54,14 @@
         /// 鎻忚堪
         /// </summary>        
         public string? Description { get; set; }
+        /// <summary>
+        /// 鍚嶇О
+        /// </summary>
+        public string? TenantName { get; set; }
+        /// <summary>
+        /// 鏄惁鍏锋湁鏍囦功缂栬緫鏉冮檺
+        /// </summary>
+        public bool? HasDocumentPermission { get; set; } = false;
 
 
     }

--
Gitblit v1.9.1