王波 1 неделя назад
Родитель
Сommit
a08cbe6a46

+ 13 - 0
runeconomy-xk/src/main/java/com/gyee/runeconomy/dto/report/comprehensive.java

@@ -6,6 +6,11 @@ public class comprehensive {
      */
     private String category;
     /**
+     * 当月值
+     */
+
+    private double month_value;
+    /**
      * 月增长率
      */
     private double month_zzl;
@@ -18,6 +23,14 @@ public class comprehensive {
      */
     private String trend;
 
+    public double getMonth_value() {
+        return month_value;
+    }
+
+    public void setMonth_value(double month_value) {
+        this.month_value = month_value;
+    }
+
     public String getCategory() {
         return category;
     }