自动化立体仓库 - WMS系统
*
L
2025-09-23 0271ba1c7cd419674d444f49195aa8a5e7c2cf0a
src/main/java/com/zy/asrs/entity/BasArmMast.java
@@ -128,7 +128,7 @@
        this.upc = param.getUpc();
        this.supplier = param.getSupplier();
        this.createTime = param.getCreateTime();
        this.sortingLine = Integer.getInteger(param.getStaNo());
        this.sortingLine = Integer.parseInt(param.getStaNo());;
    }
    public BasArmMast(Integer armNo,Integer armDirection,Integer staNo,Integer sortingLine,Integer bindingTags,Long priority,Integer status,String matnr,String sku,String po,String upc,String supplier,String orderNo,Integer ctns,Long createTime,Long armError,String armMsg) {