using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayOpenAppCodetesttestResponse.
///
public class AlipayOpenAppCodetesttestResponse : AopResponse
{
///
/// 测试测试测试
///
[JsonProperty("testtesttest")]
public string Testtesttest { get; set; }
}
}