自动化立体仓库 - WMS系统
1
ZY
2024-09-25 2f251e18ee5a26bc26531b3431e5b4165911b1aa
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;