pang.jiabao
3 天以前 1195089a2f65e8773ef74f3d369d8f2ff1dd3f34
src/main/java/com/zy/core/model/DevpSlave.java
@@ -27,6 +27,7 @@
    private List<Sta> pickSta = new ArrayList<>();
    @Data
    public static class Sta {
@@ -34,6 +35,12 @@
        private Integer barcode;
        private Integer scale;
        private Integer backSta;
        private Integer overSta;
    }
}