@@ -12,7 +12,10 @@ namespace IRaCIS.Core.Application.ViewModel;
|
|||||||
|
|
||||||
public class SegmentView : SegmentAddOrEdit
|
public class SegmentView : SegmentAddOrEdit
|
||||||
{
|
{
|
||||||
|
/// <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; }
|
||||||
|
|||||||
Reference in New Issue
Block a user