| | |
| | | // 二楼堆垛机对应入库站点 |
| | | private static final int[] secondFloorIn = new int[]{0, 2061, 2064, 2067, 2070, 2073, 2076}; |
| | | // 堆垛机对应一楼出库站点 |
| | | private static final int[] secondFloorOut = new int[]{0, 3002, 3003, 3006, 3008, 3009, 3012}; |
| | | private static final int[] secondFloorOut = new int[]{0, 3002, 3003, 3006, 3008, 3009, 3011}; |
| | | // 堆垛机对应一楼入库站点 |
| | | private static final int[] oneFloorIn = new int[]{0, 3001, 3004, 3005, 3007, 3010, 3011}; |
| | | private static final int[] oneFloorIn = new int[]{0, 3001, 3004, 3005, 3007, 3010, 3012}; |
| | | |
| | | |
| | | @Autowired |