using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayOpenAppPackagetestResponse.
///
public class AlipayOpenAppPackagetestResponse : AopResponse
{
///
/// testtest
///
[JsonProperty("testtesttesttest")]
public string Testtesttesttest { get; set; }
}
}