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
| {
| "autoMove": true,
| "id": "typeUserId",
| "name": "repairTypeUser",
| "desc": "报修设置",
| "shareParam": "communityId",
| "shareColumn": "community_id",
| "shareName": "community",
| "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_REPAIR_TYPE_USER",
| "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_REPAIR_TYPE_USER",
| "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_REPAIR_TYPE_USER",
| "newBusinessTypeCdValue": "132100030001",
| "updateBusinessTypeCdValue": "132100040001",
| "deleteBusinessTypeCdValue": "132100050001",
| "businessTableName": "business_repair_type_user",
| "tableName": "r_repair_type_user",
| "param": {
| "typeUserId": "type_user_id",
| "userId": "user_id",
| "userName": "user_name",
| "bId": "b_id",
| "repairType": "repair_type",
| "remark": "remark",
| "state": "state",
| "communityId": "community_id",
| "statusCd": "status_cd",
| "operate": "operate"
| },
| "required": [
| {
| "code": "userId",
| "msg": "用户不能为空"
| },
| {
| "code": "userName",
| "msg": "用户名称不能为空"
| },
| {
| "code": "repairType",
| "msg": "报修类型不能为空"
| },
| {
| "code": "communityId",
| "msg": "小区不能为空"
| }
| ]
| }
|
|