using System; using Newtonsoft.Json; namespace Alipay.AopSdk.Core.Domain { /// /// AlipayOpenAppXwbtestpreCreateModel Data Structure. /// [Serializable] public class AlipayOpenAppXwbtestpreCreateModel : AopObject { /// /// 1 /// [JsonProperty("sd")] public string Sd { get; set; } /// /// 1 /// [JsonProperty("xwb")] public string Xwb { get; set; } } }