From 30ec92c8051b4a02d03db3b4c66dc1c782fc46b4 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Thu, 2 Apr 2026 14:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/SegmentationViewModel.cs | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) 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