| | |
| | | private String reservationName; |
| | | @ExcelProperty(value = "预约电话") |
| | | private String reservationPhone; |
| | | @ExcelProperty(value = "省份") |
| | | @ExcelProperty(value = "省份(四川省)") |
| | | private String province; |
| | | @ExcelProperty(value = "市") |
| | | @ExcelProperty(value = "市(成都市)") |
| | | private String city; |
| | | @ExcelProperty(value = "区") |
| | | @ExcelProperty(value = "区(武侯区)") |
| | | private String area; |
| | | @ExcelProperty(value = "详细地址") |
| | | private String reservationAddress; |
| | | @ExcelProperty(value = "上门时间") |
| | | @ExcelProperty(value = "上门时间(2025.01.01)") |
| | | private String time; |
| | | @ExcelProperty(value = "服务人员") |
| | | private String serverName; |