From e3ee2cbe2f966116cf2f908688e8aa27258c6452 Mon Sep 17 00:00:00 2001 From: he <109787524@qq.com> Date: Wed, 29 Apr 2026 10:32:00 +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/SegmentBindingViewModel.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/IRaCIS.Core.Application/Service/Reading/Dto/SegmentBindingViewModel.cs b/IRaCIS.Core.Application/Service/Reading/Dto/SegmentBindingViewModel.cs index 06cbe39d0..30e85f282 100644 --- a/IRaCIS.Core.Application/Service/Reading/Dto/SegmentBindingViewModel.cs +++ b/IRaCIS.Core.Application/Service/Reading/Dto/SegmentBindingViewModel.cs @@ -11,7 +11,10 @@ namespace IRaCIS.Core.Application.ViewModel; public class SegmentBindingView : SegmentBindingAddOrEdit { - + /// + /// 是否锁定 + /// + public bool IsLock { get; set; } = false; public DateTime CreateTime { get; set; } public DateTime UpdateTime { get; set; }