#
vincentlu
12 小时以前 7f1610d98fa352f17fc8a53597c4bb2a86f277ca
zy-acs-manager/src/main/java/com/zy/acs/manager/core/integrate/dto/ConveyorQueryResult.java
@@ -9,6 +9,8 @@
    private Boolean conveyable;
    private String taskNo;
    public ConveyorQueryResult() {
    }
@@ -17,4 +19,10 @@
        this.conveyable = conveyable;
    }
    public ConveyorQueryResult(String staNo, Boolean conveyable, String taskNo) {
        this.staNo = staNo;
        this.conveyable = conveyable;
        this.taskNo = taskNo;
    }
}