*
lsh
3 天以前 aa8638651f5f488ccc714a6e73e5b351bdfbde2e
src/main/java/com/zy/core/model/DevpSlave.java
@@ -27,12 +27,26 @@
    private List<Sta> pickSta = new ArrayList<>();
    private List<Sta> armSta = new ArrayList<>();
    private List<Sta> outStaAgvFull = new ArrayList<>();
    private List<Sta> outStaAgvEmpty = new ArrayList<>();
    @Data
    public static class Sta {
        private Integer staNo;
        private Integer armNo;
        private Integer sortingLine;
        private Integer staNoEnd;
        private Integer barcode;
        private Integer barcodeMat;
        private Integer backSta;
        private Integer led;
    }