#
Junjie
昨天 6e02d92c3b9c240fa78a343b67ddf0db12d840e6
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;
    }
}