Compare commits

...

2 Commits

Author SHA1 Message Date
he 195d0d406c Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is failing Details
2026-04-02 14:08:59 +08:00
he 30ec92c805 修改接口 2026-04-02 14:08:59 +08:00
1 changed files with 4 additions and 5 deletions

View File

@ -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