using System.Collections.Generic; using Newtonsoft.Json; using Alipay.AopSdk.Core.Domain; namespace Alipay.AopSdk.Core.Response { /// /// AlipayDataDataexchangeSfasdfResponse. /// public class AlipayDataDataexchangeSfasdfResponse : AopResponse { /// /// dsfagshdj /// [JsonProperty("azxfghd")] public List Azxfghd { get; set; } /// /// asghdfsdas阿福故事、 /// [JsonProperty("gfdhsdasafg")] public List Gfdhsdasafg { get; set; } /// /// fgdhjdsfgh /// [JsonProperty("gfhjfdsa")] public List Gfhjfdsa { get; set; } /// /// sdfdhgjfdfsaghjfd /// [JsonProperty("ghjfdsafgh")] public List Ghjfdsafgh { get; set; } /// /// sadasff /// [JsonProperty("sdvsdv")] public string Sdvsdv { get; set; } /// /// hysasd /// [JsonProperty("wrty")] public List Wrty { get; set; } } }