自动化立体仓库 - WMS系统
zhangc
2024-12-05 b7a3ff7cc3cf8ad93e84ac8875d124a3c66e4679
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;