#
LSH
2023-02-09 319f665d3f2ce0e88193515e7fbdae39865e155d
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);