using Newtonsoft.Json;
namespace Alipay.AopSdk.Core.Response
{
///
/// AlipayMobilePublicTemplateMessageQueryResponse.
///
public class AlipayMobilePublicTemplateMessageQueryResponse : AopResponse
{
///
/// 结果值
///
[JsonProperty("result")]
public string Result { get; set; }
}
}