| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "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": "属性不能为空"
- }
- ]
- }
|