自动化立体仓库 - WMS系统
#
zyx
2023-12-26 0b4036950ca61835a29ed0a13379a68af652fa59
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;