添加 EnumType

This commit is contained in:
he
2022-03-31 09:24:47 +08:00
parent cf0c28a5ad
commit 7514bf8d08
3 changed files with 8 additions and 2 deletions
@@ -46,6 +46,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string? DictionaryKey { get; set; }
public string? EnumType { get; set; }
}
@@ -101,6 +103,8 @@ namespace IRaCIS.Core.Application.ViewModel
public string DictionaryKey { get; set; } = string.Empty;
public string EnumType { get; set; } = string.Empty;
}
@@ -71,8 +71,8 @@ namespace IRaCIS.Core.Application.Service
ValueCN = data.ValueCN,
ChildrenTypeValue = leftchildrenType.Value,
EnumList=data.EnumList,
DictionaryKey=data.DictionaryKey
DictionaryKey=data.DictionaryKey,
EnumType=data.EnumType,
};
query = query