
function UserInfo()
{
 this.Model_ClassName = 'Hqen.DMS.Model.Common.UserInfo';
this.UserID = null;    //用户ID
this.CompanyLogo = null; //公司Logo
this.ParentUserID = null;    //母帐号ID
this.UserName = null;    //用户帐号()
this.Password = null;    //用户密码
this.LoginCount = null;    //登录次数
this.RegisterTime = null;    //注册时间
this.LastLoginTime = null;    //上次登录时间
this.FailureCount = null;    //登录失败次数
this.LastFailureTime = null;    //登录失败时间
this.UserGUID = null;    //用户唯一标识
this.InvalidDate = null;    //失效日期
this.UserStatus = null;    //用户状态(-1-不可激活 0-未激活 1-激活 2-帐号冻结5小时 3-帐号被冻结需手工解冻 999-子帐号已删除)
this.IsRelease = null;    //0-不释放用户注册的用户名  1-释放用户注册的用户名
this.UserScore = null;    //用户积分
this.UserType = null;    //帐号类型：1=母帐号，2=子帐号
this.NoLawWordsCount = null;    //发布禁止的不合法内容次数
this.adminid = null;    //
this.groupid = null;    //
this.onlinestate = null;    //
this.PageIndex=1;
this.PageSize=20;
this.TotalPage=-1;
this.TotalCount=-1;
this.AllowPaging=true;
}

