|
@@ -9,7 +9,7 @@ import javax.validation.constraints.NotNull;
|
|
|
/**
|
|
|
* @author Andy
|
|
|
* @version V1.0
|
|
|
- * @description: TODO
|
|
|
+ * @description: 查询
|
|
|
* @date 2021/8/16
|
|
|
**/
|
|
|
@Data
|
|
@@ -24,7 +24,7 @@ public class MonitorDataQueryDto {
|
|
|
|
|
|
@NotNull
|
|
|
@ApiModelProperty(value = "类型,1年2月3日4自定义")
|
|
|
- private Integer reportType;
|
|
|
+ private Integer reportType;
|
|
|
|
|
|
@ApiModelProperty(value = "开始时间")
|
|
|
private String startTime;
|