主播卡片UI修改

This commit is contained in:
huangjian
2022-08-05 11:14:29 +08:00
parent 8bcd01c2b9
commit 7f3ef26283
5 changed files with 15 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ data class AnchorInfo(
val erbanNo: Int = 0,
val gender: Int = 0,
val nick: String = "",
val userDesc: String = "",
val userDesc: String? = null,
val uid: Long = 0,
val voiceCard: UserInfoSkillEntity? = null
)