namespace Aop.Api.Parser
{
class ResponseParseItem
public string RealContent { get; set; }
public string RespContent { get; set; }
}