修改序列

This commit is contained in:
2023-05-15 10:08:33 +08:00
parent cde58ace66
commit a0747230ac
3 changed files with 5 additions and 1 deletions
@@ -278,6 +278,7 @@ namespace IRaCIS.Core.Application.Contracts
public string AcquisitionNumber { get; set; } = string.Empty;
public string TriggerTime { get; set; } = string.Empty;
public string IamgeResizePath { get; set; }
public List<AddInstanceDto> InstanceList { get; set; }