using System; using System.Xml.Serialization; namespace Aop.Api.Domain { /// /// AlipayEcoRenthouseKaBaseinfoQueryModel Data Structure. /// [Serializable] public class AlipayEcoRenthouseKaBaseinfoQueryModel : AopObject { /// /// kaCode唯一标识 /// [XmlElement("ka_code")] public string KaCode { get; set; } } }