|
|
@@ -19,18 +19,15 @@ public class CdAcctExcel implements Serializable {
|
|
|
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
- @ExcelProperty("客户名称")
|
|
|
- private String corpName;
|
|
|
-
|
|
|
- @ExcelProperty("客户简称")
|
|
|
- private String corpShortName;
|
|
|
-
|
|
|
@ExcelProperty("货运日期")
|
|
|
- @DateTimeFormat("yyyy-MM-dd HH:mm:ss")
|
|
|
+ @DateTimeFormat("yyyy-MM-dd HH:mm")
|
|
|
private Date arrivalTime;
|
|
|
|
|
|
- @ExcelProperty("业务员")
|
|
|
- private String salesmanName;
|
|
|
+ @ExcelProperty("物流运输")
|
|
|
+ private String dispatchDeptName;
|
|
|
+
|
|
|
+ @ExcelProperty("运输调度")
|
|
|
+ private String dispatcherName;
|
|
|
|
|
|
@ExcelProperty("货运地点")
|
|
|
private String addressDetail;
|
|
|
@@ -48,21 +45,18 @@ public class CdAcctExcel implements Serializable {
|
|
|
private String ctnDetail;
|
|
|
|
|
|
@ExcelProperty("车队")
|
|
|
- private String fleetName;
|
|
|
-
|
|
|
- @ExcelProperty("车队简称")
|
|
|
private String fleetShortName;
|
|
|
|
|
|
@ExcelProperty("车号")
|
|
|
private String plateNo;
|
|
|
|
|
|
- @ExcelProperty("运费")
|
|
|
+ @ExcelProperty("应付运费")
|
|
|
private BigDecimal landAmountC;
|
|
|
|
|
|
- @ExcelProperty("杂费")
|
|
|
+ @ExcelProperty("应付杂费")
|
|
|
private BigDecimal extraAmountC;
|
|
|
|
|
|
- @ExcelProperty("杂费明细")
|
|
|
+ @ExcelProperty("应付杂费明细")
|
|
|
private String extraAmountItemC;
|
|
|
|
|
|
@ExcelProperty("备注")
|