自动化立体仓库 - WMS系统
ZY
2024-10-28 f59681e9cf7faedb6c28e23920c58ecb919be547
src/main/java/com/zy/asrs/entity/MatPrint.java
@@ -55,6 +55,21 @@
    private Long id;
    /**
     * 库位号
     */
    private Long index;
    /**
     * 货主号
     */
    private Long ownerId;
    /**
     * 货主
     */
    private String owner;
    /**
     * 备注
     */
    private String memo;