处理枚举

This commit is contained in:
he
2022-04-24 11:41:29 +08:00
parent 9741b7a438
commit 37da8bd3e9
7 changed files with 245 additions and 110 deletions
@@ -199,6 +199,19 @@ namespace IRaCIS.Core.Application.ViewModel
public string DateType { get; set; }=string.Empty;
/// <summary>
/// 字典Code
/// </summary>
public string DictionaryCode { get; set; } = string.Empty;
/// <summary>
/// 字典Type
/// </summary>
public string DictionaryType { get; set; } = string.Empty;
}