//实体类
function UserInfoAssis()
{
this.Model_ClassName = 'Hqen.DMS.Model.Common.UserInfoAssis';
this.UserID = null; //用户ID
this.CompanyLogo = null; //公司Logo
this.CompanyName = null; //公司名称
this.Department = null; //所属部门
this.Phone = null; //电话
this.Email = null; //Email
this.FindPwdQuestion = null; //查找密码的问题
this.FindPwdAnswer = null; //查找密码的答案
this.IsValidateMail = null; //邮件是否验证 0-未验证 1-已验证
this.IsEscrow = null; //0-不接受委托交易 1-接受委托交易(默认1)
this.URL = null; //公司网址
this.Introduction = null; //公司简介
this.IndustryID = null; //主营行业
this.RegistGoalID = null; //注册目的
this.RegistGoalKeywords = null; //注册目的关键字
this.CompanyNatureID = null; //企业性质
this.Nickname = null; //昵称
this.LinkMan = null; //真实姓名
this.Fax = null; //传真
this.MobilePhone = null; //手机
this.CountryID = null; //国家
this.ProvinceID = null; //省份
this.CityID = null; //城市
this.Address = null; //详细地址
this.Postcode = null; //邮政编码
this.HQMID = null; //HQM号
this.QQ = null; //QQ
this.MSN = null; //MSN
this.PersonHeadImg = null; //个人头像
this.PersonWorkNatureID = null; //工作性质
this.PersonBirthday = null; //生日
this.PersonGender = null; //性别 1-男　2-女
this.PersonQualificationsID = null; //学历
this.PersonHobbies = null; //爱好
this.Personality = null; //个性
this.PersonSignatures = null; //个性签名
this.PersonIntroduction = null; //个人说明
this.UpdateTime = null; //最后修改时间
this.FinanceErrorCreateTime = null; //支付出错时间
this.FinanceAmount = null; //帐户金额
this.FinanceFrozenAmount = null; //帐户冻结资金(提现等情况需要进行冻结资金)
this.FinanceEnabledAmount = null; //帐户可用资金(帐户金额-冻结资金即是可用资金)
this.FinancePassword = null; //支付密码
this.FinanceErrorTimes = null; //支付出错次数
this.FinanceUpdateTime = null; //帐户资金变更时间
this.ICAmount = null; //IC总库存数
this.PromotionInfoAmount = null; //
this.PostedPromotionInfoAmount = null; //
this.PromotionInfoBegionTime = null; //
this.PromotionInfoEndTime = null; //
this.ProfileViewCount = null; //网上展厅访问统计
this.IsAuthenticIdentity = null; //是否通过身份认证(1:通过 2:未通过)
this.IdentityAuthDate = null; //通过身份认证时间
this.ISCPStatus = null; //ISCP服务状态(1-已加入 2-违规中止 3-重新启用 4-退出)
this.IsCheck = null; //是否审核 1审核 0未审核
this.ISCPType = null; //ISCP类型 1-现货 2-原装现货 0-普通商户
this.MarketLocation = null; //所在电子市场
this.Flag = null; //特殊用途的位标志字段，按位表示一些正反两种状态的数据。(1表示优质供应商,2表示分销商)
this.BasicAccountToal = null; //基本账户总金额
this.BasicAccountFrozen = null; //基本账户冻结金额
this.BasicAccountAvailable = null; //基本账户剩余可用金额
this.BuyType = null; //求购商类型（1：终端采购商，2：贸易商）
this.CommisionAccountToal = null; //佣金账户总金额
this.CommisionAccountFrozen = null; //佣金账户冻结金额
this.CommisionAccountAvailable = null; //佣金账户剩余可用金额
this.HonestyNum = null; //诚信指数(用JOB自动计算，定时更新该字段和用户表中的诚信指数字段)
this.HonestyLevel = null; //诚信等级(用JOB自动计算，定时更新该字段和用户表中的诚信等级字段)
this.HonestyStatus = null; //认证状态 0,未申请;1,已申请待审核;2,已审核待激活;3,已激活;4,已到期;5,已取消
this.PageIndex=1;
this.PageSize=20;
this.TotalPage=-1;
this.TotalCount=-1;
this.AllowPaging=true;
this.Keyword='';
}
