using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayGotoneMessageCourierSendResponse. /// public class AlipayGotoneMessageCourierSendResponse : AopResponse { /// /// 结果码。SUCCESS:发送成功。 /// [XmlElement("result_code")] public string ResultCode { get; set; } } }