Commit d20dede4 authored by liming's avatar liming

增加圈数保存

parent 7a7fbd0a
......@@ -53,6 +53,16 @@ public class RoomMode implements Serializable {
*/
private BigDecimal climbDistance;
/**
* 类型 1.道具模式 2.非道具模式
*/
private Integer type;
/**
* 圈数
*/
private Integer cycles;
/**
* 玩家数量
*/
......
......@@ -24,6 +24,8 @@ public class ReqRoomInit {
private Boolean publicStatus ;
@ApiModelProperty("模式: 10:竞速模式 20:道具模式")
private Integer mode;
@ApiModelProperty("圈数")
private Integer cycles;
@ApiModelProperty("用户id列表")
private List<Long> userIdList;
......
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