自动化立体仓库 - WMS系统
skyouc
4 天以前 dc82588470049e47e68dae6c30bc47e48a4af816
src/main/java/com/zy/asrs/entity/param/CombParam.java
@@ -16,8 +16,15 @@
    // 托盘条码
    private String barcode;
    //站点
    private String station;
    // 库位编号
    private String locNo;
    //唯一编码
    private String bsCode;
    private String type;
    private List<CombMat> combMats;
@@ -49,6 +56,7 @@
        // 规格
        private String specs;
        private String threeCode;
    }
}