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

Test_IRC_Net10
he 2026-04-29 10:50:15 +08:00
parent 04815b9217
commit cfe9023ddd
1 changed files with 4 additions and 1 deletions

View File

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