Commit add5c09a authored by ZWT's avatar ZWT

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

1.修改基础信息配置--输电线路配置模块查询输电线路分页列表接口,优化代码;
2.修改基础信息配置--输电线路配置模块查询输电线路井口列表接口,优化代码;
3.修改基础信息配置--输电线路配置模块查询输电线路详情接口,优化代码;
4.修改基础信息配置--市电峰谷配置模块查询市电峰谷详情接口,优化代码;
5.修改基础信息配置模块字典工具类,优化代码;
6.修改基础信息配置--市电峰谷配置模块查询市电峰谷分页列表接口,优化代码;
7.修改task模块pom文件,添加space模块依赖引用;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent b013f2dd
......@@ -2,7 +2,6 @@ package pps.core.base.service.data.base_power_line;
import lombok.Data;
import xstartup.annotation.XText;
import xstartup.base.data.XPageInput;
/**
* 输电线路配置
......@@ -11,7 +10,7 @@ import xstartup.base.data.XPageInput;
* @date 2023/08/28
*/
@Data
public class QueryBasePowerLineViewOutput extends XPageInput {
public class QueryBasePowerLineViewOutput {
@XText("ID")
private String id;
......
......@@ -2,7 +2,6 @@ package pps.core.base.service.data.base_price_strategy;
import lombok.Data;
import xstartup.annotation.XText;
import xstartup.base.data.XPageInput;
import java.math.BigDecimal;
......@@ -13,7 +12,7 @@ import java.math.BigDecimal;
* @date 2023/08/25
*/
@Data
public class QueryBasePriceStrategyViewOutput extends XPageInput {
public class QueryBasePriceStrategyViewOutput {
@XText("ID")
private String id;
......
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