liaoxujun@qq.com
2023-09-07 876292b5a092977ac84c1c1699d9f3e45b9be67d
DocumentServiceAPI.Model/Permissions/TenantPermissions.cs
@@ -57,5 +57,9 @@
        [Display(Name = "描述 ")]
        [SugarColumn(ColumnDescription = "描述 ")]
        public string? Description { get; set; }
        /// <summary>
        /// 是否有标书编辑权限
        /// </summary>
        public bool? HasDocumentPermission { get; set; } = false;
    }
}