GetGuanFangGongGaoResponce.java 263 Bytes
package com.chudiangameplay.android.responce;

import com.chudiangameplay.android.bean.GuanFangGongGao_Info;

/**
 * Created by Administrator on 2018/9/6.
 */

public class GetGuanFangGongGaoResponce extends BaseResponce {
    public GuanFangGongGao_Info data;
}