| | |
| | | { |
| | | Head head; |
| | | char place[32];//地区 |
| | | char nowTime[32];//当时时间 |
| | | EnvironmentReq(){ |
| | | head.type = ENVIRONMENT_REQ; |
| | | head.len = sizeof(EnvironmentReq); |
| | |
| | | double planPro;//计划生产量 |
| | | double actPro;//实际生产量 |
| | | }; |
| | | struct CoaMinRodReS |
| | | struct CoaMinRodRes |
| | | { |
| | | Head head; |
| | | int status; |
| | | CoaMinRod coaMinRod[0]; |
| | | CoaMinRodReS(){ |
| | | head.type = COAL_MINE_RODER_RES; |
| | |
| | | |
| | | struct MonoutputInfo |
| | | { |
| | | int date;//日期 |
| | | char date[32];//日期 |
| | | double aOutput;//a产品月产量 |
| | | double bOutput;//b产品月产量 |
| | | double cOutput;//c产品月产量 |
| | |
| | | head.type = ADD_PDPLAN_REQ; |
| | | head.len = sizeof(AddPdplanReq); |
| | | } |
| | | }; |
| | | } |
| | | //添加一条生产计划的响应结构体 |
| | | struct AddPdplanRes |
| | | { |