新用户打招呼弹窗bugfix

This commit is contained in:
memory
2022-12-19 18:47:49 +08:00
parent 9a85a43a4f
commit a2863a30a0
3 changed files with 34 additions and 5 deletions

View File

@@ -11,5 +11,6 @@ data class NewUserHelloInfo(
val sayHelloUserAvatar: String = "",
val sayHelloUserErbanNo: Int = 0,
val sayHelloUserNickname: String = "",
val gender: Int = 0,
val voiceCard: UserInfoSkillEntity? = null
) : Serializable