允许缩略图为空

Uat_Study
hang 2023-05-18 15:27:05 +08:00
parent 0e165a196c
commit a754a4fcc6
1 changed files with 1 additions and 1 deletions

View File

@ -280,7 +280,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 string IamgeResizePath { get; set; }=string.Empty;
public List<AddInstanceDto> InstanceList { get; set; }