From 904cfe3bad14c27857a062849fc92dd85035c524 Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期二, 31 十月 2023 14:09:56 +0800 Subject: [PATCH] 修改bug --- cloud-server-other/src/main/java/com/dsh/other/entity/TGame.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/TGame.java b/cloud-server-other/src/main/java/com/dsh/other/entity/TGame.java index 4e9e77d..bf483cc 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/TGame.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/TGame.java @@ -79,6 +79,8 @@ */ private String red; + private Integer state; + @Override protected Serializable pkVal() { -- Gitblit v1.7.1