using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayZdatafrontDatatransferedSendResponse. /// public class AlipayZdatafrontDatatransferedSendResponse : AopResponse { /// /// 表示数据传输是否成功 /// [XmlElement("success")] public string Success { get; set; } } }