using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// TmallMcDeviceStatusDeleteResponse. /// public class TmallMcDeviceStatusDeleteResponse : TopResponse { /// /// 本次操作是否成功 /// [XmlElement("data")] public bool Data { get; set; } } }