diff --git a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml index 1a5fcbe6a..b46aba366 100644 --- a/IRaCIS.Core.Application/IRaCIS.Core.Application.xml +++ b/IRaCIS.Core.Application/IRaCIS.Core.Application.xml @@ -17086,17 +17086,17 @@ - 质疑 + ���� - 一致性核查 + һ���Ժ˲� - 复制 + ���� @@ -17874,12 +17874,12 @@ 任务类型 - + 是否保存 - + 是否保存 diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/SegmentationViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/SegmentationViewModel.cs index 7885ea29e..4d8ff72f0 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/SegmentationViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/SegmentationViewModel.cs @@ -11,7 +11,10 @@ namespace IRaCIS.Core.Application.ViewModel; public class SegmentationView : SegmentationAddOrEdit { - + /// + /// 是否保存 + /// + public bool IsSaved { get; set; } = false; public DateTime CreateTime { get; set; } public DateTime UpdateTime { get; set; } @@ -51,10 +54,6 @@ public class SegmentationAddOrEdit public Guid VisitTaskId { get; set; } - /// - /// 是否保存 - /// - public bool IsSaved { get; set; } = false; } public class SegmentationQuery:PageInput