#include"QueryJob.h"

QueryJob::QueryJob()
{
	pClinet = NULL;
}

QueryJob::~QueryJob()
{
}
