Commit bf41220f authored by ZWT's avatar ZWT

feat(零碳): 长庆

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

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 4a39571e
...@@ -30,4 +30,8 @@ public class GetCumulativePowerGenerationOutput { ...@@ -30,4 +30,8 @@ public class GetCumulativePowerGenerationOutput {
@XText("日累计产液量(m³)") @XText("日累计产液量(m³)")
@JSONField(name = "reaL_LIQUID_DAILY") @JSONField(name = "reaL_LIQUID_DAILY")
private BigDecimal dailyLiquidProduction; private BigDecimal dailyLiquidProduction;
@XText("就地消纳电量(KWh)")
@JSONField(name = "pV_DAY_ELECTRIC_POWER")
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