package com.zcy.ghost.vivideo.model.bean;
import com.google.gson.annotations.SerializedName;
/**
* Description: VideoResult
* Creator: yxc
* date: $date $time
*/
public class VideoResult {
public String code;
public String msg;
public
@SerializedName("ret")
VideoRes ret;
}