自动化立体仓库 - WMS系统
zhangchao
2024-11-15 7c1af4c63e66754f0868c1a501f4895f9cbc9213
src/main/java/com/zy/asrs/entity/ViewStockUseBean.java
@@ -11,7 +11,7 @@
    private Long full_qty;       //在库数量
    private Long null_qty;       //空库位
    private Long forbid_qty;    //禁用库位
    private Long empty_qty;      //空容器
    private Long empty_qty;      //空货架
    private String full_rate;   //在库率
    private String occ_rate;   //使用率
    private int pageNumber;