NoticeParam.kt 143 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7
package com.yidianling.im.ui.param

/**
 * 通知消息请求参数
 * Created by xj on 2019/10/21.
 */
data class NoticeParam(val uid: String)