#
Junjie
2026-01-15 470718b6f7de2688807a59b4e32f437624c51499
src/main/java/com/zy/core/model/command/StationCommand.java
@@ -1,6 +1,9 @@
package com.zy.core.model.command;
import lombok.Data;
import java.util.List;
import com.zy.core.enums.StationCommandType;
@Data
public class StationCommand {
@@ -14,4 +17,10 @@
    // 托盘大小,如无特殊情况,默认0
    private Integer palletSize;
    private List<Integer> navigatePath;
    private List<Integer> originalNavigatePath;
    private StationCommandType commandType;
}