junekeunsong 4 gadi atpakaļ
vecāks
revīzija
ee0537abd7

+ 7 - 0
src/main/java/com/lemon/lifecenter/dto/ApiMonitorDTO.java

@@ -10,6 +10,7 @@ public class ApiMonitorDTO {
     private int apiCount           = 0;
     private int numberOfCase       = 0;
     private String inDate          = "";
+    private int total              = 0;
     private String startDate       = "";
     private String endDate         = "";
     private int limit              = 0;
@@ -69,6 +70,12 @@ public class ApiMonitorDTO {
     public void setInDate(String inDate) {
         this.inDate = inDate;
     }
+    public int getTotal() {
+        return total;
+    }
+    public void setTotal(int total) {
+        this.total = total;
+    }
     public String getStartDate() {
         return startDate;
     }