From 03bc927fdb8469c1417f75c2a25a06a0d6b1ae61 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期四, 21 三月 2024 14:44:48 +0800 Subject: [PATCH] 修改bug --- cloud-server-other/src/main/java/com/dsh/other/entity/Game.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/Game.java b/cloud-server-other/src/main/java/com/dsh/other/entity/Game.java index ba410e4..0bea284 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/Game.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/Game.java @@ -48,6 +48,13 @@ @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") private Date insertTime; private Integer state; - + @TableField("blueName") + private String blueName; + @TableField("redName") + private String redName; + @TableField("blueCode") + private String blueCode; + @TableField("redCode") + private String redCode; // 获取和设置方法 } \ No newline at end of file -- Gitblit v1.7.1