Uat_Study
he 2023-03-20 11:37:15 +08:00
parent 41d08f71a3
commit 5d50ef975c
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ namespace IRaCIS.Application.Contracts
{
public Guid? ReadingCriterionId { get; set; }
public string DictionaryCode { get; set; }
public string DictionaryCode { get; set; } = string.Empty;
public List<string> DictionaryCodeList { get; set; } = new List<string>();