src/main/java/com/zy/core/thread/TrafficControlThread.java
@@ -24,6 +24,8 @@ boolean cancelTrafficControl(Integer shuttleNo, Integer taskNo); boolean forceCancelTrafficControl(Integer shuttleNo); TrafficControlDataModel queryTrafficControl(Integer shuttleNo); List<TrafficControlDataModel> getAllTrafficControl();