From 54ccae57627fca9dc15a95028c32935b79dec643 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Tue, 25 Feb 2025 14:48:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Document/DTO/TrialFileTypeViewModel.cs | 5 ----- 1 file changed, 5 deletions(-) diff --git a/IRaCIS.Core.Application/Service/Document/DTO/TrialFileTypeViewModel.cs b/IRaCIS.Core.Application/Service/Document/DTO/TrialFileTypeViewModel.cs index 1a980c7c5..3596ead5a 100644 --- a/IRaCIS.Core.Application/Service/Document/DTO/TrialFileTypeViewModel.cs +++ b/IRaCIS.Core.Application/Service/Document/DTO/TrialFileTypeViewModel.cs @@ -91,11 +91,6 @@ public class TrialFileTypeAddOrEdit public Guid TrialId { get; set; } - /// - /// 是否授权 - /// - public bool IsAuthorizedView { get; set; } - /// /// 显示顺序 ///