From 53ebaf2c56879a87f46fb936da8304be2cddbb30 Mon Sep 17 00:00:00 2001
From: KKSU <15274802129@163.com>
Date: Mon, 24 Jun 2024 15:39:05 +0800
Subject: [PATCH] 充值提现

---
 src/main/java/cc/mrbird/febs/mall/vo/ApiStartGameVo.java |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/java/cc/mrbird/febs/mall/vo/ApiStartGameVo.java b/src/main/java/cc/mrbird/febs/mall/vo/ApiStartGameVo.java
index ed5b9ef..a4e4759 100644
--- a/src/main/java/cc/mrbird/febs/mall/vo/ApiStartGameVo.java
+++ b/src/main/java/cc/mrbird/febs/mall/vo/ApiStartGameVo.java
@@ -14,6 +14,9 @@
     @ApiModelProperty(value = "房间ID")
     private Long roomId;
 
+    @ApiModelProperty(value = "游戏ID")
+    private Long gameId;
+
     @ApiModelProperty(value = "房间类型 1-初级房2-土豪房3-尊爵房")
     private Integer roomType;//房间类型 1-初级房2-土豪房3-尊爵房
 

--
Gitblit v1.9.1