|
@@ -36,9 +36,6 @@ public class GSGameServerDayVO implements Serializable {
|
|
|
@ApiModelProperty(value = "SDK来源")
|
|
|
private String sourceSystem;
|
|
|
|
|
|
- @ApiModelProperty(value = "开服天数")
|
|
|
- private Integer serverDay;
|
|
|
-
|
|
|
@ApiModelProperty(value = "开服时间")
|
|
|
private LocalDate dt;
|
|
|
|
|
@@ -373,9 +370,6 @@ public class GSGameServerDayVO implements Serializable {
|
|
|
private String yesterday;
|
|
|
|
|
|
|
|
|
- private List<GSGameServerDayRVO> gsGameServerDayRVOS;
|
|
|
-
|
|
|
-
|
|
|
|
|
|
|
|
|
}
|