using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// ZhimaOpenQerqQerqQueryModel Data Structure. /// [Serializable] public class ZhimaOpenQerqQerqQueryModel : AopObject { /// /// 123 /// [XmlElement("address")] public AgreementParams Address { get; set; } } }