Browse Source

历史数据报表

wangyangyang 3 years ago
parent
commit
f9f9154649

+ 3 - 0
sms_water/src/main/java/com/huaxu/dto/ReportStatisticalDimensionDto.java

@@ -45,4 +45,7 @@ public class ReportStatisticalDimensionDto implements Serializable {
     @ApiModelProperty("租户ID")
     private String tenantId;
 
+    @ApiModelProperty("类型")
+    private Integer type;
+
 }