Browse Source

滑台逻辑beta版

yejian 2 years ago
parent
commit
09ad5ef6a8

+ 9 - 0
imcs-admin-boot/imcs-common/src/main/java/com/github/zuihou/common/constant/DictionaryKey.java

@@ -180,4 +180,13 @@ public interface DictionaryKey {
             put("R4", "R2");
         }
     };
+
+    Map<String, String> ZEISS_LOCATION = new HashMap<String, String>(){
+        {
+            // 云箭蔡司滑台点位对应关系
+            put("L", "372");
+            put("M", "373");
+            put("R", "374");
+        }
+    };
 }