MsgReadAll.java 114 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7
package com.yidianling.im.bean;

public class MsgReadAll {
    public int update_status;

    public String msg;
}