#
lsh
2022-12-16 515a8bc674642afd00eeaf67c659e896ff80f2ec
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);