修改一版
parent
648761eff4
commit
549dfd0a03
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue