#
Junjie
2025-08-01 cef0811fa1ee3b7791900d87f5f7fe3a053a708b
src/main/java/com/zy/core/model/TrafficControlDataModel.java
@@ -16,4 +16,19 @@
    private List<NavigateNode> totalNodeList;
    private Integer applyCount = 0;
    private Boolean taskExist;
    public TrafficControlDataModel() {
    }
    public TrafficControlDataModel(Integer shuttleNo, Integer taskNo, List<NavigateNode> nodeList, List<NavigateNode> totalNodeList) {
        this.shuttleNo = shuttleNo;
        this.taskNo = taskNo;
        this.nodeList = nodeList;
        this.totalNodeList = totalNodeList;
    }
}