소스 검색

测站点,导入excel字段匹配

qianxb 2 년 전
부모
커밋
0a45553ac8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      blade-service/blade-business/src/main/java/org/springblade/business/excel/DatumPointxyExcel.java

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