zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/model/protocol/StaProtocol.java
@@ -94,4 +94,16 @@ return station; } public Integer getLocType1() { if (!this.high && !this.low) { return 0;//未知 } if (this.low) { return 1;//低 }else { return 2;//高 } } }