{ "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": "位置类型不能为空" } ] }