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