修改接口

This commit is contained in:
he
2026-04-02 14:08:59 +08:00
parent 75cceee734
commit 30ec92c805
@@ -11,7 +11,10 @@ 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; }
@@ -51,10 +54,6 @@ public class SegmentationAddOrEdit
public Guid VisitTaskId { get; set; }
/// <summary>
/// 是否保存
/// </summary>
public bool IsSaved { get; set; } = false;
}
public class SegmentationQuery:PageInput