#
Junjie
2024-06-12 7180e7e7c548c78f327a9f66c2bc89af64039e7e
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;//高
        }
    }
}