#
Junjie
20 小时以前 3bcc7087c91db42f0ff5161f8e4d7de5c1174900
src/main/java/com/zy/core/model/command/StationCommand.java
@@ -19,8 +19,14 @@
    private List<Integer> navigatePath;
    // 路径中的顶升移栽点(按路径顺序)
    private List<Integer> liftTransferPath;
    private List<Integer> originalNavigatePath;
    private StationCommandType commandType;
    // 仿真模式下可选:手工指定条码
    private String barcode;
}