GameRound status 调整

This commit is contained in:
wells
2026-08-08 22:00:39 +08:00
parent 52061b9d59
commit cfb5b4f2a8
11 changed files with 171 additions and 103 deletions
@@ -27,7 +27,7 @@ public class GameRound {
private String roundNo;
/**
* 状态:0进行中 1已结束
* 状态:0开始下注 1结束下注 2开始发红包 3已结束
*/
private Integer status;