java110
2022-01-17 d937205d5824dc44ab1567cf6f84fbfa817baa92
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
{
  "autoMove": true,
  "id": "settingId",
  "name": "repairSetting",
  "desc": "报修设置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "community",
  "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_REPAIR_SETTING",
  "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_REPAIR_SETTING",
  "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_REPAIR_SETTING",
  "newBusinessTypeCdValue": "131100030001",
  "updateBusinessTypeCdValue": "131100040001",
  "deleteBusinessTypeCdValue": "131100050001",
  "businessTableName": "business_repair_setting",
  "tableName": "r_repair_setting",
  "param": {
    "settingId": "setting_id",
    "repairType": "repair_type",
    "repairTypeName": "repair_type_name",
    "bId": "b_id",
    "repairWay": "repair_way",
    "remark": "remark",
    "communityId": "community_id",
    "statusCd": "status_cd",
    "operate": "operate"
  },
  "required": [
    {
      "code": "repairTypeName",
      "msg": "报修类型不能为空"
    },
    {
      "code": "repairWay",
      "msg": "派单方式不能为空"
    },
    {
      "code": "communityId",
      "msg": "小区不能为空"
    }
  ]
}