| | |
| | | package com.panzhihua.timejob.jobhandler; |
| | | |
| | | import javax.annotation.Resource; |
| | | |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import com.panzhihua.common.service.api.ApiServiceFeign; |
| | | import com.xxl.job.core.biz.model.ReturnT; |
| | | import com.xxl.job.core.handler.annotation.XxlJob; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | import org.springframework.stereotype.Component; |
| | | |
| | | import javax.annotation.Resource; |
| | | import lombok.extern.slf4j.Slf4j; |
| | | |
| | | /** |
| | | * program 攀枝花智慧社区项目 |
| | | * description 定时上报事件信息 |
| | | * program 攀枝花智慧社区项目 description 定时上报事件信息 |
| | | * |
| | | * @author manailin |
| | | * Date 2021-06-17 15:30 |
| | | * @author manailin Date 2021-06-17 15:30 |
| | | **/ |
| | | @Slf4j |
| | | @Component |
| | | public class LangChaoEventUploadJobHandler { |
| | | |
| | | |
| | | @Resource |
| | | private ApiServiceFeign apiServiceFeign; |