GetMyWalletMingxiResponce.java 458 Bytes
package com.chudiangameplay.android.responce;

import com.chudiangameplay.android.bean.BalanceInfo;
import com.chudiangameplay.android.bean.MyWallet_ZuanShiInfo;

import java.util.List;

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

public class GetMyWalletMingxiResponce extends BaseResponce {

    public GetMyWalletMingxiResponceData data;

    public class GetMyWalletMingxiResponceData
    {
        public List<MyWallet_ZuanShiInfo> list;
    }
}