using System; using System.Collections.Generic; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// AlipayDataDataexchangeSfasdfModel Data Structure. /// [Serializable] public class AlipayDataDataexchangeSfasdfModel : AopObject { /// /// sdafsdfsaf /// [JsonProperty("adsfghjf")] public AlipayItemVoucherTemplete Adsfghjf { get; set; } /// /// ghjffdssfghj /// [JsonProperty("easadasfd")] public List Easadasfd { get; set; } /// /// dsfghdsagfhd /// [JsonProperty("gdfsa")] public List Gdfsa { get; set; } /// /// ghjkhg /// [JsonProperty("hjgdfs")] public string Hjgdfs { get; set; } /// /// sdgfjhkg /// [JsonProperty("sdfgsdfg")] public List Sdfgsdfg { get; set; } /// /// ASGFDGASaaf /// [JsonProperty("wehtegf")] public List Wehtegf { get; set; } } }