Commit 0683f5d9 authored by 刘林's avatar 刘林

fix(jg):导入版本号修改

parent 03fd4773
......@@ -42,14 +42,14 @@ public class DataDockTemplateVersionUtils {
static {
VERSION_MAP.put("工业管道设备", "V1.0.0");
VERSION_MAP.put("公用管道设备", "V1.0.0");
VERSION_MAP.put("历史无证_压力容器设备_氧舱", "V1.0.0");
VERSION_MAP.put("历史无证_压力容器设备_氧舱", "V1.0.1");
VERSION_MAP.put("历史无证设备_场内机动车辆", "V1.0.0");
VERSION_MAP.put("历史无证设备_电梯设备", "V1.0.1");
VERSION_MAP.put("历史无证设备_管道设备", "V1.0.0");
VERSION_MAP.put("历史无证设备_锅炉设备", "V1.0.0");
VERSION_MAP.put("历史无证设备_起重机械设备", "V1.0.0");
VERSION_MAP.put("历史无证设备_索道设备", "V1.0.1");
VERSION_MAP.put("历史无证设备_压力容器设备_固定式", "V1.0.0");
VERSION_MAP.put("历史无证设备_压力容器设备_固定式", "V1.0.1");
VERSION_MAP.put("历史无证设备_压力容器设备", "V1.0.0");
VERSION_MAP.put("历史无证设备_游乐设施设备", "V1.0.0");
VERSION_MAP.put("历史有证_场内机动车辆", "V1.0.0");
......@@ -58,8 +58,8 @@ public class DataDockTemplateVersionUtils {
VERSION_MAP.put("历史有证_锅炉设备", "V1.0.0");
VERSION_MAP.put("历史有证_起重机械设备", "V1.0.0");
VERSION_MAP.put("历史有证_索道设备", "V1.0.0");
VERSION_MAP.put("历史有证_压力容器设备_固定式", "V1.0.0");
VERSION_MAP.put("历史有证_压力容器设备_氧舱", "V1.0.0");
VERSION_MAP.put("历史有证_压力容器设备_固定式", "V1.0.1");
VERSION_MAP.put("历史有证_压力容器设备_氧舱", "V1.0.1");
VERSION_MAP.put("历史有证_压力容器设备", "V1.0.0");
VERSION_MAP.put("历史有证_游乐设施设备", "V1.0.0");
VERSION_MAP.put("新设备_场内机动车辆", "V1.0.0");
......@@ -68,8 +68,8 @@ public class DataDockTemplateVersionUtils {
VERSION_MAP.put("新设备_锅炉设备", "V1.0.0");
VERSION_MAP.put("新设备_起重机械设备", "V1.0.0");
VERSION_MAP.put("新设备_索道设备", "V1.0.0");
VERSION_MAP.put("新设备_压力容器设备_固定式", "V1.0.0");
VERSION_MAP.put("新设备_压力容器设备_氧舱", "V1.0.0");
VERSION_MAP.put("新设备_压力容器设备_固定式", "V1.0.1");
VERSION_MAP.put("新设备_压力容器设备_氧舱", "V1.0.1");
VERSION_MAP.put("新设备_游乐设施设备", "V1.0.0");
VERSION_MAP.put("压力容器设备", "V1.0.0");
VERSION_MAP.put("长输管道设备", "V1.0.0");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment