junekeunsong 4 년 전
부모
커밋
ef90dbd8ff
1개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. 16 0
      src/main/java/com/lemon/lifecenter/dto/ApiStatisticsDTO.java

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