using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayOpenAppXwbtestpreCreateResponse.
///
public class AlipayOpenAppXwbtestpreCreateResponse : AopResponse
{
///
/// s
///
[JsonProperty("forestuser")]
public bool Forestuser { get; set; }
///
/// 1
///
[JsonProperty("sd")]
public string Sd { get; set; }
///
/// 1
///
[JsonProperty("sdd")]
public string Sdd { get; set; }
///
/// 1
///
[JsonProperty("sdf")]
public string Sdf { get; set; }
///
/// 描述
///
[JsonProperty("sdfsdf")]
public bool Sdfsdf { get; set; }
}
}