|
|
|
@ -55,8 +55,8 @@ public class TrunklineCarCostExcel implements Serializable {
|
|
|
|
|
* 车次类型 1外请 2自有 目前该字段不使用 |
|
|
|
|
* |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = "车次类型 1外请 2自有 ") |
|
|
|
|
private Integer carsNoType; |
|
|
|
|
@ExcelProperty(value = "车次类型") |
|
|
|
|
private String carsNoTypeString; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 调车员 |
|
|
|
@ -78,7 +78,7 @@ public class TrunklineCarCostExcel implements Serializable {
|
|
|
|
|
/** |
|
|
|
|
* 货物品牌,多个拼接在一起 |
|
|
|
|
*/ |
|
|
|
|
@ExcelProperty(value = "货物品牌,多个拼接在一起") |
|
|
|
|
@ExcelProperty(value = "货物品牌") |
|
|
|
|
private String brands; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|