|
|
|
@ -20,22 +20,22 @@ public class IoSplitInvViewResponse {
|
|
|
|
|
private String prepnSpec;
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "包装规格", index = 2)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
@ColumnWidth(15)
|
|
|
|
|
private String ggxh;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "推荐上货数量", index = 3)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
@ExcelProperty(value = "推荐数量", index = 3)
|
|
|
|
|
@ColumnWidth(15)
|
|
|
|
|
private Integer suggestOutCount;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "区域编码", index = 4)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
@ColumnWidth(15)
|
|
|
|
|
private Integer freightRow;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ExcelProperty(value = "取货槽编码", index = 5)
|
|
|
|
|
@ColumnWidth(30)
|
|
|
|
|
@ColumnWidth(18)
|
|
|
|
|
private String workPlaceQueueCode;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|