package com.terra.proxy.bean; import com.alibaba.excel.annotation.ExcelProperty; public class E { @ExcelProperty(value = "content", index = 0) private String content; @ExcelProperty(value = "dataType", index = 1) private String dataType; @ExcelProperty(value = "endtm", index = 2) private String endtm; @ExcelProperty(value = "fileName", index = 3) private String fileName; @ExcelProperty(value = "filePath", index = 4) private String filePath; @ExcelProperty(value = "FileType", index = 5) private String FileType; @ExcelProperty(value = "id", index = 6) private String id; @ExcelProperty(value = "powerType", index = 7) private String powerType; @ExcelProperty(value = "starttm", index = 8) private String starttm; @ExcelProperty(value = "taskboat", index = 9) private String taskboat; @ExcelProperty(value = "taskid", index = 10) private String taskid; @ExcelProperty(value = "tasknm", index = 11) private String tasknm; @ExcelProperty(value = "taskunit", index = 12) private String taskunit; @ExcelProperty(value = "lgtd", index = 13) private String lgtd; @ExcelProperty(value = "lttd", index = 14) private String lttd; @ExcelProperty(value = "text", index = 15) private String text; private String wkt; private String geom; public String getContent() { return content; } public void setContent(String content) { this.content = content; } public String getDataType() { return dataType; } public void setDataType(String dataType) { this.dataType = dataType; } public String getEndtm() { return endtm; } public void setEndtm(String endtm) { this.endtm = endtm; } public String getFileName() { return fileName; } public void setFileName(String fileName) { this.fileName = fileName; } public String getFilePath() { return filePath; } public void setFilePath(String filePath) { this.filePath = filePath; } public String getFileType() { return FileType; } public void setFileType(String fileType) { FileType = fileType; } public String getId() { return id; } public void setId(String id) { this.id = id; } public String getPowerType() { return powerType; } public void setPowerType(String powerType) { this.powerType = powerType; } public String getStarttm() { return starttm; } public void setStarttm(String starttm) { this.starttm = starttm; } public String getTaskboat() { return taskboat; } public void setTaskboat(String taskboat) { this.taskboat = taskboat; } public String getTaskid() { return taskid; } public void setTaskid(String taskid) { this.taskid = taskid; } public String getTasknm() { return tasknm; } public void setTasknm(String tasknm) { this.tasknm = tasknm; } public String getTaskunit() { return taskunit; } public void setTaskunit(String taskunit) { this.taskunit = taskunit; } public String getLgtd() { return lgtd; } public void setLgtd(String lgtd) { this.lgtd = lgtd; } public String getLttd() { return lttd; } public void setLttd(String lttd) { this.lttd = lttd; } public String getText() { return text; } public void setText(String text) { this.text = text; } public String getWkt() { return wkt; } public void setWkt(String wkt) { this.wkt = wkt; } public String getGeom() { return geom; } public void setGeom(String geom) { this.geom = geom; } }