using System; using System.Xml.Serialization; namespace Aop.Api.Response { /// /// AlipayEcoMycarPromoTicketPushResponse. /// public class AlipayEcoMycarPromoTicketPushResponse : AopResponse { /// /// 处理结果返回码 /// [XmlElement("sp_apply_no")] public string SpApplyNo { get; set; } } }