#
Junjie
5 天以前 c97e67b2b569bf9845acbe6a088b7a2b0f8d6a11
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;
    }
}