package com.ziang.driver.bean; import com.google.gson.annotations.SerializedName; public class OrderResData { public int orderId; public int orderType; @SerializedName("state") public int time; // { // "code": 200, // "msg": "SUCCESS", // "method": "ORDER_STATUS", // "data": { // "orderId": 21414, #订单id // } }