Commit 3a8e6a8d authored by ZWT's avatar ZWT

feat(能源管理系统): 间开制度管理

1.创建space_interval_system 间开制度详情,space_interval_wellhead_config
间开制度井口配置,space_interval_duration
间开制度小间开时段配置表,生成相关代码并添加到项目space模块,解决编译报错问题;
2.添加间开制度管理模块接口文档配置;
3.添加工具类,及基础实体类,处理基础字段;
4.新建字典类型常量类,维护常用字典类型;
5.系统创建间开类型字典;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent efaa2de5
......@@ -22,4 +22,9 @@ public class DictTypeConstant {
* 间开类型
*/
public static final String SPLIT_TYPE = "split_type";
/**
* 单位级别
*/
public static final String UNIT_LEVEL = "UNIT_LEVEL";
}
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