junekeunsong 4 年之前
父節點
當前提交
ee0537abd7
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      src/main/java/com/lemon/lifecenter/dto/ApiMonitorDTO.java

+ 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;
     }