
function HQMCallInfo()
{
 this.Model_ClassName = 'Hqen.DMS.Model.WebHQM.HQMCallInfo';
this.FromUserID = null;    //
this.ToUserID = null;    //
this.RFQProductType = null;    //
this.ProductID = null;    //
this.ProductGUID = null;    //
this.PageIndex=1;
this.PageSize=20;
this.TotalPage=-1;
this.TotalCount=-1;
this.AllowPaging=true;
}

