|
|
@@ -234,6 +234,13 @@ public class OutboundItemResponse {
|
|
|
@ApiModelProperty(value = "包装")
|
|
|
private Integer packBox;
|
|
|
|
|
|
+ @Excel(name = "出库中箱数")
|
|
|
+ @ApiModelProperty(value = "出库中箱数")
|
|
|
+ private String outingBoxPiece;
|
|
|
+
|
|
|
+ @Excel(name = "已出库箱数")
|
|
|
+ @ApiModelProperty(value = "已出库箱数")
|
|
|
+ private String outBoxPiece;
|
|
|
|
|
|
/**
|
|
|
* 企业ID
|