| | |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.Timer; |
| | | |
| | | /** |
| | | * @program: wog |
| | |
| | | private String key; |
| | | // 控灯接收 |
| | | private PoleLightBatchEntity poleLightBatch; |
| | | // 定时任务接收 |
| | | private TimerRequest timerRequest; |
| | | |
| | | private Long[] streetlightIds; |
| | | |
| | | private Integer timerId; |
| | | // 定时名称 |
| | | private String timerName; |
| | | // 定时表达式 |
| | | private String timerExp; |
| | | // 灯头序号 |
| | | private Integer lightNumber; |
| | | |
| | | private String deviceSerial; |
| | | |
| | | private Integer photovoltaicId; |
| | | public String getApiKey() { |
| | | return "84b5f9d6b37c47edb1adae628aaaf3e5"; |
| | | } |