Commit d165cea8 authored by ZWT's avatar ZWT

feat(能源管理系统): 基础信息配置

1.修改基础信息配置--输电线路配置模块查询井口列表接口,增加返回结果参数,修改查询逻辑,完成接口冒烟测试同时修改接口文档;
2.修改基础信息配置模块业务工具类,增加匹配查询字典名称方法;
3.修改基础信息配置模块业务工具类,增加匹配查询地区名称方法;
4.修改基础信息配置模块业务工具类,增加匹配查询组织名称方法;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent b7f7247e
...@@ -32,4 +32,9 @@ public class DictTypeConstant { ...@@ -32,4 +32,9 @@ public class DictTypeConstant {
* 运行类型 * 运行类型
*/ */
public static final String RUN_TYPE = "run_type"; public static final String RUN_TYPE = "run_type";
/**
* 时段类型
*/
public static final String TIME_FRAME = "time_frame";
} }
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