mirror of
https://codeup.aliyun.com/64f7d6b8ce01efaafef1e678/coal/coal.git
synced 2026-01-25 07:46:40 +08:00
完善
This commit is contained in:
@@ -193,6 +193,8 @@ public class DictionaryService extends BaseService<DictionaryEntity, DictionaryR
|
||||
nd.setName(dictionary.getName());
|
||||
|
||||
nd.setDictType("1");
|
||||
nd.setComponentType("1");
|
||||
|
||||
for (DictionaryItemEntity item : dictionary.getItem()) {
|
||||
nd.addItem(item);
|
||||
}
|
||||
|
||||
@@ -76,6 +76,7 @@
|
||||
{
|
||||
"code": "coal.type",
|
||||
"name": "煤源类型",
|
||||
|
||||
"item": [
|
||||
{
|
||||
"code": "0",
|
||||
|
||||
Reference in New Issue
Block a user