#
lsh
2022-12-16 342d3ea1f898d1ecaae9fb5dbf6c620cf3daffa9
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);