| | |
| | | |
| | | import com.fzzy.api.data.ApiParam; |
| | | import com.fzzy.api.data.PushProtocol; |
| | | import com.fzzy.api.service.ApiRemoteService; |
| | | import com.fzzy.api.service.PushService11; |
| | | import com.fzzy.push.impl.ComPushService11; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | |
| | | |
| | | @Autowired |
| | | private ComPushService11 pushService; |
| | | private SH2023ApiRemoteService apiRemoteService; |
| | | |
| | | @Override |
| | | public String getProtocol() { |
| | |
| | | |
| | | log.info("------->>>>基础信息 接口模块上报结束"); |
| | | } |
| | | |
| | | /** |
| | | * 1401 储备规模 |
| | | */ |
| | | public void pushData1401(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 1402 储备计划信息 |
| | | */ |
| | | public void pushData1402(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 1403 轮换计划信息 |
| | | */ |
| | | public void pushData1403(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 1404 轮换计划明细信息 |
| | | */ |
| | | public void pushData1404(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | /** |
| | | * 1405 项目信息 |
| | | */ |
| | | public void pushData1405(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 2203 交易中心合同 |
| | | */ |
| | | public void pushData2203(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | |
| | | /** |
| | | * 2204 定化水检验 |
| | | */ |
| | | public void pushData2204(ApiRemoteService apiRemoteService, ApiParam param) { |
| | | //TODO |
| | | |
| | | } |
| | | } |