package com.yidianling.im.bean;

import com.ydl.ydlcommon.data.http.BaseCommand;

/**
 * Created by hgw on 2018/3/13.
 */

public class RemoveHistory extends BaseCommand {
    public String toUid;//私聊对象
    public int type;//1全部移除 2移除单条
    public int msgId;//type为2时,要移除的消息
}