RemoveHistory.java 318 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11 12 13
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时,要移除的消息
}