| | |
| | | @ExcelColumn(name = "*设备名称", value = "name", index = 1) |
| | | private String name; |
| | | |
| | | @ExcelColumn(name = "*设备分类", value = "categoryPath", index = 2) |
| | | @ExcelColumn(name = "*设备数量", value = "deviceNum", index = 2) |
| | | private String deviceNum; |
| | | |
| | | @ExcelColumn(name = "*设备分类", value = "categoryPath", index = 3) |
| | | private String categoryPath; |
| | | |
| | | @ExcelColumn(name = "设备型号", value = "modelNo", index = 3) |
| | | @ExcelColumn(name = "设备型号", value = "modelNo", index = 4) |
| | | private String modelNo; |
| | | |
| | | @ExcelColumn(name = "设备管理员", value = "adminUserName", index = 4) |
| | | @ExcelColumn(name = "设备管理员", value = "adminUserName", index = 5) |
| | | private String adminUserName; |
| | | |
| | | @ExcelColumn(name = "所在位置", value = "addr", index = 5) |
| | | @ExcelColumn(name = "所在位置", value = "addr", index = 6) |
| | | private String addr; |
| | | |
| | | @ExcelColumn(name = "*所属项目", value = "projectName", index = 6) |
| | | @ExcelColumn(name = "*所属项目", value = "projectName", index = 7) |
| | | private String projectName; |
| | | |
| | | @ExcelColumn(name = "*关联房源", value = "roomPath", index = 7) |
| | | @ExcelColumn(name = "*关联房源", value = "roomPath", index = 8) |
| | | private String roomPath; |
| | | |
| | | @ExcelColumn(name = "购入时间", value = "buyDate", index = 8) |
| | | @ExcelColumn(name = "购入时间", value = "buyDate", index = 9) |
| | | private String buyDate; |
| | | |
| | | @ExcelColumn(name = "设备状态", value = "statusText", index = 9) |
| | | @ExcelColumn(name = "设备状态", value = "statusText", index = 10) |
| | | private String statusText; |
| | | |
| | | @ExcelColumn(name = "运维内容", value = "content", index = 10) |
| | | @ExcelColumn(name = "运维内容", value = "content", index = 11) |
| | | private String content; |
| | | |
| | | @ExcelColumn(name = "设备供应商", value = "supplier", index = 11) |
| | | @ExcelColumn(name = "设备供应商", value = "supplier", index = 12) |
| | | private String supplier; |
| | | |
| | | @ExcelColumn(name = "供应商联系人", value = "supplierLinker", index = 12) |
| | | @ExcelColumn(name = "供应商联系人", value = "supplierLinker", index = 13) |
| | | private String supplierLinker; |
| | | |
| | | @ExcelColumn(name = "供应商联系方式", value = "supplierPhone", index = 13) |
| | | @ExcelColumn(name = "供应商联系方式", value = "supplierPhone", index = 14) |
| | | private String supplierPhone; |
| | | |
| | | @ExcelColumn(name = "维保负责人", value = "maintenanceUserName", index = 14) |
| | | @ExcelColumn(name = "维保负责人", value = "maintenanceUserName", index = 15) |
| | | private String maintenanceUserName; |
| | | |
| | | @ExcelColumn(name = "维保到期日", value = "maintenanceOverDate", index = 15) |
| | | @ExcelColumn(name = "维保到期日", value = "maintenanceOverDate", index = 16) |
| | | private String maintenanceOverDate; |
| | | |
| | | @ExcelColumn(name = "维保说明", value = "maintenanceContent", index = 16) |
| | | @ExcelColumn(name = "维保说明", value = "maintenanceContent", index = 17) |
| | | private String maintenanceContent; |
| | | } |