GetReportReason.java 197 Bytes
Newer Older
konghaorui committed
1 2 3 4 5 6 7 8 9 10 11
package com.yidianling.im.bean;

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

/**
 * 获取举报理由
 * Created by hgw on 2018/3/13.
 */

public class GetReportReason extends BaseCommand{
}