#
qlsxk
2 天以前 8e18d5c86e6acddcb4022ac319ebe43dbf92c20e
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;
    }
}