uat-标注-8

This commit is contained in:
2025-11-26 10:10:33 +08:00
parent 050a0875fe
commit 03d61347ca
2 changed files with 5 additions and 5 deletions
@@ -269,8 +269,7 @@ namespace IRaCIS.Core.Application.Contracts
public AddOrUpdateStudyDto Study { get; set; }
[NotDefault]
public Guid VisitTaskId { get; set; }
public Guid? VisitTaskId { get; set; }
public bool? IsImageSegmentLabel { get; set; }
}