#
Junjie
11 小时以前 40101e1766a04cc82076556783ada6e1a7711b93
src/main/java/com/zy/core/thread/ShuttleThread.java
@@ -1,6 +1,7 @@
package com.zy.core.thread;
import com.alibaba.fastjson.JSONObject;
import com.zy.common.ExecuteSupport;
import com.zy.common.model.NavigateNode;
import com.zy.core.ThreadHandler;
@@ -67,6 +68,8 @@
    boolean offerSystemMsg(String format, Object... arguments);
    JSONObject parseStatusToMsg(ShuttleProtocol shuttleProtocol);
    //***************获取命令*****************
    ShuttleCommand getMoveCommand(Integer taskNo, String startCodeNum, String distCodeNum, Integer allDistance, Integer runDirection, Integer runSpeed, List<NavigateNode> nodes);//获取移动命令