From 2ab89b3ff89ae4d82809f6b1bf579a51887e08ee Mon Sep 17 00:00:00 2001
From: jhc <2991879965@qq.com>
Date: 星期六, 09 十一月 2024 15:38:05 +0800
Subject: [PATCH] 上传总结

---
 common.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/common.h b/common.h
index 7eb4357..3c75aa3 100644
--- a/common.h
+++ b/common.h
@@ -325,7 +325,7 @@
 struct MDReq//淇敼璇锋眰
 {
 	Head head;
-	
+	DevicesInfo info;
 	MDReq() {
 		head.type = MD_REQ;
 		head.len = sizeof(MDReq);
@@ -688,7 +688,7 @@
 
 struct MonoutputInfo
 {
-	int month;//鏈堜唤
+	char month[32];//鏈堜唤
 	double aOutput;//a浜у搧鏈堜骇閲�
 	double bOutput;//b浜у搧鏈堜骇閲�
 	double cOutput;//c浜у搧鏈堜骇閲�

--
Gitblit v1.8.0