Merge remote-tracking branch 'origin/dev_2.5_optimize' into dev_2.5_optimize

dev_2.5_optimize
wangwei 4 months ago
commit 553928b1ba

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

Loading…
Cancel
Save