From c3dcca22238302f2a58f539418b3d7206ee8d381 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Thu, 25 Jul 2024 10:08:02 +0800 Subject: [PATCH] 后台 --- src/main/java/cc/mrbird/febs/mall/vo/ApiNextGameVo.java | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/main/java/cc/mrbird/febs/mall/vo/ApiNextGameVo.java b/src/main/java/cc/mrbird/febs/mall/vo/ApiNextGameVo.java index e411fb9..6c1f08c 100644 --- a/src/main/java/cc/mrbird/febs/mall/vo/ApiNextGameVo.java +++ b/src/main/java/cc/mrbird/febs/mall/vo/ApiNextGameVo.java @@ -32,6 +32,9 @@ @ApiModelProperty(value = "一局游戏时长") private Integer gameTime; + @ApiModelProperty(value = "房主昵称") + private String roomOwner;//房间类型 1-初级房2-土豪房3-尊爵房 + @ApiModelProperty(value = "房间类型 1-初级房2-土豪房3-尊爵房") private Integer roomType;//房间类型 1-初级房2-土豪房3-尊爵房 -- Gitblit v1.9.1