类别修改的meta和param请求字段增加delFlag字段
This commit is contained in:
@@ -2843,6 +2843,7 @@ deteTypeMetas |Object[] |R |元数据数据
|
|||||||
 dicType |Integer |O |字典类型
|
 dicType |Integer |O |字典类型
|
||||||
 i18nCode |String |R |name 的国际化 code,不为空时name显示翻译后的内容,为空直接显示name
|
 i18nCode |String |R |name 的国际化 code,不为空时name显示翻译后的内容,为空直接显示name
|
||||||
 remark |String |R |备注
|
 remark |String |R |备注
|
||||||
|
 delFlag |String |O |删除标识
|
||||||
deteTypeParams |Object[] |R |类别参数数组
|
deteTypeParams |Object[] |R |类别参数数组
|
||||||
 id |Integer |R |
|
 id |Integer |R |
|
||||||
 name |String |R |参数名称
|
 name |String |R |参数名称
|
||||||
@@ -2850,6 +2851,7 @@ deteTypeParams |Object[] |R |类别参数数组
|
|||||||
 param_index |Integer |R |参数索引
|
 param_index |Integer |R |参数索引
|
||||||
 def_val |String |R |参数默认值
|
 def_val |String |R |参数默认值
|
||||||
 remark |String |R |备注
|
 remark |String |R |备注
|
||||||
|
 delFlag |String |O |删除标识
|
||||||
|
|
||||||
示例:
|
示例:
|
||||||
|
|
||||||
@@ -2880,7 +2882,8 @@ deteTypeParams |Object[] |R |类别参数数组
|
|||||||
"unit": "",
|
"unit": "",
|
||||||
"dicType": 2,
|
"dicType": 2,
|
||||||
"i18nCode": "",
|
"i18nCode": "",
|
||||||
"remark": ""
|
"remark": "",
|
||||||
|
"delFlag": "1"
|
||||||
}],
|
}],
|
||||||
"deteTypeParams": [{
|
"deteTypeParams": [{
|
||||||
"id": 1,
|
"id": 1,
|
||||||
@@ -2888,7 +2891,8 @@ deteTypeParams |Object[] |R |类别参数数组
|
|||||||
"typeId": 1,
|
"typeId": 1,
|
||||||
"param_index": 1,
|
"param_index": 1,
|
||||||
"def_val": "",
|
"def_val": "",
|
||||||
"remark": ""
|
"remark": "",
|
||||||
|
"delFlag": "1"
|
||||||
}]
|
}]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user