#
Junjie
10 天以前 db32ffbad65906185ba768a3dc7364337473b1b2
src/main/java/com/zy/core/thread/TrafficControlThread.java
@@ -22,8 +22,12 @@
    boolean trafficReport(List<NavigateNode> nodeList, Integer shuttleNo, Integer taskNo);
    boolean trafficReportError(Integer shuttleNo, Integer taskNo);
    boolean cancelTrafficControl(Integer shuttleNo, Integer taskNo);
    boolean forceCancelTrafficControl(Integer shuttleNo);
    TrafficControlDataModel queryTrafficControl(Integer shuttleNo);
    List<TrafficControlDataModel> getAllTrafficControl();