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 | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/DocumentServiceApi.InitQMessage/TenantOderInfo.cs b/DocumentServiceApi.InitQMessage/TenantOderInfo.cs index 7b42e72..0ccfed3 100644 --- a/DocumentServiceApi.InitQMessage/TenantOderInfo.cs +++ b/DocumentServiceApi.InitQMessage/TenantOderInfo.cs @@ -58,6 +58,10 @@ /// 鍚嶇О /// </summary> public string? TenantName { get; set; } + /// <summary> + /// 鏄惁鍏锋湁鏍囦功缂栬緫鏉冮檺 + /// </summary> + public bool? HasDocumentPermission { get; set; } = false; } -- Gitblit v1.9.1