Commit add28c90 authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.系统管理模块,查询线路及组织机构树接口修改,增加查询逻辑,通过线路名称模糊查询树列表,完成接口冒烟测试并同步线上接口文档;
2.系统管理模块,查询光伏电站及组织机构树接口修改,增加查询逻辑,通过电站名称模糊查询树列表,完成接口冒烟测试并同步线上接口文档;
3.基础信息配置模块,新增市电峰谷导入模板下载接口,完成接口冒烟测试并同步线上接口文档;
4.基础信息配置模块,市电峰谷模板下载接口修改,增加多选月份导出配置数据逻辑,修改线上接口文档并完成接口冒烟测试;
5.基础信息配置模块,新增市电峰谷数据导入接口,增加导入数据校验逻辑,完成接口冒烟测试并添加线上接口文档;
6.基础间开配置模块,新增编辑制度模板导出接口,添加线上接口文档并完成接口冒烟测试;
7.基础间开配置模块,新增编制制度导入接口,添加线上接口文档并完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 6f8cf256
...@@ -28,40 +28,40 @@ platform ...@@ -28,40 +28,40 @@ platform
├─C00-common 公共模块 ├─C00-common 公共模块
├─C02-system 系统模块 ├─C02-system 系统模块
├─C03-plan 计划管理模块 ├─C03-plan 计划管理模块
├─C04-dispatch 调控运行 ├─C04-dispatch 调控运行
├─C05-online 投产管理 ├─C05-online 投产管理
├─C06-energy 能源管理 ├─C06-energy 能源管理
├─C07-measure 运销计量: ├─C07-measure 运销计量
│ ├─pps-measure-core 运销计量-核心模块 │ ├─pps-measure-core 运销计量-核心模块
│ │ ├─pps.core.measure module 总包名 │ │ ├─pps.core.measure module 总包名
│ │ │ ├─constant 常量 │ │ │ ├─constant 常量
│ │ │ ├─entity 实体 │ │ │ ├─entity 实体
│ │ │ ├─mapper 映射 │ │ │ ├─mapper 映射
│ │ │ ├─module 包含的模块,以及初始化架构模块实现类 │ │ │ ├─module 包含的模块,以及初始化架构模块实现类
│ │ │ ├─mybatis mybatis 配置类 │ │ │ ├─mybatis mybatis 配置类
│ │ │ ├─service 服务实现类 │ │ │ ├─service 服务实现类
│ │ │ │ ├─data.{表名} 出入参model │ │ │ │ ├─data.{表名} 出入参model
│ │ │ ├─utils 工具类 │ │ │ ├─utils 工具类
│ │ │ ├─provider.impl 架构基础功能实现类 │ │ │ ├─provider.impl 架构基础功能实现类
│ ├─pps-measure-cloud 运销计量-api模块: │ ├─pps-measure-cloud 运销计量-api模块:
├─D00-third-party 调用第三方模块 ├─D00-third-party 调用第三方模块
├─D01-dependency 产品依赖整合模块 ├─D01-dependency 产品依赖整合模块
├─D03-deploy 微服务部署模块 ├─D03-deploy 微服务部署模块
│ ├─deploy-pps-analysis 分析服务 │ ├─deploy-pps-analysis 分析服务
│ ├─deploy-pps-auth 认证服务 │ ├─deploy-pps-auth 认证服务
│ ├─deploy-pps-bpm 工作流服务 │ ├─deploy-pps-bpm 工作流服务
│ ├─deploy-pps-calc 专业计算服务 │ ├─deploy-pps-calc 专业计算服务
│ ├─deploy-pps-dispatch 调度运行服务 │ ├─deploy-pps-dispatch 调度运行服务
│ ├─deploy-pps-energy 能耗服务 │ ├─deploy-pps-energy 能耗服务
│ ├─deploy-pps-measure 计量服务 │ ├─deploy-pps-measure 计量服务
│ ├─deploy-pps-online 投产服务 │ ├─deploy-pps-online 投产服务
│ ├─deploy-pps-online 运维服务 │ ├─deploy-pps-online 运维服务
│ ├─deploy-pps-plan 计划管理服务 │ ├─deploy-pps-plan 计划管理服务
│ ├─deploy-pps-signature 电子签章服务 │ ├─deploy-pps-signature 电子签章服务
│ ├─deploy-pps-system 系统服务 │ ├─deploy-pps-system 系统服务
│ ├─deploy-pps-task 任务服务 │ ├─deploy-pps-task 任务服务
│ ├─deploy-pps-report 报表服务 │ ├─deploy-pps-report 报表服务
│ ├─deploy-pps-third-interface 第三方接口服务 │ ├─deploy-pps-third-interface 第三方接口服务
``` ```
......
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