InteractMessageParam.kt 166 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6
package com.yidianling.im.ui.param

/**
 * Created by xj on 2019/10/21.
 */
data class InteractMessageParam(val uid: String, val pageOn: String, val pageSize: String)