From 5d722af5f068c01003b174497acddedc5fa82bcd Mon Sep 17 00:00:00 2001 From: Ziin Date: Tue, 1 Jul 2025 16:57:30 +0800 Subject: [PATCH] =?UTF-8?q?1.=E6=B7=BB=E5=8A=A0=E4=B8=BB=E6=92=ADuid=20?= =?UTF-8?q?=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../yupi/springbootinit/model/entity/NewHosts.java | 1 + .../springbootinit/model/entity/ServerBigBrother.java | 1 + src/main/resources/mapper/NewHostsMapper.xml | 11 ++++++----- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java b/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java index ff363fe..5139d5e 100644 --- a/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java +++ b/src/main/java/com/yupi/springbootinit/model/entity/NewHosts.java @@ -108,5 +108,6 @@ public class NewHosts { private LocalDateTime createTime; + private String uid; } \ No newline at end of file diff --git a/src/main/java/com/yupi/springbootinit/model/entity/ServerBigBrother.java b/src/main/java/com/yupi/springbootinit/model/entity/ServerBigBrother.java index b7fefb8..cb84303 100644 --- a/src/main/java/com/yupi/springbootinit/model/entity/ServerBigBrother.java +++ b/src/main/java/com/yupi/springbootinit/model/entity/ServerBigBrother.java @@ -111,4 +111,5 @@ public class ServerBigBrother { @TableField(value = "create_time") private LocalDateTime createTime; + } \ No newline at end of file diff --git a/src/main/resources/mapper/NewHostsMapper.xml b/src/main/resources/mapper/NewHostsMapper.xml index e901fbf..8ce690e 100644 --- a/src/main/resources/mapper/NewHostsMapper.xml +++ b/src/main/resources/mapper/NewHostsMapper.xml @@ -18,11 +18,12 @@ + id, hosts_id, hosts_level, hosts_coins, Invitation_type, online_fans,fans, fllowernum, yesterday_coins, - country, hosts_kind, tenant_id, creator, create_time, updater, update_time + country, hosts_kind, tenant_id, creator, create_time, updater, update_time,uid