From cfe9023ddd3b06fbfa1a24e38c7da90cf4c38ad6 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 29 Apr 2026 10:50:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Service/Reading/Dto/SegmentViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/SegmentViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/SegmentViewModel.cs index 2aba21517..1c1ed3c33 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/SegmentViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/SegmentViewModel.cs @@ -12,7 +12,10 @@ namespace IRaCIS.Core.Application.ViewModel; public class SegmentView : SegmentAddOrEdit { - + /// + /// 是否锁定 + /// + public bool IsLock { get; set; } = false; public DateTime CreateTime { get; set; } public DateTime UpdateTime { get; set; }