fix: 修改

dev_2.5_optimize
chenhc 4 months ago
parent ba7e50b810
commit eefa886765

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

Loading…
Cancel
Save