自动化立体仓库 - WMS系统
#
pjb
2025-01-15 9c0c8f4f998b7e7f4370e7c1186d750659d6d660
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;