/// <summary> /// 查询:Agent 数据(Json) /// 编写时间:2010-10-2 /// 创建者:Mickey /// </summary> /// <returns></returns> public static string GetAgentAll() { return(ObjectToJson.ReaderToJson(agentService.GetAgentAll())); }