Van333
2022-10-26 b54ea64cbb2cf8d613ca1ecf6ed9e5140abb4b9f
src/main/java/api/bean/ReqParams.java
@@ -3,6 +3,7 @@
import lombok.Data;
import java.io.Serializable;
import java.util.Timer;
/**
 * @program: wog
@@ -22,8 +23,32 @@
    private Long lightId;
    private Long[] lightIds;
    private Long[] adIds;
    private String mac;
    private String apiKey;
    private Long userId;
//    关键字
    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;
    public String getApiKey() {
        return "84b5f9d6b37c47edb1adae628aaaf3e5";
    }
}