java110
2021-08-31 dece32aeb6b9053e345fda5991a1671463e35e4d
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
{
  "autoMove": false,
  "id": "locationId",
  "name": "communityLocation",
  "desc": "小区位置",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "community",
  "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_LOCATION",
  "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_LOCATION",
  "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_LOCATION",
  "newBusinessTypeCdValue": "570100030001",
  "updateBusinessTypeCdValue": "570100040001",
  "deleteBusinessTypeCdValue": "570100050001",
  "businessTableName": "business_community_location",
  "tableName": "community_location",
  "param": {
    "locationId": "location_id",
    "bId": "b_id",
    "locationName": "location_name",
    "locationType": "location_type",
    "communityId": "community_id",
    "statusCd": "status_cd",
    "operate": "operate"
  },
  "required": [
    {
      "code": "locationName",
      "msg": "位置名称不能为空"
    },
    {
      "code": "locationType",
      "msg": "位置类型不能为空"
    }
  ]
}