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