修改接口
parent
75cceee734
commit
30ec92c805
|
|
@ -11,7 +11,10 @@ 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; }
|
||||||
|
|
@ -51,10 +54,6 @@ 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