1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
| {
| "autoMove": true,
| "id": "hisId",
| "name": "businessTableHis",
| "desc": "订单轨迹",
| "shareParam": "hisId",
| "shareColumn": "his_id",
| "shareName": "dev",
| "tableName": "c_business_table_his",
| "param": {
| "hisId": "his_id",
| "action": "action",
| "actionObj": "action_obj",
| "actionObjHis": "action_obj_his",
| "businessTypeCd": "business_type_cd",
| "remark": "remark",
| "statusCd": "status_cd"
| },
| "required": [
| {
| "code": "action",
| "msg": "动作不能为空"
| },
| {
| "code": "actionObj",
| "msg": "动作对象不能为空"
| },
| {
| "code": "actionObjHis",
| "msg": "轨迹表不能为空"
| },
| {
| "code": "businessTypeCd",
| "msg": "业务编码"
| }
| ]
| }
|
|