using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOpenMiniReleaststBatchqueryModel Data Structure. /// [Serializable] public class AlipayOpenMiniReleaststBatchqueryModel : AopObject { /// /// 20 /// [XmlElement("canshu")] public string Canshu { get; set; } /// /// 测试数据 /// [XmlElement("fuza")] public GavintestNewLeveaOne Fuza { get; set; } } }