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