Commit 5b376372 authored by liming's avatar liming

服务端拉取系列赛比赛信息接口

parent 09e76997
......@@ -19,6 +19,8 @@ public class SeriesMatchForGameServerVO {
private String map;
@ApiModelProperty("赛道")
private String path;
@ApiModelProperty("类型 10 预选赛 20 淘汰赛")
private Integer type;
@ApiModelProperty("允许进入时间 yyyy-MM-dd HH:mm:ss")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private LocalDateTime entryTime;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment