junekeunsong 4 tahun lalu
induk
melakukan
ef90dbd8ff

+ 16 - 0
src/main/java/com/lemon/lifecenter/dto/ApiStatisticsDTO.java

@@ -0,0 +1,16 @@
+package com.lemon.lifecenter.dto;
+
+public class ApiStatisticsDTO {
+    private int centerCode         = 0;
+    private String centerName      = "";
+    private String locationCode    = "";
+    private String locationName    = "";
+    private String cooperativeCode = "";
+    private String cooperativeName = "";
+    private int apiCount           = 0;
+    private String resourceType    = "";
+    private String result          = "";
+    private String ip              = "";
+    private String createDate      = "";
+    
+}