Commit abd07747 authored by 刘林's avatar 刘林

fix(jg):添加长输管道管道级别字典值

parent 37f10555
......@@ -73,6 +73,8 @@ public class DictParamsConverter implements Converter<String> {
dictMap.put("GD2", "6007");
dictMap.put("GB1", "8890");
dictMap.put("GB2", "8891");
dictMap.put("GA1", "8888");
dictMap.put("GA2", "8889");
dictMap.put("压缩天然气", "COMPRESSED_NATURAL_GAS");
dictMap.put("液化天然气", "LIQUEFIED_NATURAL_GAS");
dictMap.put("液化石油气", "LIQUEFIED_PETROLEUM_GAS");
......
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