From 63a6fdf58dba5a0e223cb01240b1e8149eb428e2 Mon Sep 17 00:00:00 2001
From: maven <2163098428@qq.com>
Date: 星期三, 04 二月 2026 18:05:35 +0800
Subject: [PATCH] yys  增加日志打印

---
 src/main/java/com/ruoyi/api/dto/ElectricityDto.java |   38 ++++++++++++++++++++++++++++++++++++++
 1 files changed, 38 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/ruoyi/api/dto/ElectricityDto.java b/src/main/java/com/ruoyi/api/dto/ElectricityDto.java
new file mode 100644
index 0000000..add7135
--- /dev/null
+++ b/src/main/java/com/ruoyi/api/dto/ElectricityDto.java
@@ -0,0 +1,38 @@
+package com.ruoyi.api.dto;
+
+import lombok.Data;
+
+@Data
+//鎺ㄩ�佺數鑳借�楃殑浼犲弬
+public class ElectricityDto {
+
+    //浼佷笟鍚嶇О
+    private String entName;
+    //缁熶竴绀句細淇$敤浠g爜
+    private String socialCreditCode;
+    //鍞竴鏍囪瘑
+    private String uuid;
+    //鎬昏�楃數閲忥紙鍗冪摝鏃讹級
+    private String totalPowerConsumption;
+    //鐢熶骇璁惧鑰楃數閲忥紙鍗冪摝鏃讹級
+    private String productionPowerConsumption;
+    //鍔炲叕璁惧鑰楃數閲忥紙鍗冪摝鏃讹級
+    private String officePowerConsumption;
+    //宄版鑰楃數閲忥紙鍗冪摝鏃讹級
+    private String peakPowerConsumption;
+    //骞虫鑰楃數閲忥紙鍗冪摝鏃讹級
+    private String flatPowerConsumption;
+    //璋锋鑰楃數閲忥紙鍗冪摝鏃讹級
+    private String valleyPowerConsumption;
+    //鐢靛姏鎹熻�楅噺锛堝崈鐡︽椂锛�
+    private String powerLossQty;
+    //鍗曚綅浜у�艰�楃數閲忥紙鍗冪摝鏃�/涓囧厓锛�
+    private String powerPerOutput;
+    //鐢佃垂鏀嚭锛堝厓锛�
+    private String electricityCost;
+    //鏁版嵁鏃堕棿
+    private String time;
+    //鎺ㄩ�佹椂闂�
+    private String pushtime;
+
+}

--
Gitblit v1.9.3