25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "更新",
|
|
"attr": {
|
|
"targetEntity": "目标对象",
|
|
"entity": "关联对象",
|
|
"entityId": "关联对象Id",
|
|
"action": "动作",
|
|
"data": "数据",
|
|
"filter": "条件",
|
|
"extra": "其它",
|
|
"iState": "状态"
|
|
},
|
|
"action": {
|
|
"abandon": "放弃",
|
|
"apply": "应用"
|
|
},
|
|
"v": {
|
|
"iState": {
|
|
"active": "活跃的",
|
|
"abandoned": "放弃的",
|
|
"applied": "应用的"
|
|
}
|
|
}
|
|
}
|