From 281145baca770c898898e3e759de254a74dab032 Mon Sep 17 00:00:00 2001
From: Pu Zhibing <393733352@qq.com>
Date: 星期五, 27 六月 2025 16:54:08 +0800
Subject: [PATCH] 更新川易充

---
 ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/PhotovoltaicAndConsumptionVO.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/PhotovoltaicAndConsumptionVO.java b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/PhotovoltaicAndConsumptionVO.java
index cb2148a..9ec03b0 100644
--- a/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/PhotovoltaicAndConsumptionVO.java
+++ b/ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/vo/PhotovoltaicAndConsumptionVO.java
@@ -1,5 +1,6 @@
 package com.ruoyi.other.vo;
 
+import com.baomidou.mybatisplus.annotation.TableField;
 import io.swagger.annotations.ApiModel;
 import io.swagger.annotations.ApiModelProperty;
 import lombok.Data;
@@ -13,6 +14,9 @@
     @ApiModelProperty("装机容量")
     private BigDecimal capacity = new BigDecimal("759.52");
     @ApiModelProperty("今日已发电")
-    private BigDecimal todayGenerateElectricity=new BigDecimal("71.29");
+    private BigDecimal todayGenerateElectricity=new BigDecimal("0");
+
+    @ApiModelProperty("今日绿电消纳值")
+    private BigDecimal greenElectricityToday=new BigDecimal("0.00");
 
 }

--
Gitblit v1.7.1