package com.yunbao.faceunity.entity /** * * DESC: * Created on 2020/12/4 * */ data class AvatarBean(val iconId: Int, val des: String)