|
|
|
@ -28,30 +28,33 @@ public class WarehouseUpdownGoodsLogEntity extends TenantEntity {
|
|
|
|
|
/** 预留5 */ |
|
|
|
|
@ApiModelProperty(name = "预留5",notes = "") |
|
|
|
|
private String reserve5 ; |
|
|
|
|
/** 仓库id */ |
|
|
|
|
@ApiModelProperty(name = "仓库id",notes = "") |
|
|
|
|
private Long warehouseId ; |
|
|
|
|
/** 仓库名称 */ |
|
|
|
|
@ApiModelProperty(name = "仓库名称",notes = "") |
|
|
|
|
private String warehouseName ; |
|
|
|
|
/** 订单自编码 */ |
|
|
|
|
@ApiModelProperty(name = "订单自编码",notes = "") |
|
|
|
|
private String orderCode ; |
|
|
|
|
/** 包件编码 */ |
|
|
|
|
@ApiModelProperty(name = "包件编码",notes = "") |
|
|
|
|
private String orderPackageCode ; |
|
|
|
|
/** 上架类型;1=上架,2=下架 */ |
|
|
|
|
@ApiModelProperty(name = "上架类型",notes = "1=上架,2=下架") |
|
|
|
|
private Integer bindingType ; |
|
|
|
|
/** 上架方式id */ |
|
|
|
|
@ApiModelProperty(name = "上架方式id",notes = "") |
|
|
|
|
private Long updownTypeId ; |
|
|
|
|
/** 货区id */ |
|
|
|
|
@ApiModelProperty(name = "货区id",notes = "") |
|
|
|
|
private Long goodsAreaId ; |
|
|
|
|
private String areaId ; |
|
|
|
|
/** 货区名称 */ |
|
|
|
|
@ApiModelProperty(name = "货区名称",notes = "") |
|
|
|
|
private String areaTitle ; |
|
|
|
|
/** 货架id */ |
|
|
|
|
@ApiModelProperty(name = "货架id",notes = "") |
|
|
|
|
private Long goodsShelfId ; |
|
|
|
|
private String shelfId ; |
|
|
|
|
/** 货架名称 */ |
|
|
|
|
@ApiModelProperty(name = "货架名称",notes = "") |
|
|
|
|
private String shelfTitle ; |
|
|
|
|
/** 货位id */ |
|
|
|
|
@ApiModelProperty(name = "货位id",notes = "") |
|
|
|
|
private Long goodsAllocationId ; |
|
|
|
|
private String allocationId ; |
|
|
|
|
/** 货位名称 */ |
|
|
|
|
@ApiModelProperty(name = "货位名称",notes = "") |
|
|
|
|
private String allocationTitle ; |
|
|
|
|
/** 完整货位 */ |
|
|
|
|
@ApiModelProperty(name = "完整货位",notes = "") |
|
|
|
|
private String positionCode ; |
|
|
|
|
/** 上架类型;1=上架,2=下架 */ |
|
|
|
|
@ApiModelProperty(name = "上架类型",notes = "1=上架,2=下架") |
|
|
|
|
private Integer bindingType ; |
|
|
|
|
/** 是否整托;0不是 1是 */ |
|
|
|
|
@ApiModelProperty(name = "是否整托",notes = "0不是 1是") |
|
|
|
|
private Integer isAlltrays ; |
|
|
|
@ -66,16 +69,10 @@ public class WarehouseUpdownGoodsLogEntity extends TenantEntity {
|
|
|
|
|
private String associationValue ; |
|
|
|
|
/** 关联id */ |
|
|
|
|
@ApiModelProperty(name = "关联id",notes = "") |
|
|
|
|
private String associationId ; |
|
|
|
|
private Long associationId ; |
|
|
|
|
/** 上下架数量 */ |
|
|
|
|
@ApiModelProperty(name = "上下架数量",notes = "") |
|
|
|
|
private Integer num ; |
|
|
|
|
/** 是否为零担;1=是,2=否 */ |
|
|
|
|
@ApiModelProperty(name = "是否为零担",notes = "1=是,2=否") |
|
|
|
|
private Integer isZero ; |
|
|
|
|
/** 上架方式id */ |
|
|
|
|
@ApiModelProperty(name = "上架方式id",notes = "") |
|
|
|
|
private Long updownTypeId ; |
|
|
|
|
/** 备注 */ |
|
|
|
|
@ApiModelProperty(name = "备注",notes = "") |
|
|
|
|
private String remark ; |
|
|
|
|