|
|
@ -73,6 +73,11 @@ public class WarehouseWarehousingEntryExcel implements Serializable { |
|
|
|
@ExcelProperty("入库车牌") |
|
|
|
@ExcelProperty("入库车牌") |
|
|
|
private String licensePlate; |
|
|
|
private String licensePlate; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
|
|
|
|
@ExcelProperty("存放位置") |
|
|
|
|
|
|
|
private String positions; |
|
|
|
|
|
|
|
|
|
|
|
@ColumnWidth(20) |
|
|
|
@ColumnWidth(20) |
|
|
|
@ExcelProperty("服务类型") |
|
|
|
@ExcelProperty("服务类型") |
|
|
|
private String serviceType; |
|
|
|
private String serviceType; |
|
|
|