Commit 6c91aa2d authored by suhuiguang's avatar suhuiguang

fix(jg): 压力管道管道长度

1.压力管道管道长度可输入斜线分隔,模板增加说明修改后修改版本号
parent e83f1f3e
......@@ -40,8 +40,8 @@ public class DataDockTemplateVersionUtils {
public static final Map<String, String> VERSION_MAP = new HashMap<>();
static {
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.1");
VERSION_MAP.put("历史无证设备_场内机动车辆", "V1.0.1");
VERSION_MAP.put("历史无证设备_电梯设备", "V1.0.1");
......@@ -64,7 +64,7 @@ public class DataDockTemplateVersionUtils {
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");
......
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