南昌市物联网技防平台-后台
zengh
2021-04-29 f93d7ab13ce3b722849a03f64bdb92579cfc8b39
blade-common/src/main/java/org/springblade/common/entity/ReportReturnData.java
@@ -6,4 +6,9 @@
public class ReportReturnData {
   private String type;
   private Integer count;
   public ReportReturnData(String type, Integer count) {
      this.type = type;
      this.count = count;
   }
}