src/main/java/com/zy/core/model/protocol/StationProtocol.java
@@ -47,6 +47,9 @@ // 启动入库 private boolean enableIn; //入库条码站异常 private boolean inBarcodeError; // 托盘高度 private Integer palletHeight; @@ -62,6 +65,9 @@ //重量 private Double weight; //出入库模式 1:入库 2:出库 private Integer ioMode; //WCS系统报警 private String systemWarning;