Uat_Study
he 2022-12-06 11:46:14 +08:00
parent ea0a4005bc
commit 4dac6436d1
1 changed files with 1 additions and 1 deletions

View File

@ -1241,7 +1241,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
/// </summary>
public Guid TrialId { get; set; }
public string MeasureData { get; set; }
public string MeasureData { get; set; } = string.Empty;
public Guid? SeriesId { get; set; }