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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
| {
| "id": "complaintId",
| "name": "complaint",
| "desc": "投诉建议",
| "shareParam": "storeId",
| "shareColumn": "store_id",
| "shareName": "store",
| "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_COMPLAINTT",
| "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_COMPLAINTT",
| "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_COMPLAINTT",
| "newBusinessTypeCdValue": "190200030002",
| "updateBusinessTypeCdValue":"190200040002",
| "deleteBusinessTypeCdValue" :"190200050002",
| "businessTableName": "complaint",
| "tableName": "complaint",
|
| "param": {
| "complaintId": "complaint_id",
| "storeId": "store_id",
| "typeCd": "type_cd",
| "roomId": "room_id",
| "complaintName": "complaint_name",
| "tel": "tel",
| "context": "context",
| "state": "state",
| "statusCd": "status_cd",
| "operate": "operate",
| "bId": "b_id"
| },
| "required": [
| {
| "code": "complaintId",
| "msg": "投诉不能为空"
| },{
| "code": "storeId",
| "msg": "投诉不能为空"
| },{
| "code": "typeCd",
| "msg": "投诉不能为空"
| },{
| "code": "roomId",
| "msg": "投诉不能为空"
| },{
| "code": "complaintName",
| "msg": "投诉不能为空"
| },{
| "code": "tel",
| "msg": "投诉不能为空"
| },{
| "code": "context",
| "msg": "投诉不能为空"
| },{
| "code": "statusCd",
| "msg": "投诉不能为空"
| },{
| "code": "state",
| "msg": "投诉不能为空"
| }
| ]
| }
|
|