From 83817169914cd859e4a7e0b5f0685dd0c072a974 Mon Sep 17 00:00:00 2001 From: Administrator <3174665893@qq.com> Date: 星期六, 09 十一月 2024 11:32:03 +0800 Subject: [PATCH] 修改结构体 --- common.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.h b/common.h index a2d50a7..f8d143a 100644 --- a/common.h +++ b/common.h @@ -630,7 +630,7 @@ Head head; int status; CoaMinRod coaMinRod[0]; - CoaMinRodReS(){ + CoaMinRodRes(){ head.type = COAL_MINE_RODER_RES; head.len = sizeof(CoaMinRodReS); } @@ -760,7 +760,7 @@ head.type = ADD_PDPLAN_REQ; head.len = sizeof(AddPdplanReq); } -} +}; //添加一条生产计划的响应结构体 struct AddPdplanRes { -- Gitblit v1.8.0