Commit 60ff3488 authored by ZWT's avatar ZWT

feat(吉林演示): 松原

1.开发间开优化结果统计功能,创建间开优化效果统计表,生成对应代码;
2.修改15天,10天,3天,1天间开优化功能,修改代码结构;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 92c89ff7
...@@ -45,4 +45,6 @@ public class CreateSpaceInstitutionDetailInput { ...@@ -45,4 +45,6 @@ public class CreateSpaceInstitutionDetailInput {
private Integer startInterval; private Integer startInterval;
@XText("防冻土策略(0_是,1_否)") @XText("防冻土策略(0_是,1_否)")
private Integer tundraStrategy; private Integer tundraStrategy;
@XText("优化类型(0_绿电消纳优先,1_经济优先)")
private Integer optimizeType;
} }
\ No newline at end of file
...@@ -61,6 +61,9 @@ public class GetSpaceInstitutionDetailViewOutput { ...@@ -61,6 +61,9 @@ public class GetSpaceInstitutionDetailViewOutput {
@XText("电网类型名称") @XText("电网类型名称")
private String gridTypeName; private String gridTypeName;
@XText("优化类型(0_绿电消纳优先,1_经济优先)")
private Integer optimizeType;
/** /**
* 间开制度井口配置 * 间开制度井口配置
*/ */
......
...@@ -42,6 +42,9 @@ public class UpdateSpaceInstitutionDetailInput { ...@@ -42,6 +42,9 @@ public class UpdateSpaceInstitutionDetailInput {
private Integer startInterval; private Integer startInterval;
@XText("防冻土策略(0_是,1_否)") @XText("防冻土策略(0_是,1_否)")
private Integer tundraStrategy; private Integer tundraStrategy;
@XText("优化类型(0_绿电消纳优先,1_经济优先)")
private Integer optimizeType;
/** /**
* 校准历史ID * 校准历史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