1.添加主播 UID字段

This commit is contained in:
2025-07-01 16:57:18 +08:00
parent a6a9e46812
commit bcb3157faa
9 changed files with 10 additions and 13 deletions

View File

@@ -84,4 +84,5 @@ public class NewHostsVO {
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date createTime;
private String uid;
}