允许缩略图为空
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user