|
@@ -20,8 +20,8 @@ import java.io.Serializable;
|
|
|
@HeadRowHeight(20)
|
|
|
@ContentRowHeight(18)
|
|
|
public class DatumPointxyExcel extends DatumPointExcel {
|
|
|
- @ExcelProperty(value = "x坐标(m)", index = 2)
|
|
|
+ @ExcelProperty(value = "x坐标(m)")
|
|
|
private String x;
|
|
|
- @ExcelProperty(value = "y坐标(m)", index = 3)
|
|
|
+ @ExcelProperty(value = "y坐标(m)")
|
|
|
private String y;
|
|
|
}
|