Compare commits

..

No commits in common. "195d0d406cb426ffb5abe487cc13b80e246e4a78" and "9a276e3d3cabcb48cf056083aac2ebce1306b8fd" have entirely different histories.

1 changed files with 5 additions and 4 deletions

View File

@ -11,10 +11,7 @@ namespace IRaCIS.Core.Application.ViewModel;
public class SegmentationView : SegmentationAddOrEdit
{
/// <summary>
/// 是否保存
/// </summary>
public bool IsSaved { get; set; } = false;
public DateTime CreateTime { get; set; }
public DateTime UpdateTime { get; set; }
@ -54,6 +51,10 @@ public class SegmentationAddOrEdit
public Guid VisitTaskId { get; set; }
/// <summary>
/// 是否保存
/// </summary>
public bool IsSaved { get; set; } = false;
}
public class SegmentationQuery:PageInput