生成历史版本逻辑修改
continuous-integration/drone/push Build is running

This commit is contained in:
he
2026-05-11 16:30:33 +08:00
parent 44d9c23c0c
commit 790ac40f4e
2 changed files with 7 additions and 3 deletions
@@ -104,6 +104,10 @@ public class SegmentationVersionView
public class SaveSegmentationVersionAsyncInDto
{
public Guid SegmentationId { get; set; }
public string SEGUrl { get; set; }
public bool IsRestore { get; set; } = false;
}
public class SegmentationVersionQuery : PageInput