using System; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// AlipayEcoRenthouseKaBaseinfoQueryModel Data Structure. /// [Serializable] public class AlipayEcoRenthouseKaBaseinfoQueryModel : AopObject { /// /// kaCode唯一标识 /// [JsonProperty("ka_code")] public string KaCode { get; set; } } }