|
|
|
@ -1,6 +1,7 @@ |
|
|
|
package com.biutag.supervision.pojo.param; |
|
|
|
package com.biutag.supervision.pojo.param; |
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
|
|
|
|
import com.fasterxml.jackson.annotation.JsonFormat; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import io.swagger.v3.oas.annotations.media.Schema; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Getter; |
|
|
|
import lombok.Setter; |
|
|
|
import lombok.Setter; |
|
|
|
@ -26,6 +27,7 @@ public class NegativeQueryParam extends BasePage { |
|
|
|
private List<Date> discoveryTime = new ArrayList<>(); |
|
|
|
private List<Date> discoveryTime = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
@DateTimeFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
|
|
|
private List<Date> crtTime = new ArrayList<>(); |
|
|
|
private List<Date> crtTime = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
private String responderKey; |
|
|
|
private String responderKey; |
|
|
|
|