Bladeren bron

修改第三方导入key

欧阳劲驰 1 maand geleden
bovenliggende
commit
333292ac45

+ 2 - 2
src/main/java/com/shkpr/service/alambizplugin/constants/GisSurveyThirdImportKeys.java

@@ -22,11 +22,11 @@ public interface GisSurveyThirdImportKeys {
     /**
      * 无效类型
      */
-    String INVALID_TYPES = "invalidTypesResult";
+    String INVALID_TYPES = "invalidTypes";
     /**
      * 超出范围
      */
-    String OUT_RANGES = "outRangesResult";
+    String OUT_RANGES = "outRanges";
     /**
      * 超出约束
      */