2798 lines
183 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.app.tenwa.customer" >
<class name="CUSTOMER_ACCOUNT" label="客户账户表" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="acc_number" label="银行账号" type="STRING" length="32"/>
<attribute name="bank_name" label="开户银行" type="STRING" length="32"/>
<attribute name="account" label="帐户名称" type="STRING" length="32"/>
<attribute name="is_main" label="是否主账号" type="STRING" length="32"/>
<attribute name="acc_info" label="帐户使用情况" type="STRING" length="32"/>
<attribute name="customerid" label="客户id" type="STRING" length="32"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="MOBILE" label="手机号" type="STRING" length="32"/>
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
<attribute name="acc_type" label="银行卡类型(付款/扣款)" type="STRING" length="32"/>
<attribute name="pay_money" label="付款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="VERIFY" label="银行卡四要素验证结果" type="STRING" length="200"/>
<attribute name="VERIFY_STATUS" label="验证结果" type="STRING" length="32"/>
<attribute name="sign_status" label="签约信息" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_account" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ADDRESS" label="客户联系地址表" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="languagetype" label="显示语言类型" type="STRING" length="10"/>
<attribute name="addtype" label="地址类型" type="STRING" length="18"/>
<attribute name="isadd" label="是否通讯地址" type="STRING" length="10"/>
<attribute name="isnew" label="是否最新" type="STRING" length="10"/>
<attribute name="status" label="状态" type="STRING" length="10"/>
<attribute name="country" label="地址所属国家/地区" type="STRING" length="20"/>
<attribute name="province" label="地址所属省/市/区县" type="STRING" length="32"/>
<attribute name="dressdetail" label="地址详情" type="STRING" length="300"/>
<attribute name="fulladdress" label="地址全名" type="STRING" length="400"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="zipcode" label="邮政编码" type="STRING" length="18"/>
<attribute name="owner" label="电话所有人" type="STRING" length="10"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_address" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ATTRIBUTION" label="客户归属表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户id" type="STRING" length="32"/>
<attribute name="userid" label="归属人id" type="STRING" length="32"/>
<attribute name="isMain" label="是否主归属人" type="STRING" length="10"/>
<attribute name="status" label="是否有效" type="STRING" length="10"/>
<attribute name="inputuserid" label="创建人" type="STRING" length="32"/>
<attribute name="inputorgid" label="创建人部门" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新人部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_attribution" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_CERT" label="客户证件类型表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="issuecountry" label="证件国别" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="18"/>
<attribute name="certid" label="证件编号" type="STRING" length="30"/>
<attribute name="idexpiry" label="证件到期日" type="STRING" length="32"/>
<attribute name="status" label="证件状态" type="STRING" length="32"/>
<attribute name="cnidregcity" label="证件签发城市" type="STRING" length="32"/>
<attribute name="customername" label="客户姓名" type="STRING" length="200"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="serialno" label="流水号" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="ismaincert" label="是否主证件" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_cert" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_INFO" label="客户基本信息表" keyAttributes="customerid">
<attributes>
<attribute name="customerid" label="客户编号" type="STRING" length="40"/>
<attribute name="customername" label="客户名称" type="STRING" length="200"/>
<attribute name="nationcode" label="证件国别" type="STRING" length="40"/>
<attribute name="certtype" label="证件类型" type="STRING" length="20"/>
<attribute name="certid" label="证件号" type="STRING" length="40"/>
<attribute name="custkind" label="内部行业" type="STRING" length="40"/>
<attribute name="customertype" label="客户类别" type="STRING" length="20"/>
<attribute name="status" label="状态" type="STRING" length="20"/>
<attribute name="mfcustomerid" label="核心客户号" type="STRING" length="40"/>
<attribute name="belonggroupid" label="所属关联集团代码" type="STRING" length="40"/>
<attribute name="channel" label="渠道" type="STRING" length="18"/>
<attribute name="loancardno" label="贷款卡编号" type="STRING" length="32"/>
<attribute name="customerscale" label="客户规模(区分中小企业客户)" type="STRING" length="20"/>
<attribute name="remark" label="备注" type="STRING" length="250"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="distributor_id" label="经销商编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_info" />
<property name="createKey" value="true" />
<property name="keyDatePrefix" value="'C'yyyyMMdd"/>
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_INVOICE" label="客户开票信息表" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="customer_id" label="客户ID" type="STRING" length="32"/>
<attribute name="tax_status" label="状态" type="STRING" length="32"/>
<attribute name="tax_isdefault" label="是否默认" type="STRING" length="32"/>
<attribute name="tax_object" label="开票人" type="STRING" length="32"/>
<attribute name="tax_payercategory" label="纳税人类别" type="STRING" length="32"/>
<attribute name="tax_no" label="纳税人识别号" type="STRING" length="100"/>
<attribute name="tax_bank" label="开户行" type="STRING" length="100"/>
<attribute name="tax_account" label="开户账号" type="STRING" length="32"/>
<attribute name="tax_address" label="开票地址" type="STRING" length="255"/>
<attribute name="tax_phone" label="开票电话" type="STRING" length="32"/>
<attribute name="remark" label="备注" type="STRING" length="2000"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_invoice" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PERSON" label="自然人表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="40"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="40"/>
<attribute name="status" label="状态" type="STRING" length="20"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="80"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="18"/>
<attribute name="province" label="省份" type="STRING" length="18"/>
<attribute name="city" label="城市" type="STRING" length="18"/>
<attribute name="county" label="区县" type="STRING" length="18"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="18"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="200"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="18"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="18"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="18"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="80"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="200"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="18"/>
<attribute name="title" label="职称" type="STRING" length="18"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="200"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="200"/>
<attribute name="EDUEXPERIENCE" label="教育程度" type="STRING" length="18"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="18"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="10"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="18"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="10"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="200"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="200"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="主要月收入金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="200"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="10"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="18"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="18"/>
<attribute name="draft" label="是否草稿" type="STRING" length="18"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="500"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="200"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="10"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="200"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="10"/>
<attribute name="HEADSHIP" label="职位" type="STRING" length="18"/>
<attribute name="WORKBEGINDATE" label="入职时间" type="STRING" length="10"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="200"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="18"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="18"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="10"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="200"/>
<attribute name="CountryName" label="国家" type="STRING" length="200"/>
<attribute name="ProvinceName" label="省份" type="STRING" length="200"/>
<attribute name="CityName" label="城市" type="STRING" length="200"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="childrens_number" label="子女人数" type="STRING" length="32"/>
<attribute name="family_address" label="居住地址" type="STRING" length="200"/>
<attribute name="telephone" label="固定电话" type="STRING" length="32"/>
<attribute name="living_life" label="居住年限" type="STRING" length="32"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING" length="200"/>
<attribute name="Property_type" label="房产类型" type="STRING" length="32"/>
<attribute name="Unit_nature" label="单位性质" type="STRING" length="32"/>
<attribute name="before_unit_name" label="前工作单位名称" type="STRING" length="60"/>
<attribute name="main_income" label="主要收入" type="STRING" length="32"/>
<attribute name="other_income" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="Partner_" label="作为共同申请人" type="STRING" length="32" />
<attribute name="spouse_name" label="配偶姓名" type="STRING" length="32" />
<attribute name="spouse_hukou" label="户口" type="STRING" length="32" />
<attribute name="sIdentNumber" label="证件号码" type="STRING" length="64" />
<attribute name="suname" label="单位名称" type="STRING" length="60" />
<attribute name="suphone" label="单位电话" type="STRING" length="32" />
<attribute name="sposition" label="职位" type="STRING" length="32" />
<attribute name="spnumber" label="手机号" type="STRING" length="32" />
<attribute name="smincome" label="月收入" type="DOUBLE" length="22" scale="2" />
<attribute name="e_mail" label="电子邮箱" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_person" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ACCOUNT_TEMP" label="客户账户临时表" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="acc_number" label="银行账号" type="STRING" length="32"/>
<attribute name="bank_name" label="开户银行" type="STRING" length="32"/>
<attribute name="account" label="帐户名称" type="STRING" length="100"/>
<attribute name="MOBILE" label="手机号" type="STRING" length="32"/>
<attribute name="is_main" label="是否主账号" type="STRING" length="32"/>
<attribute name="acc_info" label="帐户使用情况" type="STRING" length="600"/>
<attribute name="customerid" label="客户id" type="STRING" length="32"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
<attribute name="acc_type" label="银行卡类型(付款/扣款)" type="STRING" length="32"/>
<attribute name="pay_money" label="付款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="VERIFY" label="银行卡四要素验证结果" type="STRING" length="200"/>
<attribute name="VERIFY_STATUS" label="验证结果" type="STRING" length="32"/>
<attribute name="sign_status" label="签约信息" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_account_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PERSON_TEMP" label="客户信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="40"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="40"/>
<attribute name="STATUS" label="状态" type="STRING" length="20"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="80"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="18"/>
<attribute name="province" label="省份" type="STRING" length="18"/>
<attribute name="city" label="城市" type="STRING" length="18"/>
<attribute name="county" label="区县" type="STRING" length="18"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="18"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="200"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="18"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="18"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="18"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="80"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="200"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="18"/>
<attribute name="title" label="职称" type="STRING" length="18"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="200"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="200"/>
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING" length="18"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="18"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="10"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="18"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="10"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="200"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="200"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="家庭月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="200"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="10"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="18"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="18"/>
<attribute name="draft" label="是否草稿" type="STRING" length="18"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="500"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="200"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="10"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="200"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="10"/>
<attribute name="HEADSHIP" label="职务" type="STRING" length="18"/>
<attribute name="WORKBEGINDATE" label="本单位工作起始日" type="STRING" length="10"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="200"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="18"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="18"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="10"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="200"/>
<attribute name="CountryName" label="国家" type="STRING" length="200"/>
<attribute name="ProvinceName" label="省份" type="STRING" length="200"/>
<attribute name="CityName" label="城市" type="STRING" length="200"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="childrens_number" label="子女人数" type="STRING" length="32"/>
<attribute name="family_address" label="居住地址" type="STRING" length="200"/>
<attribute name="telephone" label="固定电话" type="STRING" length="32"/>
<attribute name="living_life" label="居住年限" type="STRING" length="32"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING" length="200"/>
<attribute name="Property_type" label="房产类型" type="STRING" length="32"/>
<attribute name="Unit_nature" label="单位性质" type="STRING" length="32"/>
<attribute name="before_unit_name" label="前工作单位名称" type="STRING" length="60"/>
<attribute name="main_income" label="主要收入" type="STRING" length="32"/>
<attribute name="other_income" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="Partner_" label="作为共同申请人" type="STRING" length="32" />
<attribute name="spouse_name" label="配偶姓名" type="STRING" length="32" />
<attribute name="spouse_hukou" label="户口" type="STRING" length="32" />
<attribute name="sIdentNumber" label="证件号码" type="STRING" length="64" />
<attribute name="suname" label="单位名称" type="STRING" length="60" />
<attribute name="suphone" label="单位电话" type="STRING" length="32" />
<attribute name="sposition" label="职位" type="STRING" length="32" />
<attribute name="spnumber" label="手机号" type="STRING" length="32" />
<attribute name="smincome" label="月收入" type="DOUBLE" length="22" scale="2" />
<attribute name="e_mail" label="电子邮箱" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_person_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_CERT_TEMP" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="issuecountry" label="证件国别" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件编号" type="STRING" length="32"/>
<attribute name="idexpiry" label="证件到期日" type="STRING" length="32"/>
<attribute name="status" label="证件状态" type="STRING" length="32"/>
<attribute name="cnidregcity" label="证件签发城市" type="STRING" length="32"/>
<attribute name="customername" label="客户姓名" type="STRING" length="200"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="serialno" label="流水号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="ismaincert" label="是否主证件" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_cert_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ADDRESS_TEMP" label="客户地址临时表" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="languagetype" label="显示语言类型" type="STRING" length="10"/>
<attribute name="addtype" label="地址类型" type="STRING" length="18"/>
<attribute name="isadd" label="是否通讯地址" type="STRING" length="10"/>
<attribute name="isnew" label="是否最新" type="STRING" length="10"/>
<attribute name="status" label="状态" type="STRING" length="10"/>
<attribute name="country" label="地址所属国家/地区" type="STRING" length="20"/>
<attribute name="province" label="地址所属省/市/区县" type="STRING" length="32"/>
<attribute name="dressdetail" label="地址详情" type="STRING" length="400"/>
<attribute name="fulladdress" label="地址全名" type="STRING" length="400"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="zipcode" label="邮政编码" type="STRING" length="18"/>
<attribute name="owner" label="电话所有人" type="STRING" length="10"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_address_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_INFO_HIS" label="客户基本信息历史表" keyAttributes="customerid">
<attributes>
<attribute name="customerid" label="客户编号" type="STRING" length="40"/>
<attribute name="proj_id" label="项目主键" type="STRING" length="32"/>
<attribute name="customername" label="客户名称" type="STRING" length="200"/>
<attribute name="nationcode" label="证件国别" type="STRING" length="40"/>
<attribute name="certtype" label="证件类型" type="STRING" length="20"/>
<attribute name="certid" label="证件号" type="STRING" length="40"/>
<attribute name="custkind" label="内部行业" type="STRING" length="40"/>
<attribute name="customertype" label="客户类别" type="STRING" length="20"/>
<attribute name="status" label="状态" type="STRING" length="20"/>
<attribute name="mfcustomerid" label="核心客户号" type="STRING" length="40"/>
<attribute name="belonggroupid" label="所属关联集团代码" type="STRING" length="40"/>
<attribute name="channel" label="渠道" type="STRING" length="18"/>
<attribute name="loancardno" label="贷款卡编号" type="STRING" length="32"/>
<attribute name="customerscale" label="客户规模(区分中小企业客户)" type="STRING" length="20"/>
<attribute name="remark" label="备注" type="STRING" length="250"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_info_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_CERT_HIS" label="证件历史表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="issuecountry" label="证件国别" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件编号" type="STRING" length="32"/>
<attribute name="idexpiry" label="证件到期日" type="STRING" length="32"/>
<attribute name="status" label="证件状态" type="STRING" length="32"/>
<attribute name="cnidregcity" label="证件签发城市" type="STRING" length="32"/>
<attribute name="customername" label="客户姓名" type="STRING" length="200"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="serialno" label="流水号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="ismaincert" label="是否主证件" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_cert_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ADDRESS_HIS" label="客户地址临时表" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="languagetype" label="显示语言类型" type="STRING" length="10"/>
<attribute name="addtype" label="地址类型" type="STRING" length="18"/>
<attribute name="isadd" label="是否通讯地址" type="STRING" length="10"/>
<attribute name="isnew" label="是否最新" type="STRING" length="10"/>
<attribute name="status" label="状态" type="STRING" length="10"/>
<attribute name="country" label="地址所属国家/地区" type="STRING" length="20"/>
<attribute name="province" label="地址所属省/市/区县" type="STRING" length="32"/>
<attribute name="dressdetail" label="地址详情" type="STRING" length="400"/>
<attribute name="fulladdress" label="地址全名" type="STRING" length="400"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="zipcode" label="邮政编码" type="STRING" length="18"/>
<attribute name="owner" label="电话所有人" type="STRING" length="10"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_address_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_RELATEDPARTY" label="客户上下游关联方表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="关联方证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="关联方证件号码" type="STRING" length="32"/>
<attribute name="CUSTOMERNAME" label="关联方名称" type="STRING" length="150"/>
<attribute name="CUSTOMERTYPE" label="客户类型" type="STRING" length="32"/>
<attribute name="RELATIONSHIP" label="关联关系" type="STRING" length="18"/>
<attribute name="FICTITIOUSPERSON" label="法人代表(公司)" type="STRING" length="80"/>
<attribute name="LOANCARDNO" label="关联方贷款卡编号" type="STRING" length="32"/>
<attribute name="INVESTDATE" label="关系建立时间" type="STRING" length="10"/>
<attribute name="DESCRIBEA" label="供应(销售)产品" type="STRING" length="200"/>
<attribute name="CURRENCYTYPE" label="供应(销售)额币种" type="STRING" length="18"/>
<attribute name="INVESTMENTSUM" label="供应(销售)额" type="DOUBLE" length="24" scale="6"/>
<attribute name="INVESTMENTPROP" label="供应(销售)比例" type="DOUBLE" length="10" scale="6"/>
<attribute name="EFFECT" label="是否有效" type="STRING" length="18"/>
<attribute name="REMARK" label="备注" type="STRING" length="200"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_relatedparty" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_RELATIVE" label="客户高管主要人员表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="customername" label="姓名" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="DUTY" label="担任职务" type="STRING" length="18"/>
<attribute name="TELEPHONE" label="联系电话" type="STRING" length="32"/>
<attribute name="EFFECT" label="是否有效" type="STRING" length="18"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="EDUEXPERIENCE" label="学历" type="STRING" length="18"/>
<attribute name="DESCRIBEA" label="工作简历" type="STRING" length="200"/>
<attribute name="HOLDDATE" label="担任该职务时间" type="STRING" length="10"/>
<attribute name="ENGAGETERM" label="相关行业从业年限" type="INT" length="10"/>
<attribute name="HOLDSTOCK" label="持股情况" type="STRING" length="200"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_relative" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_STOCKHOLDER" label="客户股东情况表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="TYPE" label="股东类型" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="客户证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="CUSTOMERNAME" label="股东名称" type="STRING" length="80"/>
<attribute name="LOANCARDNO" label="股东贷款卡编号" type="STRING" length="32"/>
<attribute name="FICTITIOUSPERSON" label="法人代表名称" type="STRING" length="80"/>
<attribute name="RELATIONSHIP" label="出资方式" type="STRING" length="18"/>
<attribute name="CURRENCYTYPE" label="出资币种" type="STRING" length="18"/>
<attribute name="OUGHTSUM" label="应出资金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="INVESTMENTSUM" label="实际投资金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="INVESTMENTPROP" label="出资比例" type="DOUBLE" length="10" scale="6"/>
<attribute name="INVESTDATE" label="投资日期" type="STRING" length="10"/>
<attribute name="EFFECT" label="是否有效" type="STRING" length="18"/>
<attribute name="REMARK" label="备注" type="STRING" length="20000"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_stockholder" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_TEL" label="客户联系电话表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="teltype" label="电话类型" type="STRING" length="18"/>
<attribute name="area" label="区号" type="STRING" length="18"/>
<attribute name="telephone" label="电话号码" type="STRING" length="20"/>
<attribute name="ext" label="分机号" type="STRING" length="18"/>
<attribute name="isnew" label="是否为最新" type="STRING" length="10"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="intarea" label="国际区号" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="linkman" label="联系人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_tel" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_TYPE" label="客户类别表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="200"/>
<attribute name="custtype" label="客户类别" type="STRING" length="32"/>
<attribute name="custstatus" label="客户状态" type="STRING" length="32"/>
<attribute name="status" label="该类别是否有效" type="STRING" length="32"/>
<attribute name="isoriginal" label="是否原始类别" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人员" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_type" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_VISIT_RECORD" label="客户拜访记录表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="40"/>
<attribute name="contactdate" label="联系时间" type="STRING" length="32"/>
<attribute name="contactway" label="联系方式" type="STRING" length="32"/>
<attribute name="linkman" label="联系人" type="STRING" length="200"/>
<attribute name="contactnumber" label="联系电话" type="STRING" length="32"/>
<attribute name="contactaddr" label="联系地点" type="STRING" length="200"/>
<attribute name="recordcontent" label="记录内容" type="STRING" length="20000"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人员" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="relativeid" label="关联附件ID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_visit_record" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_GROUP_COMPANY" label="集团信息表" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="group_no" label="集团编号" type="STRING" length="32"/>
<attribute name="group_name" label="集团名称" type="STRING" length="200"/>
<attribute name="memo" label="备注" type="STRING" length="20000"/>
<attribute name="status" label="状态" type="STRING" length="10"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="20"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_group_company" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_GROUP_RELATION" label="集团下属表" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="customer_id" label="客户编号" type="STRING" length="200"/>
<attribute name="memo" label="备注" type="STRING" length="20000"/>
<attribute name="status" label="状态" type="STRING" length="32"/>
<attribute name="group_id" label="集团编号" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件号 " type="STRING" length="32"/>
<attribute name="customertype" label="客户类别" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_group_relation" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_BLANK_LIST_TEMP" label="客户黑名单审批临时列表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="APPLY_DATE" label="申请日期" type="STRING" length="32"/>
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
<attribute name="BLANK_LEVEL" label="黑名单级别" type="STRING" length="32"/>
<attribute name="EFFECTIVE_DATE" label="生效日期" type="STRING" length="32"/>
<attribute name="APPLY_MEMO" label="申请加入" type="STRING" length="1000"/>
<attribute name="BLANK_STATUS" label="状态(未解除/已解除)" type="STRING" length="32"/>
<attribute name="CANCLE_DATE" label="申请解除日期" type="STRING" length="32"/>
<attribute name="CANCLE_PERSON" label="申请解除人" type="STRING" length="32"/>
<attribute name="CANCLE_DEPT" label="申请解除部门" type="STRING" length="32"/>
<attribute name="CANCLE_MEMO" label="申请解除说明" type="STRING" length="1000"/>
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="CUSTOMER_NAME" label="客户名称" type="STRING" length="32"/>
<attribute name="DATASTATE" label="数据状态" type="STRING" length="32"/>
<attribute name="MODIFYREASON" label="修改原因分类" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="APPLY_TYPE" label="申请加入/申请解除" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_blank_list_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_BLANK_LIST" label="客户黑名单审批列表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="APPLY_DATE" label="申请日期" type="STRING" length="32"/>
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
<attribute name="BLANK_LEVEL" label="黑名单级别" type="STRING" length="32"/>
<attribute name="EFFECTIVE_DATE" label="生效日期" type="STRING" length="32"/>
<attribute name="APPLY_MEMO" label="申请加入" type="STRING" length="1000"/>
<attribute name="BLANK_STATUS" label="状态(未解除/已解除)" type="STRING" length="32"/>
<attribute name="CANCLE_DATE" label="申请解除日期" type="STRING" length="32"/>
<attribute name="CANCLE_PERSON" label="申请解除人" type="STRING" length="32"/>
<attribute name="CANCLE_DEPT" label="申请解除部门" type="STRING" length="32"/>
<attribute name="CANCLE_MEMO" label="申请解除说明" type="STRING" length="1000"/>
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="CUSTOMER_NAME" label="客户名称" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="APPLY_TYPE" label="申请加入/申请解除" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_BLANK_LIST" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_FINANCE" label="客户财务编码维护" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customername" label="客户名称" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="customercode" label="客户财务编码" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_FINANCE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_QUOTE" label="客户报价" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户主键" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="PRODUCT_ID" label="产品主键" type="STRING" length="32"/>
<attribute name="PRODUCT_NAME" label="产品名称" type="STRING" length="200"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记人部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改人部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_QUOTE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_MEDICAL" label="医疗行业" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUALIFICATION_GRADE" label="资质等级" type="STRING" length="32"/>
<attribute name="PERSON_NUMBER" label="在职员工数" type="STRING" length="32"/>
<attribute name="BED_NUMBER" label="开放床位数" type="STRING" length="32"/>
<attribute name="BED_USE_NUMBER" label="病床使用率" type="STRING" length="32"/>
<attribute name="CLINIC_YEAR_NUMBER" label="年门诊量" type="STRING" length="32"/>
<attribute name="HOSPITAL_YEAR_NUMBER" label="年出院人次" type="STRING" length="32"/>
<attribute name="MEDICAL_INCOME" label="医疗药品收入" type="STRING" length="32"/>
<attribute name="CUSTOMER_RANK" label="客户当地排名" type="STRING" length="32"/>
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记时间" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记部门" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_MEDICAL" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_INFO" label="经销商基本信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NO" label="经销商编码" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTORER" label="经销商法人" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_TEL" label="经销商电话" type="STRING" length="32"/>
<attribute name="FAX_NUMBER" label="传真" type="STRING" length="32"/>
<attribute name="EMAIL" label="邮件" type="STRING" length="32"/>
<attribute name="MANUFACTURER" label="经销商所属品牌/厂商" type="STRING" length="32"/>
<attribute name="LINKMAN" label="联系人" type="STRING" length="32"/>
<attribute name="LINKMAN_TEL" label="联系电话" type="STRING" length="32"/>
<attribute name="COUNT_GOB_PATH" label="统计口径" type="STRING" length="32"/>
<attribute name="PLEDGE_DONE_ABATE" label="抵押完成失效" type="STRING" length="32"/>
<attribute name="FILE_DONE_ABATE" label="归档完成失效" type="STRING" length="32"/>
<attribute name="BUSINESS_PROPERTY" label="企业性质" type="STRING" length="32"/>
<attribute name="BUSINESS_LICENSE_NO" label="登记注册号(营业执照号)" type="STRING" length="32"/>
<attribute name="ESTABLISH_DATE" label="成立日期" type="STRING" length="32"/>
<attribute name="EXPIRATION_DATE" label="有效期" type="STRING" length="32"/>
<attribute name="REGISTERED_ASSET" label="注册资本" type="STRING" length="32"/>
<attribute name="PAIDUP_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="POSTCODE" label="邮编" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="100"/>
<attribute name="URL" label="网址" type="STRING" length="32"/>
<attribute name="FACT_ADDR" label="经销商地址" type="STRING" length="32"/>
<attribute name="BUSINESS_SCOPE" label="经营范围" type="STRING" length="32"/>
<attribute name="CEO_NAME" label="ceo名称" type="STRING" length="32"/>
<attribute name="CEO_PHONE" label="ceo电话" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_STATUS" label="状态" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label=" 登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="CREDIT_LIMIT" label="授信额度" type="DOUBLE" length="18" scale="2"/>
<attribute name="LIMIT_APPROVAL_DATE" label="授信日期" type="STRING" length="32"/>
<attribute name="LIMIT_EFFECTIVE_DATE" label="授信有效期" type="STRING" length="32"/>
<attribute name="LIMIT_END_DATE" label="授信到期日" type="STRING" length="32"/>
<attribute name="DEALER_LEGAL_NAME" label="经销商法定名称" type="STRING" length="32"/>
<attribute name="DEALER_PHONE" label="公司联系电话" type="STRING" length="32"/>
<attribute name="RETAIL_OPEN_DATE" label="零售开放日期" type="STRING" length="32"/>
<attribute name="SUB_DEALER" label="分销商" type="STRING" length="32"/>
<attribute name="CITY" label="城市" type="STRING" length="32"/>
<attribute name="BRAND" label="品牌" type="STRING" length="32"/>
<attribute name="NAME" label="姓名" type="STRING" length="32"/>
<attribute name="E_MAIL" label="电子邮箱" type="STRING" length="32"/>
<attribute name="LOCATION" label="地址" type="STRING" length="100"/>
<attribute name="ZIPCODE" label="邮编" type="STRING" length="32"/>
<attribute name="SHOWROOMNAME" label="展厅名称" type="STRING" length="32"/>
<attribute name="SHOWROOMPHONE" label="展厅电话" type="STRING" length="32"/>
<attribute name="SHOWROOMADDRESS" label="展厅地址" type="STRING" length="32"/>
<attribute name="SHOWROOMPOSTALCODE" label="展厅邮编" type="STRING" length="32"/>
<attribute name="LEGALPERSON" label="法人" type="STRING" length="32"/>
<attribute name="GENERALMANAGER" label="总经理" type="STRING" length="32"/>
<attribute name="TOP_MANAGER_CELL_PHONE" label="总经理手机" type="STRING" length="32"/>
<attribute name="TOP_MANAGER_MAIL" label="总经理邮件" type="STRING" length="32"/>
<attribute name="SALESMANAGER" label="销售经理" type="STRING" length="32"/>
<attribute name="SELL_MANAGER_CELL_PHONE" label="销售经理手机" type="STRING" length="32"/>
<attribute name="SELL_MANAGER_MAIL" label="销售经理邮件" type="STRING" length="32"/>
<attribute name="FINANCIALMANAGER" label="财务经理" type="STRING" length="32"/>
<attribute name="FINANCIAL_CELL_PHONE" label="财务经理手机" type="STRING" length="32"/>
<attribute name="FINANCIAL_CELL_MAIL" label="财务经理邮件" type="STRING" length="32"/>
<attribute name="FINANCE_SAFE_MANAGER" label="金融保险经理" type="STRING" length="32"/>
<attribute name="FINANCE_SAFE_MANAGER_CELL_PHONE" label="金融保险经理手机" type="STRING" length="32"/>
<attribute name="FINANCE_SAFE_MANAGER_POST" label="金融保险经理邮件" type="STRING" length="32"/>
<attribute name="MARKET_MANAGER" label="市场经理" type="STRING" length="32"/>
<attribute name="MARKET_MANAGER_CELL_PHONE" label="市场经理手机" type="STRING" length="32"/>
<attribute name="MARKET_MANAGEREMAIL_SITE" label="市场经理电子邮件地址" type="STRING" length="32"/>
<attribute name="LIAISONSPHONE" label="联络人电话" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行开户行总行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT_WITH_BANK" label="银行开户行名称" type="STRING" length="32"/>
<attribute name="BANK_ACCOUNT_NAME" label="银行户名" type="STRING" length="32"/>
<attribute name="BANKACCOUNT" label="银行账号" type="STRING" length="32"/>
<attribute name="DEALERCODE" label="经销商代码" type="STRING" length="32"/>
<attribute name="DEALER_COST_CENTER_CODE" label="经销商成本中心代码" type="STRING" length="32"/>
<attribute name="DEALER_COMMISSION_FOR_FP" label="经销商佣金" type="STRING" length="32"/>
<attribute name="MBAFC_EARLYDISBURSEMENT_TYPE" label="早期支付类型" type="STRING" length="32"/>
<attribute name="DSM_NAME" label="管理员姓名" type="STRING" length="32"/>
<attribute name="DEALER_GROUP" label="经销商集团" type="STRING" length="32"/>
<attribute name="NEW_DEALER_GROUP" label="新经销商集团" type="STRING" length="32"/>
<attribute name="DEALER_MORTGAGE_REGISTER" label="经销商抵押贷款登记" type="STRING" length="32"/>
<attribute name="F_I_NAME" label="名称" type="STRING" length="32"/>
<attribute name="F_I_TYPE" label="集团类别" type="STRING" length="32"/>
<attribute name="F_I_PHONE_NUMBER" label="手机号码" type="STRING" length="32"/>
<attribute name="F_I_OTHER_EMAIL_ADDRESS" label="其它电子邮箱地址" type="STRING" length="32"/>
<attribute name="F_I_BACKUP" label="备份" type="STRING" length="32"/>
<attribute name="F_I_BACKUP_PHONE_NUMBER" label="备份手机号码" type="STRING" length="32"/>
<attribute name="F_I_BACKUP_EMAIL_ASSRESS" label="备份电子邮箱地址" type="STRING" length="32"/>
<attribute name="SIGN_SAMPLE" label="签字样本" type="STRING" length="32"/>
<attribute name="BAIL" label="保证金" type="STRING" length="32"/>
<attribute name="WHOLESALE" label="批发商" type="STRING" length="32"/>
<attribute name="DEALER_BANK_ABBREVIATION" label="证券发行银行" type="STRING" length="32"/>
<attribute name="SUBSIDIARY_COMPANY" label="所属母公司" type="STRING" length="32"/>
<attribute name="distributor_money" label="经销商注册资金" type="STRING" length="32"/>
<attribute name="distributor_form_id" label="经销商表id" type="STRING" length="32"/>
<attribute name="RETAIL_DATE" label="零售业务上线日期" type="STRING" length="32"/>
<attribute name="REGION" label="地区" type="STRING" length="32"/>
<attribute name="SUB_DISTRIBUTOR" label="子经销商" type="STRING" length="32"/>
<attribute name="WHOLESALE_BUSINESS" label="批售业务" type="STRING" length="32"/>
<attribute name="TYPE" label="类型" type="STRING" length="32"/>
<attribute name="ORGID" label="部门编号" type="STRING" length="32"/>
<attribute name="PROVINCES" label="省份" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CODING" label="经销商编号" type="STRING" length="32"/>
<attribute name="TOTAL" label="总额" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_ACCOUNT" label="经销商账户表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="客户id" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_ACCOUNT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_ACCOUNT_CHANGE" label="经销商账户变更表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
<attribute name="CREATE_DATE" label="登记时间" type="STRING" length="32"/>
<attribute name="MODIFY_DATE" label="更新时间" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="客户id" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="APPLY_NUMBER" label="申请编号唯一" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="form_id" label="正式表id" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_ACCOUNT_CHANGE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_INFO_CHANGE" label="经销商基本信息变更表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NO" label="经销商编码" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTORER" label="经销商法人" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_TEL" label="经销商电话" type="STRING" length="32"/>
<attribute name="FAX_NUMBER" label="传真" type="STRING" length="32"/>
<attribute name="EMAIL" label="邮件" type="STRING" length="32"/>
<attribute name="MANUFACTURER" label="经销商所属品牌/厂商" type="STRING" length="32"/>
<attribute name="LINKMAN" label="联系人" type="STRING" length="32"/>
<attribute name="LINKMAN_TEL" label="联系电话" type="STRING" length="32"/>
<attribute name="BUSINESS_PROPERTY" label="企业性质" type="STRING" length="32"/>
<attribute name="BUSINESS_LICENSE_NO" label="登记注册号(营业执照号)" type="STRING" length="32"/>
<attribute name="ESTABLISH_DATE" label="成立日期" type="STRING" length="32"/>
<attribute name="EXPIRATION_DATE" label="有效期" type="STRING" length="32"/>
<attribute name="REGISTERED_ASSET" label="注册资本" type="STRING" length="32"/>
<attribute name="PAIDUP_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="POSTCODE" label="邮编" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="32"/>
<attribute name="URL" label="网址" type="STRING" length="32"/>
<attribute name="FACT_ADDR" label="经销商地址" type="STRING" length="32"/>
<attribute name="BUSINESS_SCOPE" label="经营范围" type="STRING" length="32"/>
<attribute name="CEO_NAME" label="ceo名称" type="STRING" length="32"/>
<attribute name="CEO_PHONE" label="ceo电话" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_STATUS" label="状态" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label=" 登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="SUBMIT_TYPE" label="提交状态" type="STRING" length="32"/>
<attribute name="APPLY_NUMBER" label="申请编号唯一" type="STRING" length="32"/>
<attribute name="CREDIT_LIMIT" label="授信额度" type="DOUBLE" length="18" scale="2"/>
<attribute name="LIMIT_APPROVAL_DATE" label="授信日期" type="STRING" length="32"/>
<attribute name="LIMIT_EFFECTIVE_DATE" label="授信有效期" type="STRING" length="32"/>
<attribute name="LIMIT_END_DATE" label="授信到期日" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_INFO_CHANGE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_RECEIVABLES" label="经销商收款信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商编号" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行账号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="开户行" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="账户名称" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="ISRENTER" label="是否是承租人收款" type="STRING" length="32"/>
<attribute name="ACCOUNT_ID" label="经销商账户编号" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_RECEIVABLES" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商账户临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="客户id" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_ACCOUNT_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_INFO_TEMP" label="经销商临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NO" label="经销商编码" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTORER" label="经销商法人" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_MONEY" label="经销商注册资金" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_TEL" label="经销商电话" type="STRING" length="32"/>
<attribute name="FAX_NUMBER" label="传真" type="STRING" length="32"/>
<attribute name="EMAIL" label="邮件" type="STRING" length="32"/>
<attribute name="MANUFACTURER" label="经销商所属品牌/厂商" type="STRING" length="32"/>
<attribute name="LINKMAN" label="联系人" type="STRING" length="32"/>
<attribute name="LINKMAN_TEL" label="联系电话 " type="STRING" length="32"/>
<attribute name="COUNT_GOB_PATH" label="统计口径" type="STRING" length="32"/>
<attribute name="PLEDGE_DONE_ABATE" label="抵押完成失效" type="STRING" length="32"/>
<attribute name="FILE_DONE_ABATE" label="归档完成失效" type="STRING" length="32"/>
<attribute name="BUSINESS_PROPERTY" label="企业性质" type="STRING" length="32"/>
<attribute name="BUSINESS_LICENSE_NO" label="登记注册号(营业执照号)" type="STRING" length="32"/>
<attribute name="ESTABLISH_DATE" label="成立日期" type="STRING" length="32"/>
<attribute name="EXPIRATION_DATE" label="有效期" type="STRING" length="32"/>
<attribute name="REGISTERED_ASSET" label="注册资本" type="STRING" length="32"/>
<attribute name="PAIDUP_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="POSTCODE" label="邮编" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="32"/>
<attribute name="URL" label="网址" type="STRING" length="32"/>
<attribute name="FACT_ADDR" label="经销商地址" type="STRING" length="32"/>
<attribute name="BUSINESS_SCOPE" label="经营范围" type="STRING" length="32"/>
<attribute name="CEO_NAME" label="ceo名称" type="STRING" length="32"/>
<attribute name="CEO_PHONE" label="ceo电话" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_STATUS" label="状态" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表id" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表id" type="STRING" length="32"/>
<attribute name="CREDIT_LIMIT" label="授信额度" type="DOUBLE" length="18" scale="2"/>
<attribute name="LIMIT_APPROVAL_DATE" label="授信日期" type="STRING" length="32"/>
<attribute name="LIMIT_EFFECTIVE_DATE" label="授信有效期" type="STRING" length="32"/>
<attribute name="LIMIT_END_DATE" label="授信到期日" type="STRING" length="32"/>
<attribute name="DEALER_LEGAL_NAME" label="经销商法定名称" type="STRING" length="32"/>
<attribute name="DEALER_PHONE" label="公司联系电话" type="STRING" length="32"/>
<attribute name="RETAIL_OPEN_DATE" label="零售开放日期" type="STRING" length="32"/>
<attribute name="SUB_DEALER" label="分销商" type="STRING" length="32"/>
<attribute name="CITY" label="城市" type="STRING" length="32"/>
<attribute name="BRAND" label="品牌" type="STRING" length="32"/>
<attribute name="NAME" label="姓名" type="STRING" length="32"/>
<attribute name="E_MAIL" label="电子邮箱" type="STRING" length="32"/>
<attribute name="LOCATION" label="地址" type="STRING" length="100"/>
<attribute name="ZIPCODE" label="邮编" type="STRING" length="32"/>
<attribute name="SHOWROOMNAME" label="展厅名称" type="STRING" length="32"/>
<attribute name="SHOWROOMPHONE" label="展厅电话" type="STRING" length="32"/>
<attribute name="SHOWROOMADDRESS" label="展厅地址" type="STRING" length="32"/>
<attribute name="SHOWROOMPOSTALCODE" label="展厅邮编" type="STRING" length="32"/>
<attribute name="LEGALPERSON" label="法人" type="STRING" length="32"/>
<attribute name="GENERALMANAGER" label="总经理" type="STRING" length="32"/>
<attribute name="TOP_MANAGER_CELL_PHONE" label="总经理手机" type="STRING" length="32"/>
<attribute name="TOP_MANAGER_MAIL" label="总经理邮件" type="STRING" length="32"/>
<attribute name="SALESMANAGER" label="销售经理" type="STRING" length="32"/>
<attribute name="SELL_MANAGER_CELL_PHONE" label="销售经理手机" type="STRING" length="32"/>
<attribute name="SELL_MANAGER_MAIL" label="销售经理邮件" type="STRING" length="32"/>
<attribute name="FINANCIALMANAGER" label="财务经理" type="STRING" length="32"/>
<attribute name="FINANCIAL_CELL_PHONE" label="财务经理手机" type="STRING" length="32"/>
<attribute name="FINANCIAL_CELL_MAIL" label="财务经理邮件" type="STRING" length="32"/>
<attribute name="FINANCE_SAFE_MANAGER" label="金融保险经理" type="STRING" length="32"/>
<attribute name="FINANCE_SAFE_MANAGER_CELL_PHONE" label="金融保险经理手机" type="STRING" length="32"/>
<attribute name="FINANCE_SAFE_MANAGER_POST" label="金融保险经理邮件" type="STRING" length="32"/>
<attribute name="MARKET_MANAGER" label="市场经理" type="STRING" length="32"/>
<attribute name="MARKET_MANAGER_CELL_PHONE" label="市场经理手机" type="STRING" length="32"/>
<attribute name="MARKET_MANAGEREMAIL_SITE" label="市场经理电子邮件地址" type="STRING" length="32"/>
<attribute name="LIAISONSPHONE" label="联络人电话" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行开户行总行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT_WITH_BANK" label="银行开户行名称" type="STRING" length="32"/>
<attribute name="BANK_ACCOUNT_NAME" label="银行户名" type="STRING" length="32"/>
<attribute name="BANKACCOUNT" label="银行账号" type="STRING" length="32"/>
<attribute name="DEALERCODE" label="经销商代码" type="STRING" length="32"/>
<attribute name="DEALER_COST_CENTER_CODE" label="经销商成本中心代码" type="STRING" length="32"/>
<attribute name="DEALER_COMMISSION_FOR_FP" label="经销商佣金" type="STRING" length="32"/>
<attribute name="MBAFC_EARLYDISBURSEMENT_TYPE" label="早期支付类型" type="STRING" length="32"/>
<attribute name="DSM_NAME" label="管理员姓名" type="STRING" length="32"/>
<attribute name="DEALER_GROUP" label="经销商集团" type="STRING" length="32"/>
<attribute name="NEW_DEALER_GROUP" label="新经销商集团" type="STRING" length="32"/>
<attribute name="DEALER_MORTGAGE_REGISTER" label="经销商抵押贷款登记" type="STRING" length="32"/>
<attribute name="F_I_NAME" label="名称" type="STRING" length="32"/>
<attribute name="F_I_TYPE" label="集团类别" type="STRING" length="32"/>
<attribute name="F_I_PHONE_NUMBER" label="手机号码" type="STRING" length="32"/>
<attribute name="F_I_OTHER_EMAIL_ADDRESS" label="其它电子邮箱地址" type="STRING" length="32"/>
<attribute name="F_I_BACKUP" label="备份" type="STRING" length="32"/>
<attribute name="F_I_BACKUP_PHONE_NUMBER" label="备份手机号码" type="STRING" length="32"/>
<attribute name="F_I_BACKUP_EMAIL_ASSRESS" label="备份电子邮箱地址" type="STRING" length="32"/>
<attribute name="SIGN_SAMPLE" label="签字样本" type="STRING" length="32"/>
<attribute name="BAIL" label="保证金" type="STRING" length="32"/>
<attribute name="WHOLESALE" label="批发商" type="STRING" length="32"/>
<attribute name="DEALER_BANK_ABBREVIATION" label="证券发行银行" type="STRING" length="32"/>
<attribute name="SUBSIDIARY_COMPANY" label="所属母公司" type="STRING" length="32"/>
<attribute name="RETAIL_DATE" label="零售业务上线日期" type="STRING" length="32"/>
<attribute name="REGION" label="地区" type="STRING" length="32"/>
<attribute name="SUB_DISTRIBUTOR" label="子经销商" type="STRING" length="32"/>
<attribute name="WHOLESALE_BUSINESS" label="批售业务" type="STRING" length="32"/>
<attribute name="TYPE" label="类型" type="STRING" length="32"/>
<attribute name="ORGID" label="部门编号" type="STRING" length="32"/>
<attribute name="PROVINCES" label="省份" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CODING" label="经销商编码" type="STRING" length="32"/>
<attribute name="TOTAL" label="总额" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_INFO_TEMP" />
<property name="createKey" value="true"/>
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_RESULT_INFO_TEMP" label="经销商审核意见表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="96"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商id" type="STRING" length="96"/>
<attribute name="OPINION" label="备注" type="STRING" length="600"/>
<attribute name="END_DATE" label="审批日期" type="STRING" length="96"/>
<attribute name="RESULT_TYPE" label="审批类型" type="STRING" length="60"/>
<attribute name="PHASE_TYPE" label="阶段类型" type="STRING" length="60"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="96"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="96"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="96"/>
<attribute name="INPUTUSERID" label=" 登记人" type="STRING" length="96"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="96"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="96"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="96"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="96"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_RESULT_INFO_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_RESULT_INFO" label="经销商审核意见表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="96"/>
<attribute name="OPINION" label="备注" type="STRING" length="600"/>
<attribute name="END_DATE" label="审批日期" type="STRING" length="96"/>
<attribute name="RESULT_TYPE" label="审批类型" type="STRING" length="60"/>
<attribute name="PHASE_TYPE" label="阶段类型" type="STRING" length="60"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="96"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="96"/>
<attribute name="INPUTUSERID" label=" 登记人" type="STRING" length="96"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="96"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="96"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="96"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表的id" type="STRING" length="96"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="96"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_RESULT_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_ACC_CHANGE_TEMP" label="经销商账户临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="客户id" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="form_id" label="正式表id" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_ACC_CHANGE_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_INFO_CHANGE_TEMP" label="经销商临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NO" label="经销商编码" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTORER" label="经销商法人" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_MONEY" label="经销商注册资金" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_TEL" label="经销商电话" type="STRING" length="32"/>
<attribute name="FAX_NUMBER" label="传真" type="STRING" length="32"/>
<attribute name="EMAIL" label="邮件" type="STRING" length="32"/>
<attribute name="MANUFACTURER" label="经销商所属品牌/厂商" type="STRING" length="32"/>
<attribute name="LINKMAN" label="联系人" type="STRING" length="32"/>
<attribute name="LINKMAN_TEL" label="联系电话 " type="STRING" length="32"/>
<attribute name="BUSINESS_PROPERTY" label="企业性质" type="STRING" length="32"/>
<attribute name="BUSINESS_LICENSE_NO" label="登记注册号(营业执照号)" type="STRING" length="32"/>
<attribute name="ESTABLISH_DATE" label="成立日期" type="STRING" length="32"/>
<attribute name="EXPIRATION_DATE" label="有效期" type="STRING" length="32"/>
<attribute name="REGISTERED_ASSET" label="注册资本" type="STRING" length="32"/>
<attribute name="PAIDUP_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="POSTCODE" label="邮编" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="32"/>
<attribute name="URL" label="网址" type="STRING" length="32"/>
<attribute name="FACT_ADDR" label="经销商地址" type="STRING" length="32"/>
<attribute name="BUSINESS_SCOPE" label="经营范围" type="STRING" length="32"/>
<attribute name="CEO_NAME" label="ceo名称" type="STRING" length="32"/>
<attribute name="CEO_PHONE" label="ceo电话" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_STATUS" label="状态" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表id" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="32"/>
<attribute name="CREDIT_LIMIT" label="授信额度" type="DOUBLE" length="18" scale="2"/>
<attribute name="LIMIT_APPROVAL_DATE" label="授信日期" type="STRING" length="32"/>
<attribute name="LIMIT_EFFECTIVE_DATE" label="授信有效期" type="STRING" length="32"/>
<attribute name="LIMIT_END_DATE" label="授信到期日" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_INFO_CHANGE_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_RESULT_CHANGE_TEMP" label="经销商审核意见表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="96"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表的id" type="STRING" length="96"/>
<attribute name="OPINION" label="备注" type="STRING" length="600"/>
<attribute name="END_DATE" label="审批日期" type="STRING" length="96"/>
<attribute name="RESULT_TYPE" label="审批类型" type="STRING" length="60"/>
<attribute name="PHASE_TYPE" label="阶段类型" type="STRING" length="60"/>
<attribute name="FLOWUNID" label="流程号" type="STRING" length="96"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="96"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="96"/>
<attribute name="INPUTUSERID" label=" 登记人" type="STRING" length="96"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="96"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="96"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="96"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="96"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_RESULT_CHANGE_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_ACCOUNT_HIS" label="经销商账户历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="32"/>
<attribute name="BANK_NAME" label="银行名称" type="STRING" length="32"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="32"/>
<attribute name="IS_MAIN" label="是否主帐号" type="STRING" length="32"/>
<attribute name="ACC_INFO" label="帐户使用情况" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="客户id" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UNIONNUMBER" label="联行号" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ACCOUNT_TEMP" label="经销商名称" type="STRING" length="32"/>
<attribute name="district" label="地区" type="STRING" length="64"/>
<attribute name="provinceInfo" label="省份" type="STRING" length="64"/>
<attribute name="open_bank" label="开户银行" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_ACCOUNT_HIS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_INFO_HIS" label="经销商历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NO" label="经销商编码" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
<attribute name="DISTRIBUTORER" label="经销商法人" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ADDRESS" label="经销商地址" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_MONEY" label="经销商注册资金" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_TEL" label="经销商电话" type="STRING" length="32"/>
<attribute name="FAX_NUMBER" label="传真" type="STRING" length="32"/>
<attribute name="EMAIL" label="邮件" type="STRING" length="32"/>
<attribute name="MANUFACTURER" label="经销商所属品牌/厂商" type="STRING" length="32"/>
<attribute name="LINKMAN" label="联系人" type="STRING" length="32"/>
<attribute name="LINKMAN_TEL" label="联系电话 " type="STRING" length="32"/>
<attribute name="BUSINESS_PROPERTY" label="企业性质" type="STRING" length="32"/>
<attribute name="BUSINESS_LICENSE_NO" label="登记注册号(营业执照号)" type="STRING" length="32"/>
<attribute name="ESTABLISH_DATE" label="成立日期" type="STRING" length="32"/>
<attribute name="EXPIRATION_DATE" label="有效期" type="STRING" length="32"/>
<attribute name="REGISTERED_ASSET" label="注册资本" type="STRING" length="32"/>
<attribute name="PAIDUP_CAPITAL" label="实收资本" type="STRING" length="32"/>
<attribute name="POSTCODE" label="邮编" type="STRING" length="32"/>
<attribute name="REGISTERED_ADDR" label="注册地址" type="STRING" length="32"/>
<attribute name="URL" label="网址" type="STRING" length="32"/>
<attribute name="FACT_ADDR" label="经销商地址" type="STRING" length="32"/>
<attribute name="BUSINESS_SCOPE" label="经营范围" type="STRING" length="32"/>
<attribute name="CEO_NAME" label="ceo名称" type="STRING" length="32"/>
<attribute name="CEO_PHONE" label="ceo电话" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_STATUS" label="状态" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表id" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="32"/>
<attribute name="CREDIT_LIMIT" label="授信额度" type="DOUBLE" length="18" scale="2"/>
<attribute name="LIMIT_APPROVAL_DATE" label="授信日期" type="STRING" length="32"/>
<attribute name="LIMIT_EFFECTIVE_DATE" label="授信有效期" type="STRING" length="32"/>
<attribute name="LIMIT_END_DATE" label="授信到期日" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_INFO_HIS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTE_CHANGE_INFO_TEMP" label="经销商变更信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="CHANGE_DATE" label="变更日期" type="STRING" length="32"/>
<attribute name="BEFORE_CHANGE_CONTENT" label="变更前的内容" type="STRING" length="32"/>
<attribute name="AFTER_CHANGE_CONTENT" label="变更后的内容" type="STRING" length="32"/>
<attribute name="CHANGE_INSTRUCTION" label="变更说明" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="APPLY_NUMBER" label="申请编号唯一" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表id" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTE_CHANGE_INFO_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTE_CHANGE_INFO_TEMP" label="经销商变更信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="CHANGE_DATE" label="变更日期" type="STRING" length="32"/>
<attribute name="BEFORE_CHANGE_CONTENT" label="变更前的内容" type="STRING" length="32"/>
<attribute name="AFTER_CHANGE_CONTENT" label="变更后的内容" type="STRING" length="32"/>
<attribute name="CHANGE_INSTRUCTION" label="变更说明" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="APPLY_NUMBER" label="申请编号唯一" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_FORM_ID" label="经销商正式表id" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_CHANGE_ID" label="经销商变更表的id" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTE_CHANGE_INFO_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTE_CHANGE_INFO_CHANGE" label="经销商变更信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="CHANGE_DATE" label="变更日期" type="STRING" length="32"/>
<attribute name="BEFORE_CHANGE_CONTENT" label="变更前的内容" type="STRING" length="32"/>
<attribute name="AFTER_CHANGE_CONTENT" label="变更后的内容" type="STRING" length="32"/>
<attribute name="CHANGE_INSTRUCTION" label="变更说明" type="STRING" length="32"/>
<attribute name="DISTRIBUTOR_ID" label="经销商的id" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="APPLY_NUMBER" label="申请编号唯一" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTE_CHANGE_INFO_CHANGE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_ATTRIBUTION" label="经销商归属表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="100"/>
<attribute name="DISTRIBUTORID" label="经销商id" type="STRING" length="100"/>
<attribute name="BELONGORGID" label="所属部门" type="STRING" length="32"/>
<attribute name="STATUS" label="是否有效" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="100"/>
<attribute name="INPUTORGID" label="创建人部门" type="STRING" length="100"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="100"/>
<attribute name="UPDATEORGID" label="更新人部门" type="STRING" length="100"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="100"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="DISTRIBUTOR_ATTRIBUTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="INDUSTRY_PARTITION" label="大中小微型企业划分标准" keyAttributes="id">
<attributes>
<attribute name="id" label="流水号" type="STRING" length="20"/>
<attribute name="codeno" label="行业代码" type="STRING" length="10"/>
<attribute name="itemno" label="行业类别代码" type="STRING" length="10"/>
<attribute name="normname" label="指标名称" type="STRING" length="100"/>
<attribute name="measurement" label="计量单位" type="STRING" length="20"/>
<attribute name="large" label="大型" type="STRING" length="36"/>
<attribute name="middle" label="中型" type="STRING" length="36"/>
<attribute name="small" label="小型" type="STRING" length="36"/>
<attribute name="miniature" label="微型" type="STRING" length="36"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="industry_partition" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="SPEECH_MANAGE" label="话术管理" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="RESEAR_ITEM" label="调查项" type="STRING" length="100"/>
<attribute name="RESEAR_CONTENT" label="调查内容" type="STRING" length="1000"/>
<attribute name="SQL_LOGIC" label="调查结果取值逻辑" type="STRING" length="2000"/>
<attribute name="SORTNO" label="序号" type="STRING" length="100"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="SPEECH_MANAGE" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="TELEPHONE_VERIFY" label="电话核查" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="RESEAR_PERSON" label="调查人员" type="STRING" length="64"/>
<attribute name="CUST_CERTID" label="客户证件号" type="STRING" length="32"/>
<attribute name="RESEAR_TIME" label="调查时间" type="STRING" length="32"/>
<attribute name="RESULTS" label="最终结论" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="1000"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="TELEPHONE_VERIFY" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="TELE_VERIFY_RESULT" label="电话核查详情" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMER_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="CUST_CERID" label="客户证件号" type="STRING" length="32"/>
<attribute name="RESEAR_ITEM" label="调查项" type="STRING" length="100"/>
<attribute name="RESEAR_CONTENT" label="调查内容" type="STRING" length="1000"/>
<attribute name="VERIFY_CONTENT" label="验证内容" type="STRING" length="32"/>
<attribute name="VERIFY_RESULT" label="验证结果" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="SPEECH_ID" label="会话编号" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="1000"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="TELE_VERIFY_RESULT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ENTRUSTED_AGENT_L" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="100"/>
<attribute name="AG_ID" label="外键" type="STRING" length="100"/>
<attribute name="AGENT_NAME" label="代理人名称" type="STRING" length="100"/>
<attribute name="PHONE" label="联系电话" type="STRING" length="100"/>
<attribute name="CERT_ID" label="身份证号" type="STRING" length="100"/>
<attribute name="ADDRESS" label="属地" type="STRING" length="200"/>
<attribute name="MAIL" label="邮箱" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="100"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="100"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="100"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="100"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="100"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_ENTRUSTED_AGENT_L" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_ENTRUSTED_AGENT" label="抵押委托代理人信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="AGENT_NAME" label="代理人名称" type="STRING" length="32"/>
<attribute name="PHONE" label="联系电话" type="STRING" length="32"/>
<attribute name="CERT_ID" label="身份证号" type="STRING" length="32"/>
<attribute name="ADDRESS" label="属地" type="STRING" length="200"/>
<attribute name="MAIL" label="邮箱" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="CUSTOMER_ENTRUSTED_AGENT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_INVOICE_TEMP" label="开票信息流程表" keyAttributes="id">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customer_id" label="客户ID" type="STRING" length="32"/>
<attribute name="tax_status" label="状态" type="STRING" length="32"/>
<attribute name="tax_isdefault" label="是否默认" type="STRING" length="32"/>
<attribute name="tax_object" label="开票人" type="STRING" length="32"/>
<attribute name="tax_payercategory" label="纳税人类别" type="STRING" length="32"/>
<attribute name="tax_no" label="纳税人识别号" type="STRING" length="100"/>
<attribute name="tax_bank" label="开户行" type="STRING" length="100"/>
<attribute name="tax_account" label="开户账号" type="STRING" length="32"/>
<attribute name="tax_address" label="开票地址" type="STRING" length="400"/>
<attribute name="tax_phone" label="开票电话" type="STRING" length="32"/>
<attribute name="remark" label="备注" type="STRING" length="2000"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_invoice_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_RELATEDPARTY_TEMP" label="上下游关联方情况流程表" keyAttributes="id">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="关联方证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="关联方证件号码" type="STRING" length="32"/>
<attribute name="CUSTOMERNAME" label="关联方名称" type="STRING" length="80"/>
<attribute name="CUSTOMERTYPE" label="客户类型" type="STRING" length="32"/>
<attribute name="RELATIONSHIP" label="关联类型" type="STRING" length="64"/>
<attribute name="FICTITIOUSPERSON" label="法人代表(公司)" type="STRING" length="80"/>
<attribute name="LOANCARDNO" label="关联方贷款卡编号" type="STRING" length="32"/>
<attribute name="INVESTDATE" label="关系建立时间" type="STRING" length="10"/>
<attribute name="DESCRIBEA" label="供应(销售)产品" type="STRING" length="200"/>
<attribute name="CURRENCYTYPE" label="供应(销售)额币种" type="STRING" length="18"/>
<attribute name="INVESTMENTSUM" label="供应(销售)额" type="DOUBLE" length="30" scale="6"/>
<attribute name="INVESTMENTPROP" label="供应(销售)比例" type="DOUBLE" length="10" scale="6"/>
<attribute name="EFFECT" label="是否有效" type="STRING" length="18"/>
<attribute name="REMARK" label="备注" type="STRING" length="200"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_relatedparty_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_RELATIVE_TEMP" label="高管及主要人员信息流程表" keyAttributes="id">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="customername" label="姓名" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="DUTY" label="担任职务" type="STRING" length="18"/>
<attribute name="TELEPHONE" label="联系电话" type="STRING" length="32"/>
<attribute name="EFFECT" label="是否有效" type="STRING" length="18"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="EDUEXPERIENCE" label="学历" type="STRING" length="18"/>
<attribute name="DESCRIBEA" label="工作简历" type="STRING" length="1000"/>
<attribute name="HOLDDATE" label="担任该职务时间" type="STRING" length="10"/>
<attribute name="ENGAGETERM" label="相关行业从业年限" type="INT" length="10"/>
<attribute name="HOLDSTOCK" label="持股情况" type="STRING" length="255"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_relative_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_STOCKHOLDER_TEMP" label="股本结构流程表" keyAttributes="id">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CERTTYPE" label="客户证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="CUSTOMERNAME" label="股东名称" type="STRING" length="80"/>
<attribute name="LOANCARDNO" label="股东贷款卡编号" type="STRING" length="32"/>
<attribute name="FICTITIOUSPERSON" label="法人代表名称" type="STRING" length="80"/>
<attribute name="RELATIONSHIP" label="出资方式" type="STRING" length="18"/>
<attribute name="CURRENCYTYPE" label="出资币种" type="STRING" length="18"/>
<attribute name="OUGHTSUM" label="应出资金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="INVESTMENTSUM" label="实际投资金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="INVESTMENTPROP" label="出资比例" type="DOUBLE" length="10" scale="6"/>
<attribute name="INVESTDATE" label="投资日期" type="STRING" length="10"/>
<attribute name="EFFECT" label="是否有效" type="STRING" length="18"/>
<attribute name="REMARK" label="备注" type="STRING" length="20000"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="type" label="股东类型" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_stockholder_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_TEL_TEMP" label="联系电话信息流程表" keyAttributes="id">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="teltype" label="电话类型" type="STRING" length="18"/>
<attribute name="area" label="区号" type="STRING" length="18"/>
<attribute name="telephone" label="电话号码" type="STRING" length="20"/>
<attribute name="ext" label="分机号" type="STRING" length="18"/>
<attribute name="isnew" label="是否为最新" type="STRING" length="10"/>
<attribute name="inputuserid" label="录入人" type="STRING" length="32"/>
<attribute name="inputorgid" label="录入机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="intarea" label="国际区号" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="linkman" label="联系人" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_tel_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_DOCLIBRARY_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="SERIAL_NUM" label="序号" type="INT" length="10"/>
<attribute name="DOC_NAME" label="资料名称" type="STRING" length="200"/>
<attribute name="DOC_NATURE" label="资料性质" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="200"/>
<attribute name="ONE_CLASSIFY" label="一级分类" type="STRING" length="100"/>
<attribute name="TWO_CLASSIFY" label="二级分类" type="STRING" length="100"/>
<attribute name="THREE_CLASSIFY" label="三级分类" type="STRING" length="100"/>
<attribute name="FOUR_CLASSIFY" label="四级分类" type="STRING" length="100"/>
<attribute name="DOC_CLASS_ITEMNO" label="资料分类编号" type="STRING" length="100"/>
<attribute name="BUSINESS_CHECK" label="业务检查" type="STRING" length="32"/>
<attribute name="IS_HANDOVER" label="档案交接" type="STRING" length="32"/>
<attribute name="OPERATE_CHECK" label="运营确认" type="STRING" length="32"/>
<attribute name="REVIEW_CHECK" label="评审复核" type="STRING" length="32"/>
<attribute name="DOC_TYPE" label="资料类型" type="STRING" length="32"/>
<attribute name="CONFIG_ID" label="文件清单配置ID" type="STRING" length="32"/>
<attribute name="RELATIVE_ID" label="关联表ID" type="STRING" length="32"/>
<attribute name="IS_FILE_LIST" label="是否文件清单" type="STRING" length="1"/>
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="创建人所属部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改人所属部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="IS_BORROWING" label="是否借阅" type="STRING" length="32"/>
<attribute name="BORROWID" label="借阅单流水号" type="STRING" length="32"/>
<attribute name="IS_INIT" label="是否初始化过" type="STRING" length="10"/>
<attribute name="LIBCOPIES" label="份数" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_doclibrary_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_DOCRELATIVE_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="32"/>
<attribute name="PROJ_ID" label="项目ID" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="plan_list" label="期次" type="STRING" length="32"/>
<attribute name="plan_number" label="方案编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户ID" type="STRING" length="32"/>
<attribute name="FLOW_UNID" label="流程号" type="STRING" length="32"/>
<attribute name="TEMPLATE_ID" label="生成合同ID" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_docrelative_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_DISTRIBUTOR_TO_CAR" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_ID" label="经销商id" type="STRING" length="100"/>
<attribute name="CARBRANDSERIES_ID" label="车型id" type="STRING" length="100"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="64"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="64"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="64"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="64"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="64"/>
<attribute name="ATTRIBUTE1" label="ATTRIBUTE1" type="STRING" length="64"/>
<attribute name="ATTRIBUTE2" label="ATTRIBUTE2" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_distributor_to_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_PORTAL_TO_CAR" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="100"/>
<attribute name="ORGID" label="ORGID" type="STRING" length="100"/>
<attribute name="CARBRANDSERIES_ID" label="CARBRANDSERIES_ID" type="STRING" length="100"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="64"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="64"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="64"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="64"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="64"/>
<attribute name="ATTRIBUTE1" label="ATTRIBUTE1" type="STRING" length="64"/>
<attribute name="ATTRIBUTE2" label="ATTRIBUTE2" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_portal_to_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LM_DISTRIBUTOR_TO_PRODUCT" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_ID" label="DISTRIBUTOR_ID" type="STRING" length="100"/>
<attribute name="PRODUCT_ID" label="PRODUCT_ID" type="STRING" length="100"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="64"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="64"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="64"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="64"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="64"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="64"/>
<attribute name="ATTRIBUTE1" label="ATTRIBUTE1" type="STRING" length="64"/>
<attribute name="ATTRIBUTE2" label="ATTRIBUTE2" type="STRING" length="64"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_distributor_to_product" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_GROUP_COMPANY" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="group_no" label="集团编号" type="STRING" length="32"/>
<attribute name="group_name" label="集团名称" type="STRING" length="200"/>
<attribute name="memo" label="备注" type="STRING" length="20000"/>
<attribute name="status" label="状态" type="STRING" length="10"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记日期" type="STRING" length="20"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updatetime" label="更新日期" type="STRING" length="20"/>
<attribute name="productid" label="产品id" type="STRING" length="32"/>
<attribute name="tyle" label="类型" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="distributor_group_company" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="DISTRIBUTOR_GROUP_RELATION" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="序列号" type="STRING" length="32"/>
<attribute name="distributor_id" label="经销商编号" type="STRING" length="200"/>
<attribute name="memo" label="备注" type="STRING" length="20000"/>
<attribute name="status" label="状态" type="STRING" length="32"/>
<attribute name="group_id" label="集团编号" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="distributor_group_relation" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_COMPANY" label="法人基本信息" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="40"/>
<attribute name="status" label="状态" type="STRING" length="20"/>
<attribute name="custstatus" label="客户状态" type="STRING" length="32"/>
<attribute name="custtype" label="客户类别" type="STRING" length="32"/>
<attribute name="enterprisename" label="客户名称" type="STRING" length="200"/>
<attribute name="englishname" label="客户英文名" type="STRING" length="80"/>
<attribute name="custsource" label="客户来源" type="STRING" length="32"/>
<attribute name="custkind" label="内部行业" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="20"/>
<attribute name="certid" label="证件号" type="STRING" length="40"/>
<attribute name="countrycode" label="国家" type="STRING" length="18"/>
<attribute name="provincecode" label="省份" type="STRING" length="18"/>
<attribute name="citycode" label="城市" type="STRING" length="18"/>
<attribute name="districtcode" label="区县" type="STRING" length="80"/>
<attribute name="loancardno" label="贷款卡号" type="STRING" length="32"/>
<attribute name="loancardpassword" label="贷款卡密码" type="STRING" length="32"/>
<attribute name="countrytaxno" label="税务登记证号(国税)" type="STRING" length="32"/>
<attribute name="localtaxno" label="税务登记证号(地税)" type="STRING" length="32"/>
<attribute name="supercorpname" label="上级公司名称" type="STRING" length="80"/>
<attribute name="supercertid" label="上级公司组织机构代码" type="STRING" length="32"/>
<attribute name="economytype" label="经济类型" type="STRING" length="18"/>
<attribute name="scope" label="规模" type="STRING" length="18"/>
<attribute name="orgnature" label="机构类型" type="STRING" length="18"/>
<attribute name="orgnaturecategory" label="机构类别细分" type="STRING" length="18"/>
<attribute name="industrytype" label="行业分类" type="STRING" length="18"/>
<attribute name="rccurrency" label="注册资本币种" type="STRING" length="18"/>
<attribute name="registercapital" label="注册资本" type="DOUBLE" length="24" scale="6"/>
<attribute name="pccurrency" label="实收资本币种" type="STRING" length="18"/>
<attribute name="paiclupcapital" label="实收资本" type="DOUBLE" length="24" scale="6"/>
<attribute name="licensematurity" label="营业执照到期日" type="STRING" length="10"/>
<attribute name="operationperiod" label="营业期限(年)" type="STRING" length="10"/>
<attribute name="emailadd" label="公司E-Mail" type="STRING" length="80"/>
<attribute name="webadd" label="公司网址" type="STRING" length="80"/>
<attribute name="listingcorpornot" label="上市公司类型" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人员" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="hasieright" label="有无进出口经营权" type="STRING" length="18"/>
<attribute name="financebelong" label="财务报表类型" type="STRING" length="18"/>
<attribute name="workfieldarea" label="经营场地面积" type="STRING" length="30"/>
<attribute name="employeenumber" label="职工人数" type="STRING" length="30"/>
<attribute name="workfieldfee" label="经营场地所有权" type="STRING" length="18"/>
<attribute name="mostbusiness" label="经营范围" type="STRING" length="1000"/>
<attribute name="manageinfo" label="合法经营情况" type="STRING" length="1000"/>
<attribute name="customerhistory" label="历史沿革、管理水平" type="STRING" length="1000"/>
<attribute name="mainproduction" label="主要产品情况" type="STRING" length="1000"/>
<attribute name="remark" label="备注" type="STRING" length="20000"/>
<attribute name="establish_date" label="成立日期" type="STRING" length="100"/>
<attribute name="fax" label="传真" type="STRING" length="32"/>
<attribute name="company_name" label="申请企业名称" type="STRING" length="100"/>
<attribute name="reg_address" label="注册地址" type="STRING" length="100"/>
<attribute name="operat_address" label="实际经营地址" type="STRING" length="100"/>
<attribute name="tel" label="法定代表人联系方式" type="STRING" length="100"/>
<attribute name="wealth_name" label="财务负责人姓名" type="STRING" length="100"/>
<attribute name="wealth_tel" label="财务负责人联系方式" type="STRING" length="100"/>
<attribute name="company_tel" label="公司固定电话" type="STRING" length="100"/>
<attribute name="business_income" label="企业年主营业务收入" type="STRING" length="100"/>
<attribute name="unit_properties" label="单位性质" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_company" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_COMPANY_TEMP" label="法人基本信息临时" keyAttributes="id">
<attributes>
<attribute name="flowunid" label="流程id" type="STRING" length="32"/>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="40"/>
<attribute name="status" label="状态" type="STRING" length="20"/>
<attribute name="custstatus" label="客户状态" type="STRING" length="32"/>
<attribute name="custtype" label="客户类别" type="STRING" length="32"/>
<attribute name="enterprisename" label="客户名称" type="STRING" length="200"/>
<attribute name="englishname" label="客户英文名" type="STRING" length="80"/>
<attribute name="custsource" label="客户来源" type="STRING" length="32"/>
<attribute name="custkind" label="内部行业" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="20"/>
<attribute name="certid" label="证件号" type="STRING" length="40"/>
<attribute name="countrycode" label="国家" type="STRING" length="18"/>
<attribute name="provincecode" label="省份" type="STRING" length="18"/>
<attribute name="citycode" label="城市" type="STRING" length="18"/>
<attribute name="districtcode" label="区县" type="STRING" length="80"/>
<attribute name="loancardno" label="贷款卡号" type="STRING" length="32"/>
<attribute name="loancardpassword" label="贷款卡密码" type="STRING" length="32"/>
<attribute name="countrytaxno" label="税务登记证号(国税)" type="STRING" length="32"/>
<attribute name="localtaxno" label="税务登记证号(地税)" type="STRING" length="32"/>
<attribute name="supercorpname" label="上级公司名称" type="STRING" length="80"/>
<attribute name="supercertid" label="上级公司组织机构代码" type="STRING" length="32"/>
<attribute name="economytype" label="经济类型" type="STRING" length="18"/>
<attribute name="scope" label="规模" type="STRING" length="18"/>
<attribute name="orgnature" label="机构类型" type="STRING" length="18"/>
<attribute name="orgnaturecategory" label="机构类别细分" type="STRING" length="18"/>
<attribute name="industrytype" label="行业分类" type="STRING" length="18"/>
<attribute name="rccurrency" label="注册资本币种" type="STRING" length="18"/>
<attribute name="registercapital" label="注册资本" type="DOUBLE" length="24" scale="6"/>
<attribute name="pccurrency" label="实收资本币种" type="STRING" length="18"/>
<attribute name="paiclupcapital" label="实收资本" type="DOUBLE" length="24" scale="6"/>
<attribute name="licensematurity" label="营业执照到期日" type="STRING" length="10"/>
<attribute name="operationperiod" label="营业期限(年)" type="STRING" length="10"/>
<attribute name="emailadd" label="公司E-Mail" type="STRING" length="80"/>
<attribute name="webadd" label="公司网址" type="STRING" length="80"/>
<attribute name="listingcorpornot" label="上市公司类型" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记机构" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新机构" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人员" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="hasieright" label="有无进出口经营权" type="STRING" length="18"/>
<attribute name="financebelong" label="财务报表类型" type="STRING" length="18"/>
<attribute name="workfieldarea" label="经营场地面积" type="STRING" length="30"/>
<attribute name="employeenumber" label="职工人数" type="STRING" length="30"/>
<attribute name="workfieldfee" label="经营场地所有权" type="STRING" length="18"/>
<attribute name="mostbusiness" label="经营范围" type="STRING" length="1000"/>
<attribute name="manageinfo" label="合法经营情况" type="STRING" length="1000"/>
<attribute name="customerhistory" label="历史沿革、管理水平" type="STRING" length="1000"/>
<attribute name="mainproduction" label="主要产品情况" type="STRING" length="1000"/>
<attribute name="remark" label="备注" type="STRING" length="20000"/>
<attribute name="establish_date" label="成立日期" type="STRING" length="100"/>
<attribute name="fax" label="传真" type="STRING" length="32"/>
<attribute name="company_name" label="申请企业名称" type="STRING" length="100"/>
<attribute name="reg_address" label="注册地址" type="STRING" length="100"/>
<attribute name="operat_address" label="实际经营地址" type="STRING" length="100"/>
<attribute name="tel" label="法定代表人联系方式" type="STRING" length="100"/>
<attribute name="wealth_name" label="财务负责人姓名" type="STRING" length="100"/>
<attribute name="wealth_tel" label="财务负责人联系方式" type="STRING" length="100"/>
<attribute name="company_tel" label="公司固定电话" type="STRING" length="100"/>
<attribute name="business_income" label="企业年主营业务收入" type="STRING" length="100"/>
<attribute name="unit_properties" label="单位性质" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_company_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PERSON_HIS" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="40"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="40"/>
<attribute name="STATUS" label="状态" type="STRING" length="20"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="80"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="18"/>
<attribute name="province" label="省份" type="STRING" length="18"/>
<attribute name="city" label="城市" type="STRING" length="18"/>
<attribute name="county" label="区县" type="STRING" length="18"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="18"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="200"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="18"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="18"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="18"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="80"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="200"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="18"/>
<attribute name="title" label="职称" type="STRING" length="18"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="200"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="200"/>
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING" length="18"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="18"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="10"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="18"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="10"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="200"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="200"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="家庭月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="200"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="10"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="18"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="18"/>
<attribute name="draft" label="是否草稿" type="STRING" length="18"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="500"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="200"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="10"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="200"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="10"/>
<attribute name="HEADSHIP" label="职务" type="STRING" length="18"/>
<attribute name="WORKBEGINDATE" label="本单位工作起始日" type="STRING" length="10"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="200"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="18"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="18"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="200"/>
<attribute name="COUNTRYNAME" label="国家" type="STRING" length="200"/>
<attribute name="PROVINCENAME" label="省份" type="STRING" length="200"/>
<attribute name="CITYNAME" label="城市" type="STRING" length="200"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="childrens_number" label="子女人数" type="STRING" length="32"/>
<attribute name="family_address" label="居住地址" type="STRING" length="200"/>
<attribute name="telephone" label="固定电话" type="STRING" length="32"/>
<attribute name="living_life" label="居住年限" type="STRING" length="32"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING" length="200"/>
<attribute name="Property_type" label="房产类型" type="STRING" length="32"/>
<attribute name="Unit_nature" label="单位性质" type="STRING" length="32"/>
<attribute name="before_unit_name" label="前工作单位名称" type="STRING" length="60"/>
<attribute name="main_income" label="主要收入" type="STRING" length="32"/>
<attribute name="other_income" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="Partner_" label="作为共同申请人-配偶" type="STRING" length="32"/>
<attribute name="spouse_name" label="配偶姓名-配偶" type="STRING" length="32"/>
<attribute name="spouse_hukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="sIdentNumber" label="证件号码-配偶" type="STRING" length="64"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="spnumber" label="手机号——配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
<attribute name="e_mail" label="电子邮箱" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_person_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_PERSON_HIS" label="客户信息历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="40"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="40"/>
<attribute name="STATUS" label="状态" type="STRING" length="20"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="80"/>
<attribute name="SEX" label="性别" type="STRING" length="18"/>
<attribute name="BIRTHDAY" label="出生日期" type="STRING" length="10"/>
<attribute name="CERTTYPE" label="证件类型" type="STRING" length="18"/>
<attribute name="CERTID" label="证件号码" type="STRING" length="32"/>
<attribute name="SINO" label="社会保险号" type="STRING" length="32"/>
<attribute name="COUNTRY" label="国家" type="STRING" length="18"/>
<attribute name="province" label="省份" type="STRING" length="18"/>
<attribute name="city" label="城市" type="STRING" length="18"/>
<attribute name="county" label="区县" type="STRING" length="18"/>
<attribute name="NATIONALITY" label="民族" type="STRING" length="18"/>
<attribute name="NATIVEPLACE" label="户籍地址" type="STRING" length="200"/>
<attribute name="POLITICALFACE" label="政治面貌" type="STRING" length="18"/>
<attribute name="MARRIAGE" label="婚姻状况" type="STRING" length="18"/>
<attribute name="UNITKIND" label="单位所属行业" type="STRING" length="18"/>
<attribute name="WORKCORP" label="单位名称" type="STRING" length="80"/>
<attribute name="WORKADD" label="单位地址" type="STRING" length="200"/>
<attribute name="WORKTEL" label="单位电话" type="STRING" length="32"/>
<attribute name="OCCUPATION" label="职业" type="STRING" length="18"/>
<attribute name="title" label="职称" type="STRING" length="18"/>
<attribute name="EMPLOYRECORD" label="工作履历" type="STRING" length="200"/>
<attribute name="EDURECORD" label="毕业学校(取得最高学历)" type="STRING" length="200"/>
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING" length="18"/>
<attribute name="EDUDEGREE" label="最高学位" type="STRING" length="18"/>
<attribute name="GRADUATEYEAR" label="毕业年份" type="STRING" length="10"/>
<attribute name="CREDITLEVEL" label="信用等级" type="STRING" length="18"/>
<attribute name="EVALUATEDATE" label="评估日期" type="STRING" length="10"/>
<attribute name="BALANCESHEET" label="待扩展字段" type="STRING" length="200"/>
<attribute name="INTRO" label="个人情况简介" type="STRING" length="200"/>
<attribute name="SELFMONTHINCOME" label="个人月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="FAMILYMONTHINCOME" label="家庭月收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="INCOMESOURCE" label="收入来源" type="STRING" length="200"/>
<attribute name="POPULATION" label="家庭人口数" type="INT" length="10"/>
<attribute name="LOANCARDNO" label="贷款卡号" type="STRING" length="32"/>
<attribute name="LOANCARDINSYEAR" label="贷款卡最新年审年份" type="STRING" length="10"/>
<attribute name="FARMERSORT" label="农户分类" type="STRING" length="18"/>
<attribute name="REGIONALISM" label="所属行政区域" type="STRING" length="18"/>
<attribute name="draft" label="是否草稿" type="STRING" length="18"/>
<attribute name="INPUTORGID" label="登记单位" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="REMARK" label="备注" type="STRING" length="500"/>
<attribute name="UPDATEORGID" label="更新机构编号" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新用户编号" type="STRING" length="32"/>
<attribute name="COMMADD" label="通讯地址" type="STRING" length="200"/>
<attribute name="COMMZIP" label="通讯地址邮编" type="STRING" length="10"/>
<attribute name="NATIVEADD" label="户籍地址" type="STRING" length="200"/>
<attribute name="WORKZIP" label="单位地址邮编" type="STRING" length="10"/>
<attribute name="HEADSHIP" label="职务" type="STRING" length="18"/>
<attribute name="WORKBEGINDATE" label="本单位工作起始日" type="STRING" length="10"/>
<attribute name="YEARINCOME" label="个人年收入" type="DOUBLE" length="24" scale="6"/>
<attribute name="PAYACCOUNT" label="工资帐号" type="STRING" length="32"/>
<attribute name="PAYACCOUNTBANK" label="工资帐号开户银行" type="STRING" length="200"/>
<attribute name="FAMILYSTATUS" label="居住状况" type="STRING" length="18"/>
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING" length="18"/>
<attribute name="CUSTSOURCE" label="客户来源" type="STRING" length="32"/>
<attribute name="CUSTKIND" label="内部行业" type="STRING" length="32"/>
<attribute name="invalid" label="是否废弃" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="DRIVERLICENSE" label="驾驶证" type="STRING" length="32"/>
<attribute name="LICENSENAME" label="驾驶证姓名" type="STRING" length="200"/>
<attribute name="COUNTRYNAME" label="国家" type="STRING" length="200"/>
<attribute name="PROVINCENAME" label="省份" type="STRING" length="200"/>
<attribute name="CITYNAME" label="城市" type="STRING" length="200"/>
<attribute name="EMERGENCY_CONTACT_PERSON" label="紧急联系人" type="STRING" length="32"/>
<attribute name="EMERGENCY_CONTACT_TEL" label="紧急联系电话" type="STRING" length="32"/>
<attribute name="mobile" label="手机号" type="STRING" length="32"/>
<attribute name="ENTRYTIME" label="入职时间" type="STRING" length="32"/>
<attribute name="FORMALEMP" label="正式员工" type="STRING" length="32"/>
<attribute name="childrens_number" label="子女人数" type="STRING" length="32"/>
<attribute name="family_address" label="居住地址" type="STRING" length="200"/>
<attribute name="telephone" label="固定电话" type="STRING" length="32"/>
<attribute name="living_life" label="居住年限" type="STRING" length="32"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING" length="200"/>
<attribute name="Property_type" label="房产类型" type="STRING" length="32"/>
<attribute name="Unit_nature" label="单位性质" type="STRING" length="32"/>
<attribute name="before_unit_name" label="前工作单位名称" type="STRING" length="60"/>
<attribute name="main_income" label="主要收入" type="STRING" length="32"/>
<attribute name="other_income" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="Partner_" label="作为共同申请人-配偶" type="STRING" length="32"/>
<attribute name="spouse_name" label="配偶姓名-配偶" type="STRING" length="32"/>
<attribute name="spouse_hukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="sIdentNumber" label="证件号码-配偶" type="STRING" length="64"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="spnumber" label="手机号——配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_person_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CAR_CREDIT_RISKITEM_TEMP" label="个人风险详情表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="100"/>
<attribute name="entryid" label="进件id" type="STRING" length="100"/>
<attribute name="score" label="风险分数" type="STRING" length="100"/>
<attribute name="risk_name" label="风险名称" type="STRING" length="100"/>
<attribute name="risk_detail" label="风险详情" type="STRING" length="5000"/>
<attribute name="certid" label="身份证号码" type="STRING" length="100"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_car_credit_riskitem_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_FAMILY" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
<attribute name="name" label="姓名" type="STRING" length="32"/>
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
<attribute name="status" label="是否有效" type="STRING" length="32"/>
<attribute name="remark" label="备注" type="STRING" length="200"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="Spouse_" label="是否配偶" type="STRING" length="32"/>
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_family" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_FAMILY_HIS" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
<attribute name="name" label="姓名" type="STRING" length="32"/>
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
<attribute name="status" label="是否有效" type="STRING" length="32"/>
<attribute name="remark" label="备注" type="STRING" length="200"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="Spouse_" label="是否配偶" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_family_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_FAMILY_TEMP" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
<attribute name="name" label="姓名" type="STRING" length="32"/>
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
<attribute name="status" label="是否有效" type="STRING" length="32"/>
<attribute name="remark" label="备注" type="STRING" length="200"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
<attribute name="Spouse_" label="是否配偶" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
<attribute name="contract_id" label="合同编号" type="STRING" length="32"/>
<attribute name="project_id" label="项目编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_family_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LB_CAR_CREDIT_INVESTIGATION" label="贷前征信相关人员信息表" keyAttributes="">
<attributes>
<attribute name="fullName" label="姓名" type="STRING"/>
<attribute name="phoneNumber" label="手机号" type="STRING"/>
<attribute name="certId" label="身份证号码" type="STRING"/>
<attribute name="relation" label="身份" type="STRING"/>
<attribute name="flowunid" label="流程编号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lb_car_credit_investigation" />
</managerProperties>
</manager>
</class>
<class name="LM_GRADE_CLASSIFICATION" label="五级分类配置" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="overdue_loan_max" label="贷款逾期天数-最小(含)" type="STRING" length="32"/>
<attribute name="overdue_loan_min" label="贷款逾期天数-最大(含)" type="STRING" length="32"/>
<attribute name="loan_result" label="贷款五级分类结果" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lm_grade_classification" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_TEST" label="定时任务处理器" keyAttributes="id">
<attributes>
<attribute name="id" label="标识id" type="STRING" length="100"/>
<attribute name="name" label="姓名" type="STRING" length="50"/>
<attribute name="age" label="年龄" type="STRING" length="10"/>
<attribute name="InputUserID" label="登记人" type="STRING" length="50"/>
<attribute name="InputOrgID" label="登记部门" type="STRING" length="50"/>
<attribute name="InputTime" label="登记时间" type="STRING" length="50"/>
<attribute name="UpdateUserID" label="更新人" type="STRING" length="50"/>
<attribute name="UpdateOrgID" label="更新部门" type="STRING" length="50"/>
<attribute name="UpdateTime" label="更新时间" type="STRING" length="50"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_test" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LB_IDENTITY_CHECK" label="身份校验视图表" keyAttributes="">
<attributes>
<attribute name="fullName" label="姓名" type="STRING"/>
<attribute name="certId" label="身份证编号" type="STRING"/>
<attribute name="relation" label="身份" type="STRING"/>
<attribute name="flowunid" label="流程编号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lb_identity_check" />
</managerProperties>
</manager>
</class>
<class name="LB_CAR_CREDIT_PERSONAL_INFO_TEMP" label="个人风险信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="ENTRYID" label="进件ID" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="100"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="100"/>
<attribute name="MOBILE" label="手机号" type="STRING" length="100"/>
<attribute name="CERTID" label="身份证号码" type="STRING" length="100"/>
<attribute name="RELATION" label="身份" type="STRING" length="100"/>
<attribute name="FINAL_SCORE" label="最终分数" type="STRING" length="100"/>
<attribute name="FINAL_DECISION" label="最终决策结果" type="STRING" length="100"/>
<attribute name="PHONELOCATION" label="手机号归属地" type="STRING" length="100"/>
<attribute name="CERTLOCATION" label="身份证归属地" type="STRING" length="100"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_car_credit_personal_info_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CARDATA_COMMERCIAL_BRAND" label="商用车品牌表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="brand_id" label="品牌ID" type="STRING" length="100"/>
<attribute name="brand_name" label="品牌名称" type="STRING" length="100"/>
<attribute name="brand_initial" label="品牌首字母" type="STRING" length="100"/>
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_cardata_commercial_brand" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CARDATA_COMMERCIAL_MODEL" label="商用车车型表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="model_id" label="车型编号" type="STRING" length="100"/>
<attribute name="model_name" label="车型名称" type="STRING" length="100"/>
<attribute name="series_id" label="车系编号" type="STRING" length="100"/>
<attribute name="series_name" label="车系名称" type="STRING" length="100"/>
<attribute name="brand_id" label="品牌编号" type="STRING" length="100"/>
<attribute name="brand_name" label="品牌名称" type="STRING" length="100"/>
<attribute name="price" label="新车指导价" type="STRING" length="100"/>
<attribute name="liter" label="排量" type="STRING" length="100"/>
<attribute name="vehicle_type" label="车辆类型" type="STRING" length="100"/>
<attribute name="level" label="级别" type="STRING" length="100"/>
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_cardata_commercial_model" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CARDATA_COMMERCIAL_SERIES" label="商用车车系表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="series_id" label="车系编号" type="STRING" length="100"/>
<attribute name="series_name" label="车系名称" type="STRING" length="100"/>
<attribute name="brand_id" label="品牌编号" type="STRING" length="100"/>
<attribute name="brand_name" label="品牌名称" type="STRING" length="100"/>
<attribute name="car_type" label="车辆类型" type="STRING" length="100"/>
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="100"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="100"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="100"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="100"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="100"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_cardata_commercial_series" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CARDATA_COMMERCIAL_VERSION" label="商用车版本表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="initialversion" label="初始版本号" type="STRING" length="100"/>
<attribute name="currentversion" label="当前版本号" type="STRING" length="100"/>
<attribute name="series_version_time" label="车系版本更新时间" type="STRING" length="100"/>
<attribute name="brand_version_time" label="品牌版本更新时间" type="STRING" length="100"/>
<attribute name="model_version_time" label="车型版本更新时间" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_cardata_commercial_version" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_CAR_DATA" label="车型库" keyAttributes="车型库">
<attributes>
<attribute name="id" label="标识id" type="STRING"/>
<attribute name="brandid" label="品牌id" type="STRING"/>
<attribute name="brandname" label="品牌名称" type="STRING"/>
<attribute name="seriesid" label="系列id" type="STRING"/>
<attribute name="seriesname" label="系列名称" type="STRING"/>
<attribute name="modelid" label="车型标识" type="STRING"/>
<attribute name="modelname" label="车型名称" type="STRING"/>
<attribute name="price" label="指导价" type="STRING"/>
<attribute name="liter" label="排量" type="STRING"/>
<attribute name="geartype" label="变速箱" type="STRING"/>
<attribute name="cartype" label="车辆类型" type="STRING"/>
<attribute name="modelyear" label="年款" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_car_data" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>