zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/model/protocol/StaProtocol.java
@@ -71,6 +71,9 @@ // 扫码失败 private boolean barcodeErr; // 工作模式 private Integer workMode; @Override public StaProtocol clone() { try { @@ -88,6 +91,7 @@ station.setLoading(loading?"Y":"N"); station.setInEnable(inEnable?"Y":"N"); station.setOutEnable(outEnable?"Y":"N"); station.setWorkMode(workMode); station.setLocType1(0); // 高低类型{0:未知,1:低库位,2:高库位} station.setLocType2(0); // 宽窄类型{0:未知,1:窄库位,2:宽库位} station.setLocType3(0); // 轻重类型{0:未知,1:轻库位,2:重库位}