Uat_Study
parent
41d08f71a3
commit
5d50ef975c
|
@ -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>();
|
||||
|
|
Loading…
Reference in New Issue