@@ -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");
+ }
+ };