|
|
|
@ -62,7 +62,7 @@ public class DistributionCityExcel implements Serializable {
|
|
|
|
|
private String stockupArea; |
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
@ExcelProperty("指派状态;1-未指派、2-已指派") |
|
|
|
|
@ExcelProperty("指派状态") |
|
|
|
|
private String assignStatus; |
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ -71,7 +71,7 @@ public class DistributionCityExcel implements Serializable {
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
@ExcelProperty("备货人员") |
|
|
|
|
private Long forklift; |
|
|
|
|
private String forkliftName; |
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
@ExcelProperty("所在托盘") |
|
|
|
|