
function UserStatusInfo()
{
 this.Model_ClassName = 'Hqen.DMS.Model.WebHQM.UserStatusInfo';
this.UserID = null; //
this.DisplayName = null; //
this.UserGuid = null; //
this.IsOnline = null; //
this.ToUserID = null; //
this.ToUserDisplayName = null; //
this.ToUserCompanyName = null; //
this.PageIndex=1;
this.PageSize=20;
this.TotalPage=-1;
this.TotalCount=-1;
this.AllowPaging=true;

}

