自动化立体仓库 - WMS系统
pang.jiabao
1 天以前 089c397e3eff318d9cec8edacaf6d0f70165c38a
src/main/java/com/zy/asrs/entity/MatPrint.java
@@ -34,6 +34,42 @@
    private String specs;
    /**
     * 物料批次
     */
    private String batch;
    /**
     * 数量
     */
    private Double anfme;
    /**
     * 库位号
     */
    private String locNo;
    /**
     * 库位号
     */
    private Long id;
    /**
     * 库位号
     */
    private Long index;
    /**
     * 货主号
     */
    private Long ownerId;
    /**
     * 货主
     */
    private String owner;
    /**
     * 备注
     */
    private String memo;