Compare commits
No commits in common. "195d0d406cb426ffb5abe487cc13b80e246e4a78" and "9a276e3d3cabcb48cf056083aac2ebce1306b8fd" have entirely different histories.
195d0d406c
...
9a276e3d3c
|
|
@ -11,10 +11,7 @@ namespace IRaCIS.Core.Application.ViewModel;
|
||||||
|
|
||||||
public class SegmentationView : SegmentationAddOrEdit
|
public class SegmentationView : SegmentationAddOrEdit
|
||||||
{
|
{
|
||||||
/// <summary>
|
|
||||||
/// 是否保存
|
|
||||||
/// </summary>
|
|
||||||
public bool IsSaved { get; set; } = false;
|
|
||||||
public DateTime CreateTime { get; set; }
|
public DateTime CreateTime { get; set; }
|
||||||
|
|
||||||
public DateTime UpdateTime { get; set; }
|
public DateTime UpdateTime { get; set; }
|
||||||
|
|
@ -54,6 +51,10 @@ public class SegmentationAddOrEdit
|
||||||
|
|
||||||
public Guid VisitTaskId { get; set; }
|
public Guid VisitTaskId { get; set; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// 是否保存
|
||||||
|
/// </summary>
|
||||||
|
public bool IsSaved { get; set; } = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public class SegmentationQuery:PageInput
|
public class SegmentationQuery:PageInput
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue