#
lsh
2024-10-10 9517d27f0e801a7f2afd3bee8144ef42f5ec403f
src/main/java/com/zy/core/model/command/CrnCommand.java
@@ -71,6 +71,9 @@
    // 目标巷道
    private Short destinationLane = 0;
    // 任务确认 0:未确认 1:已确认
    private Short command = 0;
    public void setTaskMode(Short taskMode){
        this.taskMode = taskMode;
        this.taskModeType = CrnTaskModeType.get(taskModeType);