| | |
| | | |
| | | @Override |
| | | public void pushData(ApiParam param) { |
| | | pushService.pushData1301(apiRemoteService, param); |
| | | //粮情 |
| | | pushService.pushData1302(apiRemoteService, param); |
| | | |
| | |
| | | //虫害 |
| | | pushService.pushData1303(apiRemoteService, param); |
| | | |
| | | //质检 |
| | | pushService.pushData1310(apiRemoteService, param); |
| | | |
| | | //通风 |
| | | pushService.pushData1305(apiRemoteService, param); |
| | | |
| | |
| | | pushService.pushData1306(apiRemoteService, param); |
| | | //熏蒸 |
| | | pushService.pushData1307(apiRemoteService, param); |
| | | |
| | | pushService.pushData1308(apiRemoteService, param); |
| | | |
| | | pushService.pushData1309(apiRemoteService, param); |
| | | |
| | | //质检 |
| | | pushService.pushData1310(apiRemoteService, param); |
| | | } |
| | | |
| | | } |