自动化立体仓库 - WMS系统
#
lty
1 天以前 585023c7abdd062c51ecf33b6b2119f3a4fbf993
src/main/java/com/zy/asrs/entity/param/LocMastInitParam.java
@@ -31,7 +31,7 @@
    // 堆垛机数量
    private Integer crnAmount;
    // 高低类型: 1:低库位  2:高库位
    // 高低类型:0:未知,1:低库位,2:高库位,3:中库位
    private Short locType1;
    // 宽窄类型: 1:窄库位  2:宽库位
@@ -46,6 +46,8 @@
    private Integer endCrn;
    private String identifying;
    public Integer getStartRow() {
        if (null == startRow) {
            throw new CoolException(BaseRes.PARAM);