添加字段
continuous-integration/drone/push Build is running Details

Test_IRC_Net10
he 2026-04-29 10:32:00 +08:00
parent 962f88f94d
commit e3ee2cbe2f
1 changed files with 4 additions and 1 deletions

View File

@ -11,7 +11,10 @@ namespace IRaCIS.Core.Application.ViewModel;
public class SegmentBindingView : SegmentBindingAddOrEdit public class SegmentBindingView : SegmentBindingAddOrEdit
{ {
/// <summary>
/// 是否锁定
/// </summary>
public bool IsLock { get; set; } = false;
public DateTime CreateTime { get; set; } public DateTime CreateTime { get; set; }
public DateTime UpdateTime { get; set; } public DateTime UpdateTime { get; set; }