src/main/java/com/smartearth/poiexcel/entity/OrgPoiExcel.java
@@ -3,6 +3,8 @@ import com.alibaba.excel.annotation.ExcelProperty; public class OrgPoiExcel { @ExcelProperty("唯一编号") private String fingerId; @ExcelProperty("待转换地址") private String address; @@ -19,6 +21,7 @@ @Override public String toString() { return "OrgPoiExcel{" + ", fingerId='" + fingerId + '\'' + ", address='" + address + '\'' + ", x=" + x + ", y=" + y + @@ -26,6 +29,13 @@ '}'; } public String getFingerId() { return fingerId; } public void setFingerId(String fingerId) { this.fingerId = fingerId; } public String getAddress() { return address;