using System;
using System.Xml.Serialization;
using System.Collections.Generic;
namespace Top.Api.Response
{
///
/// TmallMcDeviceRegistResponse.
///
public class TmallMcDeviceRegistResponse : TopResponse
{
///
/// 平台设备编码
///
[XmlElement("data")]
public string Data { get; set; }
}
}