Commit 3b821a18 authored by ZWT's avatar ZWT

feat(能源管理系统): 组织机构管理

1.修改组织机构管理分页列表功能,优化sql查询逻辑及代码业务处理逻辑,解决组织部分信息获取错误问题,完成接口冒烟测试并添加线上接口文档;
2.开发组织机构管理模块动态列表查询功能,添加线上接口文档并完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent d5626efb
......@@ -21,10 +21,15 @@ public class DictTypeConstant {
/**
* 间开类型
*/
public static final String SPLIT_TYPE = "split_type";
public static final String INTERVAL_TYPE = "interval_type";
/**
* 单位级别
*/
public static final String UNIT_LEVEL = "UNIT_LEVEL";
/**
* 运行类型
*/
public static final String RUN_TYPE = "run_type";
}
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