using System; using System.Xml.Serialization; using System.Collections.Generic; namespace Top.Api.Response { /// /// TmallMcTaskConfigSyncResponse. /// public class TmallMcTaskConfigSyncResponse : TopResponse { /// /// 同步结果 /// [XmlElement("data")] public bool Data { get; set; } } }