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; }