From cf7620c6a5bad1e8ebf96aa71822694eb737f6f3 Mon Sep 17 00:00:00 2001
From: Administrator <3174665893@qq.com>
Date: 星期五, 08 十一月 2024 16:30:29 +0800
Subject: [PATCH] 修改结构体
---
common.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/common.h b/common.h
index 808271f..86a0c2d 100644
--- a/common.h
+++ b/common.h
@@ -728,7 +728,7 @@
struct MonoutputInfo
{
- int date;//日期
+ char date[32];//日期
double aOutput;//a产品月产量
double bOutput;//b产品月产量
double cOutput;//c产品月产量
@@ -743,7 +743,7 @@
head.type = ADD_PDPLAN_REQ;
head.len = sizeof(AddPdplanReq);
}
-};
+}
//添加一条生产计划的响应结构体
struct AddPdplanRes
{
--
Gitblit v1.8.0