package com.yidianling.im.ui.param

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