From ef8d835ed727c10f261921cafa5cc6c5acd778eb Mon Sep 17 00:00:00 2001 From: he <10978375@qq.com> Date: Tue, 6 Dec 2022 11:49:10 +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/Reading/Dto/ReadingImageTaskViewModel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs index 6dee74bc9..cbbcf1528 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/ReadingImageTaskViewModel.cs @@ -1251,7 +1251,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto public Guid? RowId { get; set; } - public bool IsCanEditPosition { get; set; } + public bool IsCanEditPosition { get; set; } = false; public decimal FristAddTaskNum { get; set; } = 0;