|
|
|
@ -104,11 +104,7 @@ public class DistributionBusinessPreOrderEntity extends TenantEntity {
|
|
|
|
|
@ApiModelProperty(value = "包条码") |
|
|
|
|
private String orderPackageCode; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "货区信息") |
|
|
|
|
private String cargoTitle; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "货架信息") |
|
|
|
|
private String shelfTitle; |
|
|
|
|
/** |
|
|
|
|
* 货位信息 |
|
|
|
|
*/ |
|
|
|
@ -210,18 +206,7 @@ public class DistributionBusinessPreOrderEntity extends TenantEntity {
|
|
|
|
|
@ApiModelProperty(value = "包件状态") |
|
|
|
|
private String orderPackageStatus; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "包件冻结状态") |
|
|
|
|
private String orderPackageFreezeStatus; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "包件冻结状态") |
|
|
|
|
private String orderPackageReservationStatus; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "备货状态") |
|
|
|
|
private String orderPackageStockupStatus; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "上架状态") |
|
|
|
|
private String orderPackageGroundingStatus; |
|
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "经销商名称") |
|
|
|
|
private String dealerName; |
|
|
|
|