Uat_Study
he 2022-07-28 10:05:18 +08:00
parent dba2dcb0e5
commit 136b59b074
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
public MedicalReviewAuditState? AuditState { get; set; }
public string SubjectCode { get; set; }
public string SubjectCode { get; set; } = string.Empty;
public string TaskBlindName { get; set; }
public string TaskBlindName { get; set; } = string.Empty;
public ReadingCategory? ReadingCategory { get; set; }