using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOverseasOpenPreorderQueryModel Data Structure. /// [Serializable] public class AlipayOverseasOpenPreorderQueryModel : AopObject { /// /// 预缴费单号 /// [XmlElement("pre_order_id")] public string PreOrderId { get; set; } } }