From be8fdcb9d380f555981d17b851cd55f630d41aba Mon Sep 17 00:00:00 2001 From: nickchange <126672920+nickchange@users.noreply.github.com> Date: 星期一, 16 十月 2023 18:00:21 +0800 Subject: [PATCH] 10.16 --- cloud-server-other/src/main/java/com/dsh/other/entity/Site.java | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java b/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java index e7d6edc..a7f230d 100644 --- a/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java +++ b/cloud-server-other/src/main/java/com/dsh/other/entity/Site.java @@ -124,5 +124,7 @@ private Double playPaiCoinOne; @TableField("ids") private String ids; + @TableField("typeName") + private String typeName; } -- Gitblit v1.7.1