From ded7b20c06c16646a1f718c32a78e463844da6da Mon Sep 17 00:00:00 2001 From: luo <2855143437@qq.com> Date: 星期日, 08 十月 2023 15:11:01 +0800 Subject: [PATCH] 10.8 --- cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java b/cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java index a25f44a..715d35e 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java @@ -61,8 +61,8 @@ */ @TableField("gameId") private Integer gameId; - - + @TableField("otherId") + private Integer otherId; @Override protected Serializable pkVal() { return this.id; -- Gitblit v1.7.1