feat(能源管理系统): 系统开发
1.删除deploy-pps-task模块错误依赖项,解决pom文件依赖引用异常导致项目编译失败问题; 2.参照原型,设计并创建基础信息配置模块所需要的表:base_wellhead 井口配置表,base_photovoltaic_plant 光伏电站表,base_diesel_generator 柴发设备表,base_energy_storage_device 储能设备表,base_price_strategy 市电峰谷表,base_price_strategy_month 市电峰谷月配置表,base_price_strategy_detail 市电峰谷当月明细配置表,base_power_line 输电线路配置,base_power_line_wellhead 输电线路井口配置,base_power_line_plant 输电线路光伏配置,base_power_line_storage 输电线路储能配置,base_power_line_diesel 输电线路柴发设备配置; 3.通过使用代码生成工具根据基础信息配置模块新建数据表生成entity,mapper及service包对应代码,同时导入系统base模块,解决代码导入后编译失败问题,项目编译通过后提交代码; 4.开发基础信息配置-市电峰谷配置模块新增功能,完成接口冒烟测试并生成接口文档; 5.开发基础信息配置-市电峰谷配置模块更新功能,完成接口冒烟测试并生成接口文档; BREAKING CHANGE: 无 Closes 无 [skip ci]
Showing
Please register or sign in to comment