瀏覽代碼

测站点,导入excel字段匹配

qianxb 2 年之前
父節點
當前提交
0a45553ac8

+ 2 - 2
blade-service/blade-business/src/main/java/org/springblade/business/excel/DatumPointxyExcel.java

@@ -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;
 }