修改一版

Uat_Study
he 2022-07-07 16:40:34 +08:00
parent 648761eff4
commit 549dfd0a03
1 changed files with 2 additions and 2 deletions

View File

@ -196,7 +196,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public Guid TaskMedicalReviewId { get; set; }
public string Content { get; set; }
public string Content { get; set; }=string.Empty;
/// <summary>
/// 阅片人是否认同
@ -220,7 +220,7 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
{
public Guid TaskMedicalReviewId { get; set; }
public string Content { get; set; }
public string Content { get; set; } = string.Empty;
/// <summary>