wuxw
2021-04-23 e9be8d15ab3ee20685793e16071c56485b32e33a
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
{
  "autoMove": true,
  "id": "attrId",
  "name": "communityLocationAttr",
  "desc": "位置属性",
  "shareParam": "communityId",
  "shareColumn": "community_id",
  "shareName": "community",
  "newBusinessTypeCd": "BUSINESS_TYPE_SAVE_LOCATION_ATTR",
  "updateBusinessTypeCd": "BUSINESS_TYPE_UPDATE_LOCATION_ATTR",
  "deleteBusinessTypeCd": "BUSINESS_TYPE_DELETE_LOCATION_ATTR",
  "newBusinessTypeCdValue": "570100030002",
  "updateBusinessTypeCdValue": "570100040002",
  "deleteBusinessTypeCdValue": "570100050002",
  "businessTableName": "business_community_location_attr",
  "tableName": "community_location_attr",
  "param": {
    "communityId": "community_id",
    "locationId": "location_id",
    "bId": "b_id",
    "attrId": "attr_id",
    "specCd": "spec_cd",
    "value": "value",
    "createTime": "create_time",
    "statusCd": "status_cd",
    "operate": "operate"
  },
  "required": [
    {
      "code": "specCd",
      "msg": "属性不能为空"
    }
  ]
}