| | |
| | | package com.fzzy.push.shjdjw2023; |
| | | |
| | | import com.fzzy.api.Constant; |
| | | import com.fzzy.api.data.ApiParam; |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.dto.ResponseDto; |
| | | import com.fzzy.api.entity.Api1202; |
| | | import com.fzzy.api.service.PushService12; |
| | | import com.fzzy.api.view.repository.Api1202Rep; |
| | | import com.fzzy.push.impl.ComPushService12; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 上海嘉定纪委监管平台-粮食购销数据上传 |
| | |
| | | log.info("------->>>>粮食购销 接口模块上报开始"); |
| | | |
| | | |
| | | //TODO 粮食入库信息 |
| | | //粮食入库信息 |
| | | pushService.pushData1202(apiRemoteService, param); |
| | | //TODO 粮食入库质检信息 |
| | | //粮食入库质检信息 |
| | | pushService.pushData1203(apiRemoteService, param); |
| | | //TODO 粮食出库信息 |
| | | //粮食出库信息 |
| | | pushService.pushData1205(apiRemoteService, param); |
| | | //TODO 粮食库存信息 |
| | | //粮食库存信息 |
| | | pushService.pushData1208(apiRemoteService, param); |
| | | //TODO 损益单信息 |
| | | //损益单信息 |
| | | pushService.pushData1209(apiRemoteService, param); |
| | | |
| | | |