using System;
using System.Xml.Serialization;
namespace Aop.Api.Response
{
///
/// AlipayOpenAppOpenbizmockApisdkgrayQueryResponse.
///
public class AlipayOpenAppOpenbizmockApisdkgrayQueryResponse : AopResponse
{
///
/// 测试接口参数随便配置
///
[XmlElement("output_param")]
public string OutputParam { get; set; }
}
}