超声对接接口初步完成

This commit is contained in:
2023-10-17 15:49:24 +08:00
parent 2d5926913e
commit 21bd781468
7 changed files with 553 additions and 29 deletions
@@ -173,6 +173,8 @@ namespace IRaCIS.Core.Application.Contracts
public string[]? VisitPlanArray { get; set; }
public Guid? VisitTaskId { get; set; }
}
@@ -283,7 +285,7 @@ namespace IRaCIS.Core.Application.Contracts
public string IamgeResizePath { get; set; }=string.Empty;
public List<AddInstanceDto> InstanceList { get; set; }
public Guid? VisitTaskId { get; set; }
}