From 00501bf99a6eeb26b79bbe2c83de84edff7e8f65 Mon Sep 17 00:00:00 2001 From: liaoxujun@qq.com <liaoxujun@qq.com> Date: 星期四, 07 九月 2023 15:29:37 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/DocumentService --- DocumentServiceAPI.Model/Permissions/TenantPermissions.cs | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/DocumentServiceAPI.Model/Permissions/TenantPermissions.cs b/DocumentServiceAPI.Model/Permissions/TenantPermissions.cs index f896efb..9a5f9a7 100644 --- a/DocumentServiceAPI.Model/Permissions/TenantPermissions.cs +++ b/DocumentServiceAPI.Model/Permissions/TenantPermissions.cs @@ -18,7 +18,7 @@ /// id /// </summary> [Display(Name = "id ")] - [SugarColumn(ColumnDescription = "id ")] + [SugarColumn(ColumnDescription = "id " ,IsPrimaryKey =true,IsIdentity =true)] public int Id { get; set; } /// <summary> @@ -57,5 +57,9 @@ [Display(Name = "鎻忚堪 ")] [SugarColumn(ColumnDescription = "鎻忚堪 ")] public string? Description { get; set; } + /// <summary> + /// 鏄惁鏈夋爣涔︾紪杈戞潈闄� + /// </summary> + public bool? HasDocumentPermission { get; set; } = false; } } -- Gitblit v1.9.1