新用户打招呼弹窗UI修改
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
package com.mango.core.user.bean
|
||||
|
||||
import java.io.Serializable
|
||||
|
||||
/**
|
||||
* {
|
||||
"code": 0,
|
||||
@@ -23,4 +25,4 @@ data class UserInfoSkillEntity(
|
||||
val id: Int,
|
||||
val name: String,
|
||||
val propVals: List<String>
|
||||
)
|
||||
) : Serializable
|
@@ -1,5 +1,6 @@
|
||||
package com.mango.core.channel_page.bean
|
||||
|
||||
import com.mango.core.user.bean.UserInfoSkillEntity
|
||||
import java.io.Serializable
|
||||
|
||||
data class NewUserHelloInfo(
|
||||
@@ -9,5 +10,6 @@ data class NewUserHelloInfo(
|
||||
val sayHelloUserUid: Long = 0L,
|
||||
val sayHelloUserAvatar: String = "",
|
||||
val sayHelloUserErbanNo: Int = 0,
|
||||
val sayHelloUserNickname: String = ""
|
||||
val sayHelloUserNickname: String = "",
|
||||
val voiceCard: UserInfoSkillEntity? = null
|
||||
) : Serializable
|
Reference in New Issue
Block a user