| { | |
| "warehouse_parameters": { | |
| "rows": 10, | |
| "cols": 15, | |
| "levels": 3, | |
| "obstacle_probability": 0.1, | |
| "goods_probability": 0.6 | |
| }, | |
| "shelves": { | |
| "0": { | |
| "id": 0, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 0 | |
| ] | |
| }, | |
| "1": { | |
| "id": 1, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 1 | |
| ] | |
| }, | |
| "2": { | |
| "id": 2, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 2 | |
| ] | |
| }, | |
| "3": { | |
| "id": 3, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 3 | |
| ] | |
| }, | |
| "4": { | |
| "id": 4, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "5": { | |
| "id": 5, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "6": { | |
| "id": 6, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 4 | |
| ] | |
| }, | |
| "7": { | |
| "id": 7, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "8": { | |
| "id": 8, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 5 | |
| ] | |
| }, | |
| "9": { | |
| "id": 9, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 6 | |
| ] | |
| }, | |
| "10": { | |
| "id": 10, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "11": { | |
| "id": 11, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 7 | |
| ] | |
| }, | |
| "12": { | |
| "id": 12, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "13": { | |
| "id": 13, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 8 | |
| ] | |
| }, | |
| "14": { | |
| "id": 14, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "15": { | |
| "id": 15, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 9 | |
| ] | |
| }, | |
| "16": { | |
| "id": 16, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 10 | |
| ] | |
| }, | |
| "17": { | |
| "id": 17, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 11 | |
| ] | |
| }, | |
| "18": { | |
| "id": 18, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "19": { | |
| "id": 19, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 12 | |
| ] | |
| }, | |
| "20": { | |
| "id": 20, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "21": { | |
| "id": 21, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 13 | |
| ] | |
| }, | |
| "22": { | |
| "id": 22, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "23": { | |
| "id": 23, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 1, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "24": { | |
| "id": 24, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 14 | |
| ] | |
| }, | |
| "25": { | |
| "id": 25, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "26": { | |
| "id": 26, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 15 | |
| ] | |
| }, | |
| "27": { | |
| "id": 27, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 16 | |
| ] | |
| }, | |
| "28": { | |
| "id": 28, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 17 | |
| ] | |
| }, | |
| "29": { | |
| "id": 29, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 18 | |
| ] | |
| }, | |
| "30": { | |
| "id": 30, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 19 | |
| ] | |
| }, | |
| "31": { | |
| "id": 31, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 20 | |
| ] | |
| }, | |
| "32": { | |
| "id": 32, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 21 | |
| ] | |
| }, | |
| "33": { | |
| "id": 33, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 22 | |
| ] | |
| }, | |
| "34": { | |
| "id": 34, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 23 | |
| ] | |
| }, | |
| "35": { | |
| "id": 35, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 24 | |
| ] | |
| }, | |
| "36": { | |
| "id": 36, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 25 | |
| ] | |
| }, | |
| "37": { | |
| "id": 37, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 26 | |
| ] | |
| }, | |
| "38": { | |
| "id": 38, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 27 | |
| ] | |
| }, | |
| "39": { | |
| "id": 39, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 28 | |
| ] | |
| }, | |
| "40": { | |
| "id": 40, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 29 | |
| ] | |
| }, | |
| "41": { | |
| "id": 41, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "42": { | |
| "id": 42, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 30 | |
| ] | |
| }, | |
| "43": { | |
| "id": 43, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 31 | |
| ] | |
| }, | |
| "44": { | |
| "id": 44, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "45": { | |
| "id": 45, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "46": { | |
| "id": 46, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "47": { | |
| "id": 47, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 2, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "48": { | |
| "id": 48, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 32 | |
| ] | |
| }, | |
| "49": { | |
| "id": 49, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "50": { | |
| "id": 50, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 33 | |
| ] | |
| }, | |
| "51": { | |
| "id": 51, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 34 | |
| ] | |
| }, | |
| "52": { | |
| "id": 52, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "53": { | |
| "id": 53, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 35 | |
| ] | |
| }, | |
| "54": { | |
| "id": 54, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 36 | |
| ] | |
| }, | |
| "55": { | |
| "id": 55, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 37 | |
| ] | |
| }, | |
| "56": { | |
| "id": 56, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 38 | |
| ] | |
| }, | |
| "57": { | |
| "id": 57, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "58": { | |
| "id": 58, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "59": { | |
| "id": 59, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 39 | |
| ] | |
| }, | |
| "60": { | |
| "id": 60, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "61": { | |
| "id": 61, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 40 | |
| ] | |
| }, | |
| "62": { | |
| "id": 62, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 41 | |
| ] | |
| }, | |
| "63": { | |
| "id": 63, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 42 | |
| ] | |
| }, | |
| "64": { | |
| "id": 64, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "65": { | |
| "id": 65, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 43 | |
| ] | |
| }, | |
| "66": { | |
| "id": 66, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 44 | |
| ] | |
| }, | |
| "67": { | |
| "id": 67, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 45 | |
| ] | |
| }, | |
| "68": { | |
| "id": 68, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 46 | |
| ] | |
| }, | |
| "69": { | |
| "id": 69, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "70": { | |
| "id": 70, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 47 | |
| ] | |
| }, | |
| "71": { | |
| "id": 71, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 3, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "72": { | |
| "id": 72, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 48 | |
| ] | |
| }, | |
| "73": { | |
| "id": 73, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 49 | |
| ] | |
| }, | |
| "74": { | |
| "id": 74, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 50 | |
| ] | |
| }, | |
| "75": { | |
| "id": 75, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "76": { | |
| "id": 76, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "77": { | |
| "id": 77, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 51 | |
| ] | |
| }, | |
| "78": { | |
| "id": 78, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 52 | |
| ] | |
| }, | |
| "79": { | |
| "id": 79, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 53 | |
| ] | |
| }, | |
| "80": { | |
| "id": 80, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "81": { | |
| "id": 81, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "82": { | |
| "id": 82, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 54 | |
| ] | |
| }, | |
| "83": { | |
| "id": 83, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 55 | |
| ] | |
| }, | |
| "84": { | |
| "id": 84, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 56 | |
| ] | |
| }, | |
| "85": { | |
| "id": 85, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "86": { | |
| "id": 86, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "87": { | |
| "id": 87, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 57 | |
| ] | |
| }, | |
| "88": { | |
| "id": 88, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "89": { | |
| "id": 89, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 58 | |
| ] | |
| }, | |
| "90": { | |
| "id": 90, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 59 | |
| ] | |
| }, | |
| "91": { | |
| "id": 91, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "92": { | |
| "id": 92, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "93": { | |
| "id": 93, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "94": { | |
| "id": 94, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "95": { | |
| "id": 95, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 4, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 60 | |
| ] | |
| }, | |
| "96": { | |
| "id": 96, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "97": { | |
| "id": 97, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "98": { | |
| "id": 98, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 61 | |
| ] | |
| }, | |
| "99": { | |
| "id": 99, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 62 | |
| ] | |
| }, | |
| "100": { | |
| "id": 100, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "101": { | |
| "id": 101, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "102": { | |
| "id": 102, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "103": { | |
| "id": 103, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 63 | |
| ] | |
| }, | |
| "104": { | |
| "id": 104, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 64 | |
| ] | |
| }, | |
| "105": { | |
| "id": 105, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "106": { | |
| "id": 106, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 65 | |
| ] | |
| }, | |
| "107": { | |
| "id": 107, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 66 | |
| ] | |
| }, | |
| "108": { | |
| "id": 108, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "109": { | |
| "id": 109, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "110": { | |
| "id": 110, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "111": { | |
| "id": 111, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 67 | |
| ] | |
| }, | |
| "112": { | |
| "id": 112, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "113": { | |
| "id": 113, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "114": { | |
| "id": 114, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "115": { | |
| "id": 115, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 68 | |
| ] | |
| }, | |
| "116": { | |
| "id": 116, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 69 | |
| ] | |
| }, | |
| "117": { | |
| "id": 117, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 70 | |
| ] | |
| }, | |
| "118": { | |
| "id": 118, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "119": { | |
| "id": 119, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 5, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "120": { | |
| "id": 120, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "121": { | |
| "id": 121, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 71 | |
| ] | |
| }, | |
| "122": { | |
| "id": 122, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "123": { | |
| "id": 123, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "124": { | |
| "id": 124, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "125": { | |
| "id": 125, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 72 | |
| ] | |
| }, | |
| "126": { | |
| "id": 126, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 73 | |
| ] | |
| }, | |
| "127": { | |
| "id": 127, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "128": { | |
| "id": 128, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 74 | |
| ] | |
| }, | |
| "129": { | |
| "id": 129, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 75 | |
| ] | |
| }, | |
| "130": { | |
| "id": 130, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "131": { | |
| "id": 131, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "132": { | |
| "id": 132, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 76 | |
| ] | |
| }, | |
| "133": { | |
| "id": 133, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 77 | |
| ] | |
| }, | |
| "134": { | |
| "id": 134, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "135": { | |
| "id": 135, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 78 | |
| ] | |
| }, | |
| "136": { | |
| "id": 136, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "137": { | |
| "id": 137, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 79 | |
| ] | |
| }, | |
| "138": { | |
| "id": 138, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 80 | |
| ] | |
| }, | |
| "139": { | |
| "id": 139, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "140": { | |
| "id": 140, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 81 | |
| ] | |
| }, | |
| "141": { | |
| "id": 141, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 82 | |
| ] | |
| }, | |
| "142": { | |
| "id": 142, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 83 | |
| ] | |
| }, | |
| "143": { | |
| "id": 143, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 6, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 84 | |
| ] | |
| }, | |
| "144": { | |
| "id": 144, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 85 | |
| ] | |
| }, | |
| "145": { | |
| "id": 145, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "146": { | |
| "id": 146, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "147": { | |
| "id": 147, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 86 | |
| ] | |
| }, | |
| "148": { | |
| "id": 148, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 87 | |
| ] | |
| }, | |
| "149": { | |
| "id": 149, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "150": { | |
| "id": 150, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 88 | |
| ] | |
| }, | |
| "151": { | |
| "id": 151, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 89 | |
| ] | |
| }, | |
| "152": { | |
| "id": 152, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 90 | |
| ] | |
| }, | |
| "153": { | |
| "id": 153, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "154": { | |
| "id": 154, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 91 | |
| ] | |
| }, | |
| "155": { | |
| "id": 155, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "156": { | |
| "id": 156, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "157": { | |
| "id": 157, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 92 | |
| ] | |
| }, | |
| "158": { | |
| "id": 158, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 93 | |
| ] | |
| }, | |
| "159": { | |
| "id": 159, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "160": { | |
| "id": 160, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "161": { | |
| "id": 161, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 94 | |
| ] | |
| }, | |
| "162": { | |
| "id": 162, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "163": { | |
| "id": 163, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 95 | |
| ] | |
| }, | |
| "164": { | |
| "id": 164, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "165": { | |
| "id": 165, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "166": { | |
| "id": 166, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 96 | |
| ] | |
| }, | |
| "167": { | |
| "id": 167, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 7, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "168": { | |
| "id": 168, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 1, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 97 | |
| ] | |
| }, | |
| "169": { | |
| "id": 169, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 1, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 98 | |
| ] | |
| }, | |
| "170": { | |
| "id": 170, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 1, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 99 | |
| ] | |
| }, | |
| "171": { | |
| "id": 171, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 2, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 100 | |
| ] | |
| }, | |
| "172": { | |
| "id": 172, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 2, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 101 | |
| ] | |
| }, | |
| "173": { | |
| "id": 173, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 2, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "174": { | |
| "id": 174, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 4, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "175": { | |
| "id": 175, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 4, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "176": { | |
| "id": 176, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 4, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "177": { | |
| "id": 177, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 5, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 102 | |
| ] | |
| }, | |
| "178": { | |
| "id": 178, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 5, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [] | |
| }, | |
| "179": { | |
| "id": 179, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 5, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 103 | |
| ] | |
| }, | |
| "180": { | |
| "id": 180, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 7, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "181": { | |
| "id": 181, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 7, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 104 | |
| ] | |
| }, | |
| "182": { | |
| "id": 182, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 7, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 105 | |
| ] | |
| }, | |
| "183": { | |
| "id": 183, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 8, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "184": { | |
| "id": 184, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 8, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 106 | |
| ] | |
| }, | |
| "185": { | |
| "id": 185, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 8, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [] | |
| }, | |
| "186": { | |
| "id": 186, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 10, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [] | |
| }, | |
| "187": { | |
| "id": 187, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 10, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 107 | |
| ] | |
| }, | |
| "188": { | |
| "id": 188, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 10, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 108 | |
| ] | |
| }, | |
| "189": { | |
| "id": 189, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 11, | |
| 0 | |
| ], | |
| "type": "double_shelf", | |
| "height": 0.0, | |
| "goods": [ | |
| 109 | |
| ] | |
| }, | |
| "190": { | |
| "id": 190, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 11, | |
| 1 | |
| ], | |
| "type": "double_shelf", | |
| "height": 1.0, | |
| "goods": [ | |
| 110 | |
| ] | |
| }, | |
| "191": { | |
| "id": 191, | |
| "capacity": 1, | |
| "coordinate": [ | |
| 8, | |
| 11, | |
| 2 | |
| ], | |
| "type": "double_shelf", | |
| "height": 2.0, | |
| "goods": [ | |
| 111 | |
| ] | |
| } | |
| }, | |
| "aisles": { | |
| "internal": [ | |
| [ | |
| 6, | |
| 12 | |
| ], | |
| [ | |
| 4, | |
| 3 | |
| ], | |
| [ | |
| 4, | |
| 9 | |
| ], | |
| [ | |
| 4, | |
| 6 | |
| ], | |
| [ | |
| 4, | |
| 12 | |
| ], | |
| [ | |
| 8, | |
| 3 | |
| ], | |
| [ | |
| 8, | |
| 9 | |
| ], | |
| [ | |
| 8, | |
| 6 | |
| ], | |
| [ | |
| 8, | |
| 12 | |
| ], | |
| [ | |
| 1, | |
| 6 | |
| ], | |
| [ | |
| 1, | |
| 3 | |
| ], | |
| [ | |
| 1, | |
| 9 | |
| ], | |
| [ | |
| 1, | |
| 12 | |
| ], | |
| [ | |
| 3, | |
| 3 | |
| ], | |
| [ | |
| 3, | |
| 9 | |
| ], | |
| [ | |
| 5, | |
| 6 | |
| ], | |
| [ | |
| 3, | |
| 6 | |
| ], | |
| [ | |
| 5, | |
| 3 | |
| ], | |
| [ | |
| 5, | |
| 9 | |
| ], | |
| [ | |
| 3, | |
| 12 | |
| ], | |
| [ | |
| 5, | |
| 12 | |
| ], | |
| [ | |
| 7, | |
| 3 | |
| ], | |
| [ | |
| 7, | |
| 9 | |
| ], | |
| [ | |
| 7, | |
| 6 | |
| ], | |
| [ | |
| 7, | |
| 12 | |
| ], | |
| [ | |
| 9, | |
| 3 | |
| ], | |
| [ | |
| 9, | |
| 9 | |
| ], | |
| [ | |
| 9, | |
| 6 | |
| ], | |
| [ | |
| 0, | |
| 3 | |
| ], | |
| [ | |
| 0, | |
| 9 | |
| ], | |
| [ | |
| 9, | |
| 12 | |
| ], | |
| [ | |
| 0, | |
| 6 | |
| ], | |
| [ | |
| 2, | |
| 3 | |
| ], | |
| [ | |
| 2, | |
| 9 | |
| ], | |
| [ | |
| 0, | |
| 12 | |
| ], | |
| [ | |
| 2, | |
| 6 | |
| ], | |
| [ | |
| 2, | |
| 12 | |
| ], | |
| [ | |
| 6, | |
| 6 | |
| ], | |
| [ | |
| 6, | |
| 3 | |
| ], | |
| [ | |
| 6, | |
| 9 | |
| ] | |
| ], | |
| "perimeter": [ | |
| [ | |
| 4, | |
| 0 | |
| ], | |
| [ | |
| 9, | |
| 2 | |
| ], | |
| [ | |
| 8, | |
| 0 | |
| ], | |
| [ | |
| 9, | |
| 5 | |
| ], | |
| [ | |
| 0, | |
| 2 | |
| ], | |
| [ | |
| 9, | |
| 8 | |
| ], | |
| [ | |
| 9, | |
| 14 | |
| ], | |
| [ | |
| 0, | |
| 5 | |
| ], | |
| [ | |
| 1, | |
| 0 | |
| ], | |
| [ | |
| 9, | |
| 11 | |
| ], | |
| [ | |
| 0, | |
| 8 | |
| ], | |
| [ | |
| 0, | |
| 14 | |
| ], | |
| [ | |
| 0, | |
| 11 | |
| ], | |
| [ | |
| 2, | |
| 14 | |
| ], | |
| [ | |
| 6, | |
| 14 | |
| ], | |
| [ | |
| 3, | |
| 0 | |
| ], | |
| [ | |
| 5, | |
| 0 | |
| ], | |
| [ | |
| 4, | |
| 14 | |
| ], | |
| [ | |
| 9, | |
| 1 | |
| ], | |
| [ | |
| 9, | |
| 7 | |
| ], | |
| [ | |
| 9, | |
| 4 | |
| ], | |
| [ | |
| 0, | |
| 1 | |
| ], | |
| [ | |
| 0, | |
| 7 | |
| ], | |
| [ | |
| 8, | |
| 14 | |
| ], | |
| [ | |
| 9, | |
| 10 | |
| ], | |
| [ | |
| 0, | |
| 4 | |
| ], | |
| [ | |
| 0, | |
| 10 | |
| ], | |
| [ | |
| 9, | |
| 13 | |
| ], | |
| [ | |
| 0, | |
| 13 | |
| ], | |
| [ | |
| 7, | |
| 0 | |
| ], | |
| [ | |
| 1, | |
| 14 | |
| ], | |
| [ | |
| 9, | |
| 0 | |
| ], | |
| [ | |
| 3, | |
| 14 | |
| ], | |
| [ | |
| 9, | |
| 3 | |
| ], | |
| [ | |
| 0, | |
| 0 | |
| ], | |
| [ | |
| 5, | |
| 14 | |
| ], | |
| [ | |
| 9, | |
| 9 | |
| ], | |
| [ | |
| 9, | |
| 6 | |
| ], | |
| [ | |
| 0, | |
| 3 | |
| ], | |
| [ | |
| 2, | |
| 0 | |
| ], | |
| [ | |
| 0, | |
| 9 | |
| ], | |
| [ | |
| 9, | |
| 12 | |
| ], | |
| [ | |
| 0, | |
| 6 | |
| ], | |
| [ | |
| 0, | |
| 12 | |
| ], | |
| [ | |
| 6, | |
| 0 | |
| ], | |
| [ | |
| 7, | |
| 14 | |
| ] | |
| ] | |
| }, | |
| "obstacles": { | |
| "0": { | |
| "id": 0, | |
| "category": "货物", | |
| "coordinate": [ | |
| 6, | |
| 3, | |
| 0 | |
| ] | |
| } | |
| }, | |
| "goods": { | |
| "0": { | |
| "id": 0, | |
| "category": "电子产品", | |
| "name": "电子产品_0", | |
| "coordinate": [ | |
| 1, | |
| 1, | |
| 0 | |
| ] | |
| }, | |
| "1": { | |
| "id": 1, | |
| "category": "电子产品", | |
| "name": "电子产品_1", | |
| "coordinate": [ | |
| 1, | |
| 1, | |
| 1 | |
| ] | |
| }, | |
| "2": { | |
| "id": 2, | |
| "category": "化妆品", | |
| "name": "化妆品_2", | |
| "coordinate": [ | |
| 1, | |
| 1, | |
| 2 | |
| ] | |
| }, | |
| "3": { | |
| "id": 3, | |
| "category": "电子产品", | |
| "name": "电子产品_3", | |
| "coordinate": [ | |
| 1, | |
| 2, | |
| 0 | |
| ] | |
| }, | |
| "4": { | |
| "id": 4, | |
| "category": "化妆品", | |
| "name": "化妆品_4", | |
| "coordinate": [ | |
| 1, | |
| 4, | |
| 0 | |
| ] | |
| }, | |
| "5": { | |
| "id": 5, | |
| "category": "日用品", | |
| "name": "日用品_5", | |
| "coordinate": [ | |
| 1, | |
| 4, | |
| 2 | |
| ] | |
| }, | |
| "6": { | |
| "id": 6, | |
| "category": "日用品", | |
| "name": "日用品_6", | |
| "coordinate": [ | |
| 1, | |
| 5, | |
| 0 | |
| ] | |
| }, | |
| "7": { | |
| "id": 7, | |
| "category": "电子产品", | |
| "name": "电子产品_7", | |
| "coordinate": [ | |
| 1, | |
| 5, | |
| 2 | |
| ] | |
| }, | |
| "8": { | |
| "id": 8, | |
| "category": "日用品", | |
| "name": "日用品_8", | |
| "coordinate": [ | |
| 1, | |
| 7, | |
| 1 | |
| ] | |
| }, | |
| "9": { | |
| "id": 9, | |
| "category": "电子产品", | |
| "name": "电子产品_9", | |
| "coordinate": [ | |
| 1, | |
| 8, | |
| 0 | |
| ] | |
| }, | |
| "10": { | |
| "id": 10, | |
| "category": "食品", | |
| "name": "食品_10", | |
| "coordinate": [ | |
| 1, | |
| 8, | |
| 1 | |
| ] | |
| }, | |
| "11": { | |
| "id": 11, | |
| "category": "电子产品", | |
| "name": "电子产品_11", | |
| "coordinate": [ | |
| 1, | |
| 8, | |
| 2 | |
| ] | |
| }, | |
| "12": { | |
| "id": 12, | |
| "category": "食品", | |
| "name": "食品_12", | |
| "coordinate": [ | |
| 1, | |
| 10, | |
| 1 | |
| ] | |
| }, | |
| "13": { | |
| "id": 13, | |
| "category": "化妆品", | |
| "name": "化妆品_13", | |
| "coordinate": [ | |
| 1, | |
| 11, | |
| 0 | |
| ] | |
| }, | |
| "14": { | |
| "id": 14, | |
| "category": "化妆品", | |
| "name": "化妆品_14", | |
| "coordinate": [ | |
| 2, | |
| 1, | |
| 0 | |
| ] | |
| }, | |
| "15": { | |
| "id": 15, | |
| "category": "化妆品", | |
| "name": "化妆品_15", | |
| "coordinate": [ | |
| 2, | |
| 1, | |
| 2 | |
| ] | |
| }, | |
| "16": { | |
| "id": 16, | |
| "category": "日用品", | |
| "name": "日用品_16", | |
| "coordinate": [ | |
| 2, | |
| 2, | |
| 0 | |
| ] | |
| }, | |
| "17": { | |
| "id": 17, | |
| "category": "食品", | |
| "name": "食品_17", | |
| "coordinate": [ | |
| 2, | |
| 2, | |
| 1 | |
| ] | |
| }, | |
| "18": { | |
| "id": 18, | |
| "category": "电子产品", | |
| "name": "电子产品_18", | |
| "coordinate": [ | |
| 2, | |
| 2, | |
| 2 | |
| ] | |
| }, | |
| "19": { | |
| "id": 19, | |
| "category": "化妆品", | |
| "name": "化妆品_19", | |
| "coordinate": [ | |
| 2, | |
| 4, | |
| 0 | |
| ] | |
| }, | |
| "20": { | |
| "id": 20, | |
| "category": "电子产品", | |
| "name": "电子产品_20", | |
| "coordinate": [ | |
| 2, | |
| 4, | |
| 1 | |
| ] | |
| }, | |
| "21": { | |
| "id": 21, | |
| "category": "化妆品", | |
| "name": "化妆品_21", | |
| "coordinate": [ | |
| 2, | |
| 4, | |
| 2 | |
| ] | |
| }, | |
| "22": { | |
| "id": 22, | |
| "category": "化妆品", | |
| "name": "化妆品_22", | |
| "coordinate": [ | |
| 2, | |
| 5, | |
| 0 | |
| ] | |
| }, | |
| "23": { | |
| "id": 23, | |
| "category": "化妆品", | |
| "name": "化妆品_23", | |
| "coordinate": [ | |
| 2, | |
| 5, | |
| 1 | |
| ] | |
| }, | |
| "24": { | |
| "id": 24, | |
| "category": "电子产品", | |
| "name": "电子产品_24", | |
| "coordinate": [ | |
| 2, | |
| 5, | |
| 2 | |
| ] | |
| }, | |
| "25": { | |
| "id": 25, | |
| "category": "食品", | |
| "name": "食品_25", | |
| "coordinate": [ | |
| 2, | |
| 7, | |
| 0 | |
| ] | |
| }, | |
| "26": { | |
| "id": 26, | |
| "category": "日用品", | |
| "name": "日用品_26", | |
| "coordinate": [ | |
| 2, | |
| 7, | |
| 1 | |
| ] | |
| }, | |
| "27": { | |
| "id": 27, | |
| "category": "食品", | |
| "name": "食品_27", | |
| "coordinate": [ | |
| 2, | |
| 7, | |
| 2 | |
| ] | |
| }, | |
| "28": { | |
| "id": 28, | |
| "category": "日用品", | |
| "name": "日用品_28", | |
| "coordinate": [ | |
| 2, | |
| 8, | |
| 0 | |
| ] | |
| }, | |
| "29": { | |
| "id": 29, | |
| "category": "电子产品", | |
| "name": "电子产品_29", | |
| "coordinate": [ | |
| 2, | |
| 8, | |
| 1 | |
| ] | |
| }, | |
| "30": { | |
| "id": 30, | |
| "category": "化妆品", | |
| "name": "化妆品_30", | |
| "coordinate": [ | |
| 2, | |
| 10, | |
| 0 | |
| ] | |
| }, | |
| "31": { | |
| "id": 31, | |
| "category": "日用品", | |
| "name": "日用品_31", | |
| "coordinate": [ | |
| 2, | |
| 10, | |
| 1 | |
| ] | |
| }, | |
| "32": { | |
| "id": 32, | |
| "category": "食品", | |
| "name": "食品_32", | |
| "coordinate": [ | |
| 3, | |
| 1, | |
| 0 | |
| ] | |
| }, | |
| "33": { | |
| "id": 33, | |
| "category": "电子产品", | |
| "name": "电子产品_33", | |
| "coordinate": [ | |
| 3, | |
| 1, | |
| 2 | |
| ] | |
| }, | |
| "34": { | |
| "id": 34, | |
| "category": "电子产品", | |
| "name": "电子产品_34", | |
| "coordinate": [ | |
| 3, | |
| 2, | |
| 0 | |
| ] | |
| }, | |
| "35": { | |
| "id": 35, | |
| "category": "食品", | |
| "name": "食品_35", | |
| "coordinate": [ | |
| 3, | |
| 2, | |
| 2 | |
| ] | |
| }, | |
| "36": { | |
| "id": 36, | |
| "category": "化妆品", | |
| "name": "化妆品_36", | |
| "coordinate": [ | |
| 3, | |
| 4, | |
| 0 | |
| ] | |
| }, | |
| "37": { | |
| "id": 37, | |
| "category": "日用品", | |
| "name": "日用品_37", | |
| "coordinate": [ | |
| 3, | |
| 4, | |
| 1 | |
| ] | |
| }, | |
| "38": { | |
| "id": 38, | |
| "category": "电子产品", | |
| "name": "电子产品_38", | |
| "coordinate": [ | |
| 3, | |
| 4, | |
| 2 | |
| ] | |
| }, | |
| "39": { | |
| "id": 39, | |
| "category": "化妆品", | |
| "name": "化妆品_39", | |
| "coordinate": [ | |
| 3, | |
| 5, | |
| 2 | |
| ] | |
| }, | |
| "40": { | |
| "id": 40, | |
| "category": "日用品", | |
| "name": "日用品_40", | |
| "coordinate": [ | |
| 3, | |
| 7, | |
| 1 | |
| ] | |
| }, | |
| "41": { | |
| "id": 41, | |
| "category": "日用品", | |
| "name": "日用品_41", | |
| "coordinate": [ | |
| 3, | |
| 7, | |
| 2 | |
| ] | |
| }, | |
| "42": { | |
| "id": 42, | |
| "category": "化妆品", | |
| "name": "化妆品_42", | |
| "coordinate": [ | |
| 3, | |
| 8, | |
| 0 | |
| ] | |
| }, | |
| "43": { | |
| "id": 43, | |
| "category": "日用品", | |
| "name": "日用品_43", | |
| "coordinate": [ | |
| 3, | |
| 8, | |
| 2 | |
| ] | |
| }, | |
| "44": { | |
| "id": 44, | |
| "category": "食品", | |
| "name": "食品_44", | |
| "coordinate": [ | |
| 3, | |
| 10, | |
| 0 | |
| ] | |
| }, | |
| "45": { | |
| "id": 45, | |
| "category": "电子产品", | |
| "name": "电子产品_45", | |
| "coordinate": [ | |
| 3, | |
| 10, | |
| 1 | |
| ] | |
| }, | |
| "46": { | |
| "id": 46, | |
| "category": "食品", | |
| "name": "食品_46", | |
| "coordinate": [ | |
| 3, | |
| 10, | |
| 2 | |
| ] | |
| }, | |
| "47": { | |
| "id": 47, | |
| "category": "日用品", | |
| "name": "日用品_47", | |
| "coordinate": [ | |
| 3, | |
| 11, | |
| 1 | |
| ] | |
| }, | |
| "48": { | |
| "id": 48, | |
| "category": "化妆品", | |
| "name": "化妆品_48", | |
| "coordinate": [ | |
| 4, | |
| 1, | |
| 0 | |
| ] | |
| }, | |
| "49": { | |
| "id": 49, | |
| "category": "化妆品", | |
| "name": "化妆品_49", | |
| "coordinate": [ | |
| 4, | |
| 1, | |
| 1 | |
| ] | |
| }, | |
| "50": { | |
| "id": 50, | |
| "category": "食品", | |
| "name": "食品_50", | |
| "coordinate": [ | |
| 4, | |
| 1, | |
| 2 | |
| ] | |
| }, | |
| "51": { | |
| "id": 51, | |
| "category": "日用品", | |
| "name": "日用品_51", | |
| "coordinate": [ | |
| 4, | |
| 2, | |
| 2 | |
| ] | |
| }, | |
| "52": { | |
| "id": 52, | |
| "category": "电子产品", | |
| "name": "电子产品_52", | |
| "coordinate": [ | |
| 4, | |
| 4, | |
| 0 | |
| ] | |
| }, | |
| "53": { | |
| "id": 53, | |
| "category": "食品", | |
| "name": "食品_53", | |
| "coordinate": [ | |
| 4, | |
| 4, | |
| 1 | |
| ] | |
| }, | |
| "54": { | |
| "id": 54, | |
| "category": "电子产品", | |
| "name": "电子产品_54", | |
| "coordinate": [ | |
| 4, | |
| 5, | |
| 1 | |
| ] | |
| }, | |
| "55": { | |
| "id": 55, | |
| "category": "电子产品", | |
| "name": "电子产品_55", | |
| "coordinate": [ | |
| 4, | |
| 5, | |
| 2 | |
| ] | |
| }, | |
| "56": { | |
| "id": 56, | |
| "category": "电子产品", | |
| "name": "电子产品_56", | |
| "coordinate": [ | |
| 4, | |
| 7, | |
| 0 | |
| ] | |
| }, | |
| "57": { | |
| "id": 57, | |
| "category": "化妆品", | |
| "name": "化妆品_57", | |
| "coordinate": [ | |
| 4, | |
| 8, | |
| 0 | |
| ] | |
| }, | |
| "58": { | |
| "id": 58, | |
| "category": "电子产品", | |
| "name": "电子产品_58", | |
| "coordinate": [ | |
| 4, | |
| 8, | |
| 2 | |
| ] | |
| }, | |
| "59": { | |
| "id": 59, | |
| "category": "化妆品", | |
| "name": "化妆品_59", | |
| "coordinate": [ | |
| 4, | |
| 10, | |
| 0 | |
| ] | |
| }, | |
| "60": { | |
| "id": 60, | |
| "category": "电子产品", | |
| "name": "电子产品_60", | |
| "coordinate": [ | |
| 4, | |
| 11, | |
| 2 | |
| ] | |
| }, | |
| "61": { | |
| "id": 61, | |
| "category": "电子产品", | |
| "name": "电子产品_61", | |
| "coordinate": [ | |
| 5, | |
| 1, | |
| 2 | |
| ] | |
| }, | |
| "62": { | |
| "id": 62, | |
| "category": "电子产品", | |
| "name": "电子产品_62", | |
| "coordinate": [ | |
| 5, | |
| 2, | |
| 0 | |
| ] | |
| }, | |
| "63": { | |
| "id": 63, | |
| "category": "日用品", | |
| "name": "日用品_63", | |
| "coordinate": [ | |
| 5, | |
| 4, | |
| 1 | |
| ] | |
| }, | |
| "64": { | |
| "id": 64, | |
| "category": "电子产品", | |
| "name": "电子产品_64", | |
| "coordinate": [ | |
| 5, | |
| 4, | |
| 2 | |
| ] | |
| }, | |
| "65": { | |
| "id": 65, | |
| "category": "化妆品", | |
| "name": "化妆品_65", | |
| "coordinate": [ | |
| 5, | |
| 5, | |
| 1 | |
| ] | |
| }, | |
| "66": { | |
| "id": 66, | |
| "category": "电子产品", | |
| "name": "电子产品_66", | |
| "coordinate": [ | |
| 5, | |
| 5, | |
| 2 | |
| ] | |
| }, | |
| "67": { | |
| "id": 67, | |
| "category": "化妆品", | |
| "name": "化妆品_67", | |
| "coordinate": [ | |
| 5, | |
| 8, | |
| 0 | |
| ] | |
| }, | |
| "68": { | |
| "id": 68, | |
| "category": "电子产品", | |
| "name": "电子产品_68", | |
| "coordinate": [ | |
| 5, | |
| 10, | |
| 1 | |
| ] | |
| }, | |
| "69": { | |
| "id": 69, | |
| "category": "化妆品", | |
| "name": "化妆品_69", | |
| "coordinate": [ | |
| 5, | |
| 10, | |
| 2 | |
| ] | |
| }, | |
| "70": { | |
| "id": 70, | |
| "category": "化妆品", | |
| "name": "化妆品_70", | |
| "coordinate": [ | |
| 5, | |
| 11, | |
| 0 | |
| ] | |
| }, | |
| "71": { | |
| "id": 71, | |
| "category": "电子产品", | |
| "name": "电子产品_71", | |
| "coordinate": [ | |
| 6, | |
| 1, | |
| 1 | |
| ] | |
| }, | |
| "72": { | |
| "id": 72, | |
| "category": "日用品", | |
| "name": "日用品_72", | |
| "coordinate": [ | |
| 6, | |
| 2, | |
| 2 | |
| ] | |
| }, | |
| "73": { | |
| "id": 73, | |
| "category": "日用品", | |
| "name": "日用品_73", | |
| "coordinate": [ | |
| 6, | |
| 4, | |
| 0 | |
| ] | |
| }, | |
| "74": { | |
| "id": 74, | |
| "category": "日用品", | |
| "name": "日用品_74", | |
| "coordinate": [ | |
| 6, | |
| 4, | |
| 2 | |
| ] | |
| }, | |
| "75": { | |
| "id": 75, | |
| "category": "日用品", | |
| "name": "日用品_75", | |
| "coordinate": [ | |
| 6, | |
| 5, | |
| 0 | |
| ] | |
| }, | |
| "76": { | |
| "id": 76, | |
| "category": "日用品", | |
| "name": "日用品_76", | |
| "coordinate": [ | |
| 6, | |
| 7, | |
| 0 | |
| ] | |
| }, | |
| "77": { | |
| "id": 77, | |
| "category": "化妆品", | |
| "name": "化妆品_77", | |
| "coordinate": [ | |
| 6, | |
| 7, | |
| 1 | |
| ] | |
| }, | |
| "78": { | |
| "id": 78, | |
| "category": "日用品", | |
| "name": "日用品_78", | |
| "coordinate": [ | |
| 6, | |
| 8, | |
| 0 | |
| ] | |
| }, | |
| "79": { | |
| "id": 79, | |
| "category": "食品", | |
| "name": "食品_79", | |
| "coordinate": [ | |
| 6, | |
| 8, | |
| 2 | |
| ] | |
| }, | |
| "80": { | |
| "id": 80, | |
| "category": "化妆品", | |
| "name": "化妆品_80", | |
| "coordinate": [ | |
| 6, | |
| 10, | |
| 0 | |
| ] | |
| }, | |
| "81": { | |
| "id": 81, | |
| "category": "化妆品", | |
| "name": "化妆品_81", | |
| "coordinate": [ | |
| 6, | |
| 10, | |
| 2 | |
| ] | |
| }, | |
| "82": { | |
| "id": 82, | |
| "category": "食品", | |
| "name": "食品_82", | |
| "coordinate": [ | |
| 6, | |
| 11, | |
| 0 | |
| ] | |
| }, | |
| "83": { | |
| "id": 83, | |
| "category": "食品", | |
| "name": "食品_83", | |
| "coordinate": [ | |
| 6, | |
| 11, | |
| 1 | |
| ] | |
| }, | |
| "84": { | |
| "id": 84, | |
| "category": "化妆品", | |
| "name": "化妆品_84", | |
| "coordinate": [ | |
| 6, | |
| 11, | |
| 2 | |
| ] | |
| }, | |
| "85": { | |
| "id": 85, | |
| "category": "食品", | |
| "name": "食品_85", | |
| "coordinate": [ | |
| 7, | |
| 1, | |
| 0 | |
| ] | |
| }, | |
| "86": { | |
| "id": 86, | |
| "category": "日用品", | |
| "name": "日用品_86", | |
| "coordinate": [ | |
| 7, | |
| 2, | |
| 0 | |
| ] | |
| }, | |
| "87": { | |
| "id": 87, | |
| "category": "电子产品", | |
| "name": "电子产品_87", | |
| "coordinate": [ | |
| 7, | |
| 2, | |
| 1 | |
| ] | |
| }, | |
| "88": { | |
| "id": 88, | |
| "category": "日用品", | |
| "name": "日用品_88", | |
| "coordinate": [ | |
| 7, | |
| 4, | |
| 0 | |
| ] | |
| }, | |
| "89": { | |
| "id": 89, | |
| "category": "日用品", | |
| "name": "日用品_89", | |
| "coordinate": [ | |
| 7, | |
| 4, | |
| 1 | |
| ] | |
| }, | |
| "90": { | |
| "id": 90, | |
| "category": "日用品", | |
| "name": "日用品_90", | |
| "coordinate": [ | |
| 7, | |
| 4, | |
| 2 | |
| ] | |
| }, | |
| "91": { | |
| "id": 91, | |
| "category": "食品", | |
| "name": "食品_91", | |
| "coordinate": [ | |
| 7, | |
| 5, | |
| 1 | |
| ] | |
| }, | |
| "92": { | |
| "id": 92, | |
| "category": "化妆品", | |
| "name": "化妆品_92", | |
| "coordinate": [ | |
| 7, | |
| 7, | |
| 1 | |
| ] | |
| }, | |
| "93": { | |
| "id": 93, | |
| "category": "电子产品", | |
| "name": "电子产品_93", | |
| "coordinate": [ | |
| 7, | |
| 7, | |
| 2 | |
| ] | |
| }, | |
| "94": { | |
| "id": 94, | |
| "category": "食品", | |
| "name": "食品_94", | |
| "coordinate": [ | |
| 7, | |
| 8, | |
| 2 | |
| ] | |
| }, | |
| "95": { | |
| "id": 95, | |
| "category": "电子产品", | |
| "name": "电子产品_95", | |
| "coordinate": [ | |
| 7, | |
| 10, | |
| 1 | |
| ] | |
| }, | |
| "96": { | |
| "id": 96, | |
| "category": "食品", | |
| "name": "食品_96", | |
| "coordinate": [ | |
| 7, | |
| 11, | |
| 1 | |
| ] | |
| }, | |
| "97": { | |
| "id": 97, | |
| "category": "日用品", | |
| "name": "日用品_97", | |
| "coordinate": [ | |
| 8, | |
| 1, | |
| 0 | |
| ] | |
| }, | |
| "98": { | |
| "id": 98, | |
| "category": "日用品", | |
| "name": "日用品_98", | |
| "coordinate": [ | |
| 8, | |
| 1, | |
| 1 | |
| ] | |
| }, | |
| "99": { | |
| "id": 99, | |
| "category": "电子产品", | |
| "name": "电子产品_99", | |
| "coordinate": [ | |
| 8, | |
| 1, | |
| 2 | |
| ] | |
| }, | |
| "100": { | |
| "id": 100, | |
| "category": "食品", | |
| "name": "食品_100", | |
| "coordinate": [ | |
| 8, | |
| 2, | |
| 0 | |
| ] | |
| }, | |
| "101": { | |
| "id": 101, | |
| "category": "化妆品", | |
| "name": "化妆品_101", | |
| "coordinate": [ | |
| 8, | |
| 2, | |
| 1 | |
| ] | |
| }, | |
| "102": { | |
| "id": 102, | |
| "category": "电子产品", | |
| "name": "电子产品_102", | |
| "coordinate": [ | |
| 8, | |
| 5, | |
| 0 | |
| ] | |
| }, | |
| "103": { | |
| "id": 103, | |
| "category": "化妆品", | |
| "name": "化妆品_103", | |
| "coordinate": [ | |
| 8, | |
| 5, | |
| 2 | |
| ] | |
| }, | |
| "104": { | |
| "id": 104, | |
| "category": "化妆品", | |
| "name": "化妆品_104", | |
| "coordinate": [ | |
| 8, | |
| 7, | |
| 1 | |
| ] | |
| }, | |
| "105": { | |
| "id": 105, | |
| "category": "食品", | |
| "name": "食品_105", | |
| "coordinate": [ | |
| 8, | |
| 7, | |
| 2 | |
| ] | |
| }, | |
| "106": { | |
| "id": 106, | |
| "category": "日用品", | |
| "name": "日用品_106", | |
| "coordinate": [ | |
| 8, | |
| 8, | |
| 1 | |
| ] | |
| }, | |
| "107": { | |
| "id": 107, | |
| "category": "食品", | |
| "name": "食品_107", | |
| "coordinate": [ | |
| 8, | |
| 10, | |
| 1 | |
| ] | |
| }, | |
| "108": { | |
| "id": 108, | |
| "category": "电子产品", | |
| "name": "电子产品_108", | |
| "coordinate": [ | |
| 8, | |
| 10, | |
| 2 | |
| ] | |
| }, | |
| "109": { | |
| "id": 109, | |
| "category": "日用品", | |
| "name": "日用品_109", | |
| "coordinate": [ | |
| 8, | |
| 11, | |
| 0 | |
| ] | |
| }, | |
| "110": { | |
| "id": 110, | |
| "category": "食品", | |
| "name": "食品_110", | |
| "coordinate": [ | |
| 8, | |
| 11, | |
| 1 | |
| ] | |
| }, | |
| "111": { | |
| "id": 111, | |
| "category": "日用品", | |
| "name": "日用品_111", | |
| "coordinate": [ | |
| 8, | |
| 11, | |
| 2 | |
| ] | |
| } | |
| }, | |
| "vacant_area": [ | |
| [ | |
| 1, | |
| 13 | |
| ], | |
| [ | |
| 2, | |
| 13 | |
| ], | |
| [ | |
| 3, | |
| 13 | |
| ], | |
| [ | |
| 4, | |
| 13 | |
| ], | |
| [ | |
| 5, | |
| 13 | |
| ], | |
| [ | |
| 6, | |
| 13 | |
| ], | |
| [ | |
| 7, | |
| 13 | |
| ], | |
| [ | |
| 8, | |
| 13 | |
| ] | |
| ] | |
| } |