From 6638af6bea3b3a9c2ab8eb34a5cbced7aec825b4 Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期三, 25 十月 2023 14:55:22 +0800 Subject: [PATCH] 10.25。1 --- cloud-server-other/src/main/java/com/dsh/other/entity/TGameConfig.java | 4 ++++ 1 files changed, 4 insertions(+), 0 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 79e909a..b91fc01 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 @@ -63,6 +63,10 @@ private Integer gameId; @TableField("otherId") private Integer otherId; + @TableField(exist = false) + private String intro; + @TableField(exist = false) + private String video; @Override -- Gitblit v1.7.1