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