自动化立体仓库 - WMS系统
#
LSH
2023-12-28 e50df1e195336c91da9cc74168e7a7bfeb037f93
src/main/java/com/zy/asrs/entity/ManLocDetl.java
@@ -214,13 +214,14 @@
    @ApiModelProperty(value= "货物形态:0:代采、1:仓储")
    private Integer payment;
    /**
     * uuid时间戳
     */
    @ApiModelProperty(value= "uuid")
    @TableId(value = "uuid", type = IdType.ID_WORKER_STR)
    @TableField("uuid")
    private String uuid;
    @ApiModelProperty(value= "添加时间")
    @TableField("real_anfme")
    private Date realAnfme;
    @ApiModelProperty(value= "订单号")
    @TableField("order_no")
    private String orderNo;