This commit is contained in:
he
2023-03-20 11:33:48 +08:00
parent e947ec3feb
commit 8ee34d7656
2 changed files with 4 additions and 0 deletions
@@ -83,6 +83,9 @@ namespace IRaCIS.Application.Contracts
public Guid? ReadingCriterionId { get; set; }
public string DictionaryCode { get; set; }
public List<string> DictionaryCodeList { get; set; } = new List<string>();
}
public class GetBasicDataAllSelectInDto