1.添加主播uid 字段

This commit is contained in:
2025-07-01 16:57:30 +08:00
parent fb0b96141c
commit 5d722af5f0
3 changed files with 8 additions and 5 deletions

View File

@@ -108,5 +108,6 @@ public class NewHosts {
private LocalDateTime createTime;
private String uid;
}

View File

@@ -111,4 +111,5 @@ public class ServerBigBrother {
@TableField(value = "create_time")
private LocalDateTime createTime;
}