|
@@ -23,43 +23,46 @@ public class OrderJzDetailExportVO {
|
|
|
@ExcelProperty(value = "姓名", index = 4)
|
|
@ExcelProperty(value = "姓名", index = 4)
|
|
|
private String name;
|
|
private String name;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "联系电话", index = 5)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "证件号", index = 5)
|
|
|
|
|
+ private String idCard;
|
|
|
|
|
+
|
|
|
|
|
+ @ExcelProperty(value = "联系电话", index = 6)
|
|
|
private String phone;
|
|
private String phone;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "房型", index = 6)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "房型", index = 7)
|
|
|
private String roomModelName;
|
|
private String roomModelName;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "车次/航班号", index = 7)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "车次/航班号", index = 8)
|
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "核销时间", index = 8)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "核销时间", index = 9)
|
|
|
private String signTime;
|
|
private String signTime;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "分车号", index = 9)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "分车号", index = 10)
|
|
|
private String dispatchNo;
|
|
private String dispatchNo;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "分车组团号", index = 10)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "分车组团号", index = 11)
|
|
|
private String groupNo;
|
|
private String groupNo;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "车牌号", index = 11)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "车牌号", index = 12)
|
|
|
private String busNumber;
|
|
private String busNumber;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "司机姓名", index = 12)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "司机姓名", index = 13)
|
|
|
private String driverName;
|
|
private String driverName;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "司机联系电话", index = 13)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "司机联系电话", index = 14)
|
|
|
private String driverPhone;
|
|
private String driverPhone;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "接站人员", index = 14)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "接站人员", index = 15)
|
|
|
private String receiverName;
|
|
private String receiverName;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "接站人电话", index = 15)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "接站人电话", index = 16)
|
|
|
private String receiverPhone;
|
|
private String receiverPhone;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "分车情况", index = 16)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "分车情况", index = 17)
|
|
|
private String dispatchRemark;
|
|
private String dispatchRemark;
|
|
|
|
|
|
|
|
- @ExcelProperty(value = "预约情况", index = 17)
|
|
|
|
|
|
|
+ @ExcelProperty(value = "预约情况", index = 18)
|
|
|
private String reservationInfo;
|
|
private String reservationInfo;
|
|
|
|
|
|
|
|
}
|
|
}
|