From 8f5d87ba7161b0e54dce889bd01d26079355aead Mon Sep 17 00:00:00 2001 From: congmu <congmu2024@163.com> Date: 星期六, 09 十一月 2024 16:14:50 +0800 Subject: [PATCH] Merge branch 'master' of ssh://115.28.86.8:29418/~admin/昆仑_1025 --- common.h | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/common.h b/common.h index f8d143a..022d89f 100644 --- a/common.h +++ b/common.h @@ -745,10 +745,17 @@ struct MonoutputInfo { +<<<<<<< HEAD + char month[32];//鏈堜唤 + double aOutput;//a浜у搧鏈堜骇閲� + double bOutput;//b浜у搧鏈堜骇閲� + double cOutput;//c浜у搧鏈堜骇閲� +======= char date[32];//日期 double aOutput;//a产品月产量 double bOutput;//b产品月产量 double cOutput;//c产品月产量 +>>>>>>> 83817169914cd859e4a7e0b5f0685dd0c072a974 }; //添加生产计划的请求结构体 -- Gitblit v1.8.0