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