Browse Source

添加注释

lihui001 3 years ago
parent
commit
2515312dca

+ 2 - 2
zoniot-water/zoniot-water-api/src/main/java/com/zcxk/water/api/dto/query/MonitorDataQueryDto.java

@@ -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;