This commit is contained in:
he
2022-07-28 10:05:18 +08:00
parent dba2dcb0e5
commit 136b59b074
@@ -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; }