using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayOpenServicemarketYcstestQueryModel Data Structure. /// [Serializable] public class AlipayOpenServicemarketYcstestQueryModel : AopObject { /// /// aaaa /// [XmlElement("in_1")] public string In1 { get; set; } /// /// 222 /// [XmlElement("in_2")] public bool In2 { get; set; } /// /// 333 /// [XmlElement("in_3")] public string In3 { get; set; } /// /// 444 /// [XmlElement("in_4")] public long In4 { get; set; } /// /// 55 /// [XmlElement("in_5")] public string In5 { get; set; } /// /// 66666 /// [XmlElement("in_6")] public XwbTestData In6 { get; set; } } }