|
@@ -16,14 +16,12 @@ import javax.validation.constraints.NotNull;
|
|
|
public class MonitorDataQueryDto {
|
|
|
|
|
|
@ApiModelProperty(value = "场景id")
|
|
|
- @NotEmpty
|
|
|
@NotNull
|
|
|
private Long sceneId;
|
|
|
|
|
|
@ApiModelProperty(value = "时间 日期,格式:2020-12-12")
|
|
|
private String reportDate;
|
|
|
|
|
|
- @NotEmpty
|
|
|
@NotNull
|
|
|
@ApiModelProperty(value = "类型,1年2月3日4自定义")
|
|
|
private Integer reportType;
|