using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOpenAppApiresQueryModel Data Structure. /// [Serializable] public class AlipayOpenAppApiresQueryModel : AopObject { /// /// 订单号 /// [XmlElement("order_no")] public string OrderNo { get; set; } } }