GetGuanFangGongGaoResponce.java 263 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 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; }