Commit fcbee54c authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.长庆演示首页功能开发,新增采油厂统计信息查询接口,添加线上接口并完成接口冒烟测试;
2.长庆演示首页功能开发,新增线路图查询接口,添加线上接口并完成接口冒烟测试;
3.长庆演示首页功能开发,新增线路详情查询接口,添加线上接口并完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent f58a3d51
...@@ -32,6 +32,6 @@ public class GetCumulativePowerGenerationOutput { ...@@ -32,6 +32,6 @@ public class GetCumulativePowerGenerationOutput {
private BigDecimal dailyLiquidProduction; private BigDecimal dailyLiquidProduction;
@XText("就地消纳电量(KWh)") @XText("就地消纳电量(KWh)")
@JSONField(name = "pV_DAY_ELECTRIC_POWER") @JSONField(name = "pV_CONSUMP_ELECTRIC")
private BigDecimal inPlaceConsumption; private BigDecimal inPlaceConsumption;
} }
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