修改一版
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user