2019-12-20 19:21:55 +08:00

4917 lines
234 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.app" label="应用相关配置">
<class name="AWE_DO_LIBRARY" label="" keyAttributes="dono">
<attributes>
<attribute name="dono" label="模板号" type="String" length="400" />
<attribute name="colindex" label="字段索引" type="String"
length="400" />
<attribute name="sortno" label="字段排序" type="String"
length="400" />
<attribute name="isinuse" label="是否废弃" type="String"
length="400" />
<attribute name="coltablename" label="数据表名" type="String"
length="400" />
<attribute name="colactualname" label="数据库源名" type="String"
length="400" />
<attribute name="colname" label="使用名称" type="String"
length="400" />
<attribute name="coltype" label="值类型" type="String"
length="400" />
<attribute name="coldefaultvalue" label="缺省值" type="String"
length="400" />
<attribute name="colheader" label="内置按钮事件" type="String"
length="400" />
<attribute name="colunit" label="中文名称" type="String"
length="400" />
<attribute name="colcolumntype" label="是否汇总" type="String"
length="400" />
<attribute name="coleditstyle" label="编辑形式" type="String"
length="400" />
<attribute name="colcheckformat" label="校验样式" type="String"
length="400" />
<attribute name="colalign" label="对齐方式" type="String"
length="400" />
<attribute name="coleditsourcetype" label="显示来源类型" type="String"
length="400" />
<attribute name="coleditsource" label="显示来源" type="String"
length="400" />
<attribute name="colhtmlstyle" label="HTML显示格式" type="String"
length="400" />
<attribute name="collimit" label="长度限制" type="String"
length="400" />
<attribute name="colvisible" label="是否可见" type="String"
length="400" />
<attribute name="colreadonly" label="是否只读" type="String"
length="400" />
<attribute name="colrequired" label="是否必须" type="String"
length="400" />
<attribute name="colsortable" label="是否排序" type="String"
length="400" />
<attribute name="isfilter" label="是否查询" type="String"
length="400" />
<attribute name="colspan" label="跨几栏" type="String"
length="400" />
<attribute name="isautocomplete" label="自动输入提示" type="String"
length="400" />
<attribute name="groupid" label="组编号" type="String"
length="400" />
<attribute name="colfilterrefid" label="实际的关联字段" type="String"
length="400" />
<attribute name="inputuser" label="登记人" type="String"
length="400" />
<attribute name="inputtime" label="登记时间" type="String"
length="400" />
<attribute name="updateuser" label="更新人" type="String"
length="400" />
<attribute name="updatetime" label="更新时间" type="String"
length="400" />
<attribute name="isaudit" label="" type="String" length="400" />
<attribute name="colfilterattrs" label="关联内容选择" type="String"
length="400" />
<attribute name="isupdate" label="是否更新" type="String"
length="400" />
<attribute name="parentcolindex" label="父序号" type="String"
length="400" />
<attribute name="tips" label="提示" type="String" length="400" />
<attribute name="colinnerbtevent" label="内置按钮事件" type="String"
length="400" />
<attribute name="colfilteroptions" label="过滤设置" type="String"
length="400" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="awe_do_library" />
</managerProperties>
</manager>
</class>
<class name="APP_CONF" label="app配置" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="CONF_CODE" label="配置标识号" type="STRING"
length="100" />
<attribute name="CONF_DESC" label="配置描述" type="STRING"
length="4000" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_CONF" />
</managerProperties>
</manager>
</class>
<class name="APP_CONF_FUNCTIONAL" label="app功能" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="APP_CONF_ID" label="app配置id" type="STRING"
length="100" />
<attribute name="FUNCTIONAL_CODE" label="功能标识号" type="STRING"
length="100" />
<attribute name="FUNCTIONAL_DESC" label="功能描述" type="STRING"
length="4000" />
<attribute name="FUNCTIONAL_TYPE" label="功能类型" type="STRING"
length="20" />
<attribute name="FUNCTIONAL_VALUE" label="内容" type="STRING"
length="4000" />
<attribute name="ENABLE_EDIT" label="可编辑" type="STRING"
length="10" />
<attribute name="ENABLE_DISPLAY" label="可显示" type="STRING"
length="10" />
<attribute name="ENABLE_ACTION" label="可调用接口" type="STRING"
length="10" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_CONF_FUNCTIONAL" />
</managerProperties>
</manager>
</class>
<class name="APP_CONF_FUNCTIONAL_FILE" label="APP功能文件"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="APP_CONF_FUNCTIONAL_ID" label="app功能id"
type="STRING" length="100" />
<attribute name="FILE_NAME" label="文件名" type="STRING"
length="300" />
<attribute name="FILE_PATH" label="文件路径" type="STRING"
length="4000" />
<attribute name="FILE_SIZE" label="文件大小" type="STRING"
length="20" />
</attributes>
</class>
<class name="APP_CONF_FUNCTIONAL_INTERFACE" label="app功能接口"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="APP_CONF_FUNCTIONAL_ID" label="app功能id"
type="STRING" length="100" />
<attribute name="FUNCTIONAL_INTERFACE" label="功能接口" type="STRING"
length="4000" />
<attribute name="FUNCTIONAL_INTERFACE_TYPE" label="接口类型"
type="STRING" length="20" />
<attribute name="ENABLE_PARAM" label="带参数否" type="STRING"
length="20" />
</attributes>
</class>
<class name="APP_CONF_FUNCTIONAL_INTERFACE_PARAM" label="功能接口参数"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="INTERFACE_ID" label="接口ID" type="STRING"
length="100" />
<attribute name="PARAM_NAME" label="参数名" type="STRING"
length="400" />
<attribute name="PARAM_TYPE" label="参数类型" type="STRING"
length="20" />
</attributes>
</class>
<class name="APP_PUSH_CONFIG" label="app推送配置模板" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="IS_PUSH" label="是否开启推送功能" type="STRING"
length="100" />
<attribute name="APP_SECRET_KEY_ANDROID" label="安卓手机推送秘钥"
type="STRING" length="4000" />
<attribute name="APP_SECRET_KEY_IOS" label="IOS手机推送秘钥"
type="STRING" length="4000" />
<attribute name="MY_PACKAGE_NAME" label="安卓应用程序包名" type="STRING"
length="4000" />
</attributes>
</class>
<class name="APP_PUSH_MESSAGE" label="app推送模板" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="100" />
<attribute name="USERID" label="用户编号" type="STRING"
length="100" />
<attribute name="title" label="消息标题" type="STRING" length="4000" />
<attribute name="MESSAGE_CONTENT" label="信息内容" type="STRING"
length="4000" />
<attribute name="PUSH_TYPE" label="推送状态" type="STRING"
length="1" />
<attribute name="PUSH_RESULT" label="推送结果" type="STRING"
length="4000" />
<attribute name="PUSH_TS" label="推送时间" type="STRING"
length="100" />
<attribute name="RECORD_TS" label="记录时间" type="STRING"
length="100" />
</attributes>
</class>
<class name="APP_DO_CATALOG" label="模板" keyAttributes="DONAME">
<attributes>
<attribute name="DONAME" label="模板CODE" type="STRING"
length="100" />
</attributes>
</class>
<class name="role_flow" label="app手机角色流程" keyAttributes="roleid">
<attributes>
<attribute name="roleid" label="角色名称" type="STRING"
length="32" />
<attribute name="flowname" label="流程名称" type="STRING"
length="2000" />
</attributes>
</class>
<class name="APP_FLOW_SHOW" label="app手机显示流程" keyAttributes="ID">
<attributes>
<attribute name="ID" label="编号" type="STRING" length="96" />
<attribute name="FLOW_NO" label="流程编号" type="STRING"
length="4000" />
<attribute name="FLOW_NAME" label="流程名称" type="STRING"
length="4000" />
<attribute name="APP_FLOW_NAME" label="APP流程显示名" type="STRING"
length="2000" />
<attribute name="FILE_NAME" label="图片名称" type="STRING"
length="300" />
<attribute name="FILE_PATH" label="图标相对路径" type="STRING"
length="4000" />
<attribute name="FILE_SIZE" label="图标大小" type="int"
length="20" />
<attribute name="POSITION" label="流程显示位置" type="int"
length="20" />
</attributes>
</class>
<class name="APP_VERSION" label="APP版本" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="32" />
<attribute name="VERSION_DESC" label="版本描述" type="STRING"
length="255" />
<attribute name="UP_DATE" label="上传时间" type="STRING"
length="20" />
<attribute name="IMAGE_PATH" label="下载路径" type="STRING"
length="512" />
<attribute name="IS_NEW" label="是否新版本" type="STRING"
length="10" />
<attribute name="PHONE_TYPE" label="手机类型" type="STRING"
length="10" />
<attribute name="CREATE_DATE" label="创造日期" type="STRING"
length="20" />
<attribute name="MODIFY_DATE" label="修改日期" type="STRING"
length="20" />
<attribute name="BASE_FILE_ID" label="基本文件id" type="STRING"
length="32" />
<attribute name="CREATOR" label="创造者" type="STRING"
length="32" />
<attribute name="MODIFICATOR" label="修改者" type="STRING"
length="32" />
<attribute name="VERSION_CODE" label="版本号" type="STRING"
length="255" />
<attribute name="VERSION_NAME" label="版本名" type="STRING"
length="255" />
<attribute name="MUST_UPDATE" label="是否强制更新" type="STRING"
length="10" />
<attribute name="FILE_NAME" label="文件名" type="STRING"
length="512" />
</attributes>
</class>
<class name="APP_BUSINESS_GROUP" label="App业务详情分组配置"
keyAttributes="GROUP_CODE">
<attributes>
<attribute name="GROUP_CODE" lable="分组描述" type="STRING"
length="300" />
<attribute name="GROUP_NAME" lable="分组名称" type="STRING"
length="300" />
<attribute name="FLOWNO" lable="流程号" type="STRING" length="2000" />
<attribute name="PHASENO" lable="节点号" type="STRING"
length="2000" />
<attribute name="ISLIST" lable="是否显示列表" type="STRING"
length="18" />
<attribute name="GROUP_POSITION" lable="分组位置" type="int"
length="20" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_BUSINESS_GROUP" />
</managerProperties>
</manager>
</class>
<class name="APP_BUSINESS_TEMPLATE" label="App业务详情数据配置"
keyAttributes="DATA_CODE">
<attributes>
<attribute name="GROUP_CODE" lable="分组号" type="STRING"
length="900" />
<attribute name="DONO" lable="library 绑定用-模板号" type="STRING" length="96" />
<attribute name="COLINDEX" lable="library 绑定用-字段号" type="STRING" length="54" />
<attribute name="SORTNO" lable="library 绑定用-字段号" type="STRING" length="54" />
<attribute name="COLNAME" lable="library 绑定用-使用名称" type="STRING" length="80" />
<attribute name="DATA_NAME" lable="数据名称" type="STRING"
length="900" />
<attribute name="DATA_CODE" lable="数据域名" type="STRING"
length="900" />
<attribute name="ISLIST" lable="列表页面显示" type="STRING"
length="54" />
<attribute name="ISSHOW" lable="详情页面显示" type="STRING"
length="54" />
<attribute name="DATA_POSITION" lable="数据位置" type="int"
length="20" />
<attribute name="ISCONVERT" lable="是否转换" type="STRING"
length="54" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="APP_BUSINESS_TEMPLATE" />
</managerProperties>
</manager>
</class>
<class name="PROJECT_RELATIVE" label="项目关联对象"
keyAttributes="OBJECTNO,OBJECTTYPE,PROJECTNO">
<attributes>
<attribute name="OBJECTNO" lable="对象编号" type="STRING"
length="40" />
<attribute name="OBJECTTYPE" lable="对象类型" type="STRING"
length="18" />
<attribute name="PROJECTNO" lable="项目编号" type="STRING"
length="40" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PROJECT_RELATIVE" />
</managerProperties>
</manager>
</class>
<class name="PROJECT_PROGRESS" label="项目进展情况" keyAttributes="SERIALNO">
<attributes>
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人" type="STRING"
length="32" />
<attribute name="INVESTEDSUM" lable="已投资金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="PROJECTNO" lable="项目编号" type="STRING"
length="40" />
<attribute name="PROJECTPLAN" lable="项目后期计划" type="STRING"
length="800" />
<attribute name="PROJECTSTATUS" lable="项目进展情况" type="STRING"
length="800" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
<attribute name="SERIALNO" lable="流水号" type="STRING"
length="32" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="UPTODATE" lable="调查日期" type="STRING"
length="10" />
<attribute name="USERID" lable="督查提起人" type="STRING"
length="32" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PROJECT_PROGRESS" />
</managerProperties>
</manager>
</class>
<class name="PROJECT_BUDGET" label="项目投资概算" keyAttributes="SERIALNO">
<attributes>
<attribute name="BENEFIT" lable="预计效益情况" type="STRING"
length="200" />
<attribute name="EXESCURRENCY" lable="币种" type="STRING"
length="18" />
<attribute name="EXESNAME" lable="费用名称" type="STRING"
length="80" />
<attribute name="EXESSUM1" lable="土地费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM10" lable="不可预见费" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM11" lable="涨价预备费" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM12" lable="其他费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM13" lable="费用金额13" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM14" lable="费用金额14" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM15" lable="总计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM16" lable="住宅销售均价" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM17" lable="住宅销售合计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM18" lable="商铺销售均价" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM19" lable="商铺销售合计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM2" lable="工程费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM20" lable="写字间销售均价" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM21" lable="写字间销售合计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM22" lable="车库销售均价" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM23" lable="车库销售合计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM24" lable="土地销售均价" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM25" lable="土地销售收入合计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM26" lable="其他收入" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM27" lable="合计" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM3" lable="设备费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM4" lable="固定资产投资方向调节税" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM5" lable="建设期利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM6" lable="流动资金" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM7" lable="其它费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM8" lable="销售费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESSUM9" lable="税费" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXESTYPE" lable="费用类型" type="STRING"
length="18" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构ID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人ID" type="STRING"
length="32" />
<attribute name="LOANTERM" lable="贷款回收期" type="DOUBLE"
length="24" />
<attribute name="PROJECTNO" lable="项目编号" type="STRING"
length="40" />
<attribute name="REDOUNDTERM" lable="投资回收期" type="DOUBLE"
length="24" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
<attribute name="SERIALNO" lable="流水号" type="STRING"
length="18" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PROJECT_BUDGET" />
</managerProperties>
</manager>
</class>
<class name="PROJECT_FUNDS" label="项目资金来源信息" keyAttributes="PROJECTNO,SERIALNO">
<attributes>
<attribute name="ACTUALDATE" lable="实际完成日期" type="STRING"
length="20" />
<attribute name="ACTUALRADIO" lable="到位比例" type="DOUBLE"
length="24" scale="6" />
<attribute name="ACTUALSUM" lable="已到位资金" type="DOUBLE"
length="24" scale="6" />
<attribute name="ATTENDPROJECTWAY" lable="参与项目合作方式" type="STRING"
length="18" />
<attribute name="CURRENCY" lable="币种" type="STRING"
length="18" />
<attribute name="FINANCINGTERM" lable="融资到期时间" type="STRING"
length="10" />
<attribute name="FUNDSOURCE" lable="资金来源方式" type="STRING"
length="18" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构ID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人ID" type="STRING"
length="32" />
<attribute name="INVESTORCODE" lable="出资人代码" type="STRING"
length="32" />
<attribute name="INVESTORNAME" lable="出资人名称" type="STRING"
length="80" />
<attribute name="INVESTRATIO" lable="投资占比" type="DOUBLE"
length="24" scale="6" />
<attribute name="INVESTSUM" lable="投资金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="LOCATIONOFINVESTOR" lable="出资人所在地区" type="STRING"
length="18" />
<attribute name="PROJECTNO" lable="项目编号" type="STRING"
length="40" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
<attribute name="RESPONDTYPE" lable="出资回收方式" type="STRING"
length="18" />
<attribute name="SERIALNO" lable="流水号" type="STRING"
length="32" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PROJECT_FUNDS" />
</managerProperties>
</manager>
</class>
<class name="PROJECT_INFO" label="项目基本信息" keyAttributes="PROJECTNO">
<attributes>
<attribute name="APPROVEORGID" lable="立项批复单位" type="STRING"
length="32" />
<attribute name="BEGINBUILDDATE" lable="开工日期" type="STRING"
length="10" />
<attribute name="BUILDAREA" lable="总建筑面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="CAPITALASSERTSCAST" lable="固定资产投资" type="DOUBLE"
length="24" scale="6" />
<attribute name="CAPITALSCALE" lable="项目资本金比例" type="DOUBLE"
length="24" scale="6" />
<attribute name="CARPORTAREA" lable="车库面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="CHIEFLYPRODUCT" lable="项目主要产品" type="STRING"
length="200" />
<attribute name="CODISTRIBUTE" lable="联建单位所分配房屋面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="COLONIZEPOWER" lable="新增能力" type="STRING"
length="200" />
<attribute name="CONSTRUCTPROPERTY" lable="建设性质" type="STRING"
length="18" />
<attribute name="CONSTRUCTTIMES" lable="总建设期数" type="STRING"
length="4" />
<attribute name="CONTRACTORINFO" lable="承建单位名称及资质" type="STRING"
length="200" />
<attribute name="COPARTNERID" lable="联建单位组织机构代码" type="STRING"
length="32" />
<attribute name="COPARTNERNAME" lable="联建单位名称" type="STRING"
length="80" />
<attribute name="DEVELOPMENTID" lable="发展商组织机构代码" type="STRING"
length="32" />
<attribute name="DEVELOPMENTNAME" lable="发展商名称" type="STRING"
length="80" />
<attribute name="DIMENSIONRADIO" lable="项目容积率" type="DOUBLE"
length="24" scale="6" />
<attribute name="EMPORIUMAREA" lable="商铺面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXPECTCOMPLETEDATE" lable="计划竣工日期" type="STRING"
length="10" />
<attribute name="EXPECTPRODUCTDATE" lable="竣工日期" type="STRING"
length="10" />
<attribute name="FUND" lable="铺底流动资金" type="DOUBLE"
length="24" scale="6" />
<attribute name="HOLDAREA" lable="占地面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="HOLDTYPE" lable="土地取得方式" type="STRING"
length="18" />
<attribute name="HOMEAREA" lable="自营面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="HOUSEAREA" lable="住宅面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="INDUSTRY" lable="项目所属行业" type="STRING"
length="18" />
<attribute name="INDUSTRYTYPE" lable="项目所属行业分类" type="STRING"
length="18" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人" type="STRING"
length="32" />
<attribute name="LICENCE1" lable="土地使用权证书" type="STRING"
length="32" />
<attribute name="LICENCE2" lable="建筑工程规划许可证" type="STRING"
length="32" />
<attribute name="LICENCE3" lable="建筑工程施工许可证" type="STRING"
length="32" />
<attribute name="LICENCE4" lable="建设用地规划许可证" type="STRING"
length="32" />
<attribute name="LICENCE5" lable="商品房预售许可证" type="STRING"
length="32" />
<attribute name="LICENCE6" lable="许可证6" type="STRING"
length="32" />
<attribute name="OTHERAREA" lable="其它面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="OTHERAREAFLAG" lable="是否异地项目" type="STRING"
length="18" />
<attribute name="OTHEREXAMINEINFO" lable="项目审批情况" type="STRING"
length="200" />
<attribute name="PLANTOTALCAST" lable="计划总投资" type="DOUBLE"
length="24" scale="6" />
<attribute name="PROJECTADD" lable="项目地址" type="STRING"
length="200" />
<attribute name="PROJECTCAPITAL" lable="项目资本金" type="DOUBLE"
length="24" scale="6" />
<attribute name="PROJECTID" lable="项目立项文号" type="STRING"
length="80" />
<attribute name="PROJECTINFO" lable="项目建设内容" type="STRING"
length="200" />
<attribute name="PROJECTINVESTMENT" lable="项目总投资" type="DOUBLE"
length="24" scale="6" />
<attribute name="PROJECTLEVEL" lable="项目级别" type="STRING"
length="18" />
<attribute name="PROJECTNAME" lable="项目名称" type="STRING"
length="80" />
<attribute name="PROJECTNO" lable="项目编号" type="STRING"
length="40" />
<attribute name="PROJECTREGIION" lable="项目所在行政区域" type="STRING"
length="18" />
<attribute name="PROJECTSUBTYPE" lable="项目子类型" type="STRING"
length="18" />
<attribute name="PROJECTTYPE" lable="项目类型" type="STRING"
length="18" />
<attribute name="REBUILDAREA" lable="还建面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
<attribute name="SCRIPTORIUMAREA" lable="写字间面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM1" lable="拆迁、补偿费" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM2" lable="土地配套费用" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM3" lable="土地直接出让成本投入" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM4" lable="目前周边土地价格" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM5" lable="土地开发项目预计销售价格" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM6" lable="目前土地储备中心现有土地估算价值" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM7" lable="土地开发项目我行贷款" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM8" lable="目前拥有土地面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM9" lable="目前拥有土地估计销售价值" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUPERVISORINFO" lable="监理单位名称及资质等级" type="STRING"
length="200" />
<attribute name="TERRATYPE" lable="土地目前类型" type="STRING"
length="18" />
<attribute name="TOTALLANDVALUE" lable="总地价" type="DOUBLE"
length="24" scale="6" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="USEINFO" lable="地价缴付(投入)情况" type="STRING"
length="200" />
<attribute name="VIRESCENCERADIO" lable="项目绿化率" type="DOUBLE"
length="24" scale="6" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="PROJECT_INFO" />
</managerProperties>
</manager>
</class>
<class name="BUSINESS_CONTRACT" label="业务合同信息" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING"
length="32" />
<attribute name="RELATIVESERIALNO" label="相关批准流水号" type="STRING"
length="32" />
<attribute name="ARTIFICIALNO" label="人工编号" type="STRING"
length="32" />
<attribute name="OCCURDATE" label="发生日期" type="DATE"
length="10" />
<attribute name="CUSTOMERID" label="客户编号" type="STRING"
length="32" />
<attribute name="CUSTOMERNAME" label="客户名称" type="STRING"
length="80" />
<attribute name="BUSINESSTYPE" label="业务品种" type="STRING"
length="18" />
<attribute name="OLDBUSINESSTYPE" label="老业务品种" type="STRING"
length="18" />
<attribute name="BUSINESSSUBTYPE" label="业务子类型" type="STRING"
length="18" />
<attribute name="OCCURTYPE" label="发生类型" type="STRING"
length="18" />
<attribute name="CREDITDIGEST" label="额度是否融通" type="STRING"
length="18" />
<attribute name="CREDITCYCLE" label="额度是否循环" type="STRING"
length="18" />
<attribute name="CREDITTYPE" label="额度品种" type="STRING"
length="18" />
<attribute name="CURRENYLIST" label="可融通币种表" type="STRING"
length="18" />
<attribute name="CURRENCYMODE" label="汇率计算模式" type="STRING"
length="18" />
<attribute name="BUSINESSTYPELIST" label="可混用品种表" type="STRING"
length="18" />
<attribute name="CALCULATEMODE" label="额度金额占用计算模式" type="STRING"
length="18" />
<attribute name="USEORGLIST" label="额度可使用机构范围" type="STRING"
length="18" />
<attribute name="FLOWREDUCEFLAG" label="额度是否简化审批流程" type="STRING"
length="18" />
<attribute name="CONTRACTFLAG" label="额度是否需要签署协议" type="STRING"
length="18" />
<attribute name="SUBCONTRACTFLAG" label="额度下业务是否需要签署合同"
type="STRING" length="18" />
<attribute name="SELFUSEFLAG" label="额度自用或他用" type="STRING"
length="18" />
<attribute name="CREDITINDEX" label="额度占用系数" type="DOUBLE"
length="10" scale="6" />
<attribute name="CREDITREDUCESUM" label="额度扣减金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="TOTALBALANCE" label="额度可用余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="LIMITATIONTERM" label="额度使用最迟日期" type="STRING"
length="10" />
<attribute name="USETERM" label="额度项下业务最迟到期日期" type="STRING"
length="10" />
<attribute name="GROUPLINEID" label="集团授信额度合同编号" type="STRING"
length="40" />
<attribute name="CREDITAGGREEMENT" label="使用授信协议号" type="STRING"
length="32" />
<attribute name="RELATIVEAGREEMENT" label="其他相关协议号" type="STRING"
length="32" />
<attribute name="LOANFLAG" label="(NEW)是否可以直接申请出帐" type="STRING"
length="18" />
<attribute name="TOTALSUM" label="银行融资总额" type="DOUBLE"
length="24" scale="6" />
<attribute name="OURROLE" label="我行参与角色" type="STRING"
length="18" />
<attribute name="REVERSIBILITY" label="有无追索权" type="STRING"
length="18" />
<attribute name="BILLNUM" label="票据数量(张)" type="INT"
length="20" />
<attribute name="HOUSETYPE" label="房产类型" type="STRING"
length="18" />
<attribute name="LCTERMTYPE" label="信用证期限类型" type="STRING"
length="18" />
<attribute name="RISKATTRIBUTE" label="风险类型" type="STRING"
length="18" />
<!-- SURETYPE用于进口信用证开立/国内信用证开立"运输单据种类"属性 -->
<!-- 用于托收项下出口押汇/汇款项下出口押汇"运单种类"属性 -->
<attribute name="SURETYPE" label="对外担保类型" type="STRING"
length="18" />
<attribute name="SAFEGUARDTYPE" label="保函类型" type="STRING"
length="18" />
<attribute name="CREDITBUSINESS" label="单项额度指定品种" type="STRING"
length="18" />
<attribute name="BUSINESSCURRENCY" label="币种" type="STRING"
length="18" />
<attribute name="BUSINESSSUM" label="金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BUSINESSPROP" label="贷款成数" type="DOUBLE"
length="10" scale="6" />
<attribute name="TERMYEAR" label="期限年" type="INT" length="20" />
<attribute name="TERMMONTH" label="期限月" type="INT" length="20" />
<attribute name="TERMDAY" label="期限日" type="INT" length="20" />
<attribute name="LGTERM" label="远期信用证付款期限" type="INT"
length="20" />
<attribute name="BASERATETYPE" label="基准利率类型" type="STRING"
length="18" />
<attribute name="BASERATE" label="基准利率" type="DOUBLE"
length="10" scale="6" />
<attribute name="RATEFLOATTYPE" label="浮动类型" type="STRING"
length="18" />
<attribute name="RATEFLOAT" label="利率浮动" type="DOUBLE"
length="10" scale="6" />
<attribute name="BUSINESSRATE" label="执行月利率" type="DOUBLE"
length="10" scale="6" />
<attribute name="EXECUTEYEARRATE" label="执行年利率" type="DOUBLE"
length="10" scale="6" />
<attribute name="ICTYPE" label="计息方式" type="STRING"
length="18" />
<attribute name="ICCYC" label="计息周期" type="STRING" length="18" />
<attribute name="PDGRATIO" label="手续费比例" type="DOUBLE"
length="10" scale="6" />
<attribute name="PDGSUM" label="手续费金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="PDGPAYMETHOD" label="手续费支付方式" type="STRING"
length="18" />
<attribute name="PDGPAYPERIOD" label="(NEW)收费周期" type="STRING"
length="18" />
<attribute name="PROMISESFEERATIO" label="(NEW)承诺费率" type="DOUBLE"
length="10" scale="6" />
<attribute name="PROMISESFEESUM" label="(NEW)承诺费金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="PROMISESFEEPERIOD" label="(NEW)承诺费计收期"
type="INT" length="20" />
<attribute name="PROMISESFEEBEGIN" label="(NEW)承诺费计收起始日"
type="STRING" length="10" />
<attribute name="MFEERATIO" label="管理费比例" type="DOUBLE"
length="10" scale="6" />
<attribute name="MFEESUM" label="管理费金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="MFEEPAYMETHOD" label="管理费支付方式" type="STRING"
length="18" />
<attribute name="AGENTFEE" label="(NEW)代理费" type="DOUBLE"
length="24" scale="6" />
<attribute name="DEALFEE" label="(NEW)安排费" type="DOUBLE"
length="24" scale="6" />
<attribute name="TOTALCAST" label="(NEW)总成本" type="DOUBLE"
length="24" scale="6" />
<attribute name="DISCOUNTINTEREST" label="(NEW)贴现利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="PURCHASERINTEREST" label="(NEW)买方应付贴现利息"
type="DOUBLE" length="24" scale="6" />
<attribute name="BARGAINORINTEREST" label="(NEW)卖方应付贴现利息"
type="DOUBLE" length="24" scale="6" />
<attribute name="DISCOUNTSUM" label="(NEW)实付贴现金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BAILRATIO" label="保证金比例" type="DOUBLE"
length="10" scale="6" />
<attribute name="BAILCURRENCY" label="(NEW)保证金币种" type="STRING"
length="18" />
<attribute name="BAILSUM" label="保证金金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BAILACCOUNT" label="保证金帐号" type="STRING"
length="32" />
<attribute name="FINERATETYPE" label="罚息利率类型" type="STRING"
length="18" />
<attribute name="FINERATE" label="罚息利率" type="DOUBLE"
length="10" scale="6" />
<!-- DRAWINGTYPE用于汇款项下进口押汇/汇款项下进口代付/汇款项下出口押汇"汇款方式"属性 -->
<attribute name="DRAWINGTYPE" label="(NEW)提款方式" type="STRING"
length="18" />
<attribute name="FIRSTDRAWINGDATE" label="(NEW)首次提款日期"
type="DATE" length="10" />
<attribute name="DRAWINGPERIOD" label="(NEW)提款期限" type="INT"
length="20" />
<attribute name="PAYTIMES" label="还款期次" type="INT" length="20" />
<attribute name="PAYCYC" label="(NEW)还款方式" type="STRING"
length="18" />
<attribute name="GRACEPERIOD" label="还款宽限期(月)" type="INT"
length="20" />
<attribute name="OVERDRAFTPERIOD" label="(NEW)连续透支期" type="INT"
length="20" />
<attribute name="OLDLCNO" label="(NEW)原信用证编号" type="STRING"
length="32" />
<attribute name="OLDLCTERMTYPE" label="(NEW)原信用证期限类型"
type="STRING" length="18" />
<attribute name="OLDLCCURRENCY" label="(NEW)原信用证币种" type="STRING"
length="18" />
<attribute name="OLDLCSUM" label="(NEW)原信用证金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="OLDLCLOADINGDATE" label="(NEW)原信用证装期"
type="DATE" length="10" />
<attribute name="OLDLCVALIDDATE" label="(NEW)原信用证效期" type="DATE"
length="10" />
<attribute name="DIRECTION" label="投向" type="STRING"
length="18" />
<attribute name="PURPOSE" label="用途" type="STRING" length="200" />
<attribute name="PLANALLOCATION" label="用款计划" type="STRING"
length="200" />
<attribute name="IMMEDIACYPAYSOURCE" label="(NEW)直接还款来源"
type="STRING" length="200" />
<attribute name="PAYSOURCE" label="还款来源" type="STRING"
length="200" />
<attribute name="CORPUSPAYMETHOD" label="本金还款方式" type="STRING"
length="18" />
<attribute name="INTERESTPAYMETHOD" label="利息支付方式" type="STRING"
length="18" />
<attribute name="PUTOUTDATE" label="约定发放日" type="DATE"
length="10" />
<attribute name="MATURITY" label="到期日期" type="STRING"
length="10" />
<!-- THIRDPARTY1用于信用证项下进口代付/代收项下进口代付/汇款项下进口代付"出口商名称"属性 -->
<!-- 用于信用证项下进口押汇/代收项下进口押汇/汇款项下进口押汇/国内信用证项下买方押汇"议付行/寄单行"属性 -->
<!-- 用于托收项下出口押汇/汇款项下出口押汇/出口保理融资"进口商名称"属性 -->
<!-- 用于进口信用证开立/国内信用证开立"通知行名称"属性 -->
<!-- 用于提货担保"船名"属性 -->
<!-- 用于福费廷"包买商"属性 -->
<!-- 用于出口信用保险项下融资"保险公司名称"属性 -->
<!-- 用于国内信用证项下买方代付"卖方名称"属性 -->
<!-- 用于国内卖方保理融资"买方名称"属性 -->
<attribute name="THIRDPARTY1" label="(NEW)涉及第三方1" type="STRING"
length="200" />
<attribute name="THIRDPARTYID1" label="(NEW)第三方法人代码1"
type="STRING" length="32" />
<!-- THIRDPARTY2用于进口信用证/备用信用证开立/国内信用证开立"受益人名称"属性 -->
<!-- 用于信用证项下进口代付/代收项下进口代付/汇款项下进口代付/国内信用证项下买方代付"代付行名称"属性 -->
<!-- 用于出口信用保险项下融资"保险受益人名称"属性 -->
<attribute name="THIRDPARTY2" label="(NEW)涉及第三方2" type="STRING"
length="200" />
<!-- THIRDPARTYID2用于进口信用证开立/备用信用证开立/国内信用证开立"受益人所在国家或地区"属性 -->
<attribute name="THIRDPARTYID2" label="(NEW)第三方法人代码2"
type="STRING" length="32" />
<!-- THIRDPARTY3用于信用证项下进口代付/代收项下进口代付/汇款项下进口代付/国内信用证项下买方代付"议付行/寄单行"属性 -->
<!-- 用于提货担保"发货人"属性 -->
<attribute name="THIRDPARTY3" label="(NEW)涉及第三方3" type="STRING"
length="200" />
<attribute name="THIRDPARTYID3" label="(NEW)第三方法人代码3"
type="STRING" length="32" />
<attribute name="THIRDPARTYREGION" label="涉及第三方所在地区和国家"
type="STRING" length="18" />
<!-- THIRDPARTYACCOUNTS用于信用证项下进口押汇/信用证项下出口押汇/代收项下进口押汇/汇款项下进口押汇/国内信用证项下买方押汇/国内信用证项下卖方押汇"单据号"属性 -->
<!-- 用于信用证项下进口代付/代收项下进口代付/汇款项下进口代付/国内信用证项下买方代付"到单编号"属性 -->
<!-- 用于福费廷"到单登记号"属性 -->
<attribute name="THIRDPARTYACCOUNTS" label="(NEW)第三方帐号"
type="STRING" length="32" />
<attribute name="CARGOINFO" label="(NEW)货物名称" type="STRING"
length="80" />
<attribute name="PROJECTNAME" label="(NEW)贷款项目名称" type="STRING"
length="80" />
<attribute name="OPERATIONINFO" label="(NEW)业务信息" type="STRING"
length="400" />
<attribute name="CONTEXTINFO" label="(NEW)背景信息" type="STRING"
length="100" />
<attribute name="SECURITIESTYPE" label="(NEW)有价证券类型" type="STRING"
length="18" />
<attribute name="SECURITIESREGION" label="(NEW)有价证券发行地"
type="STRING" length="18" />
<attribute name="CONSTRUCTIONAREA" label="(NEW)建筑面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="USEAREA" label="(NEW)使用面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="FLAG1" label="(NEW)是否1" type="STRING"
length="18" />
<attribute name="FLAG2" label="(NEW)是否2" type="STRING"
length="18" />
<attribute name="FLAG3" label="(NEW)是否3" type="STRING"
length="18" />
<attribute name="TRADECONTRACTNO" label="(NEW)相关贸易合同号"
type="STRING" length="32" />
<attribute name="INVOICENO" label="(NEW)增值税发票" type="STRING"
length="32" />
<attribute name="TRADECURRENCY" label="(NEW)贸易合同币种" type="STRING"
length="18" />
<attribute name="TRADESUM" label="(NEW)贸易合同金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="LCNO" label="(NEW)信用证编号(或承兑汇票号码)" type="STRING"
length="32" />
<attribute name="PAYMENTDATE" label="(NEW)最迟对外付汇日期" type="DATE"
length="10" />
<attribute name="OPERATIONMODE" label="(NEW)业务模式" type="STRING"
length="18" />
<attribute name="BEGINDATE" label="(NEW)起始日期" type="DATE"
length="10" />
<attribute name="ENDDATE" label="(NEW)到期日" type="DATE"
length="10" />
<attribute name="VOUCHCLASS" label="担保形式" type="STRING"
length="18" />
<attribute name="VOUCHTYPE" label="主要担保方式" type="STRING"
length="18" />
<attribute name="VOUCHTYPE1" label="担保方式1" type="STRING"
length="18" />
<attribute name="VOUCHTYPE2" label="担保方式2" type="STRING"
length="18" />
<attribute name="VOUCHFLAG" label="(NEW)有无其他担保方式" type="STRING"
length="18" />
<attribute name="WARRANTOR" label="主要担保人" type="STRING"
length="80" />
<attribute name="WARRANTORID" label="主要担保人代码" type="STRING"
length="32" />
<attribute name="OTHERCONDITION" label="(NEW)其他条件和要求"
type="STRING" length="400" />
<attribute name="GUARANTYVALUE" label="担保总价值" type="DOUBLE"
length="24" scale="6" />
<attribute name="GUARANTYRATE" label="担保率" type="DOUBLE"
length="10" scale="6" />
<attribute name="BASEEVALUATERESULT" label="基期信用等级" type="STRING"
length="18" />
<attribute name="RISKRATE" label="综合风险度" type="DOUBLE"
length="24" scale="6" />
<attribute name="LOWRISK" label="是否低风险业务" type="STRING"
length="18" />
<attribute name="OTHERAREALOAN" label="(NEW)是否异地贷款" type="STRING"
length="18" />
<attribute name="LOWRISKBAILSUM" label="低风险担保金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="APPLYTYPE" label="申请方式" type="STRING"
length="18" />
<attribute name="ORIGINALPUTOUTDATE" label="首次发放日" type="DATE"
length="10" />
<attribute name="EXTENDTIMES" label="展期次数" type="INT"
length="20" />
<attribute name="LNGOTIMES" label="借新还旧次数" type="INT"
length="20" />
<attribute name="GOLNTIMES" label="还旧借新次数" type="INT"
length="20" />
<attribute name="DRTIMES" label="债务重组次数" type="INT"
length="20" />
<attribute name="GUARANTYNO" label="抵质押编号" type="STRING"
length="32" />
<attribute name="PUTOUTSUM" label="已出帐金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="ACTUALPUTOUTSUM" label="已实际出帐金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BALANCE" label="当前余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="NORMALBALANCE" label="正常余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="OVERDUEBALANCE" label="逾期余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="DULLBALANCE" label="呆滞余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BADBALANCE" label="呆帐余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="INTERESTBALANCE1" label="表内欠息余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="INTERESTBALANCE2" label="表外欠息余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="FINEBALANCE1" label="本金罚息" type="DOUBLE"
length="24" scale="6" />
<attribute name="FINEBALANCE2" label="利息罚息" type="DOUBLE"
length="24" scale="6" />
<attribute name="OVERDUEDAYS" label="逾期天数" type="INT"
length="20" />
<attribute name="OWEINTERESTDAYS" label="欠息天数" type="INT"
length="20" />
<attribute name="TABALANCE" label="分期业务欠本金" type="DOUBLE"
length="24" scale="6" />
<attribute name="TAINTERESTBALANCE" label="分期业务欠利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="TATIMES" label="累计欠款期数" type="INT"
length="20" />
<attribute name="LCATIMES" label="连续欠款期数" type="DOUBLE"
length="24" scale="6" />
<attribute name="PBINTERESTSUM" label="累计收回利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="PBMFEESUM" label="累计收回管理费" type="DOUBLE"
length="24" scale="6" />
<attribute name="PBPDGSUM" label="累计收回手续费" type="DOUBLE"
length="24" scale="6" />
<attribute name="PBLEGALCOSTSUM" label="累计收回诉讼费" type="DOUBLE"
length="24" scale="6" />
<attribute name="POLEGALCOSTSUM" label="累计付出诉讼费" type="DOUBLE"
length="24" scale="6" />
<attribute name="ORIGINALBADDATE" label="首次认定不良日期" type="DATE"
length="10" />
<attribute name="BASECLASSIFYRESULT" label="基期风险分类结果"
type="STRING" length="18" />
<attribute name="CLASSIFYRESULT" label="五级分类结果" type="STRING"
length="80" />
<attribute name="CLASSIFYTYPE" label="最新风险分类方式" type="STRING"
length="18" />
<attribute name="CLASSIFYDATE" label="最新风险分类时间" type="DATE"
length="10" />
<attribute name="CLASSIFYORGID" label="最新分类认定机构" type="STRING"
length="32" />
<attribute name="RESERVESUM" label="计提准备金" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXPECTLOSSSUM" label="预测损失金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BAILRATE" label="保证金比率" type="DOUBLE"
length="24" scale="6" />
<attribute name="FINISHORG" label="终批机构级别" type="STRING"
length="18" />
<attribute name="FINISHTYPE" label="终结类型" type="STRING"
length="18" />
<attribute name="FINISHDATE" label="终结日期" type="DATE"
length="10" />
<attribute name="DESCRIBE1" label="描述1" type="STRING"
length="100" />
<attribute name="REINFORCEFLAG" label="补登标志" type="STRING"
length="18" />
<attribute name="MANAGEORGID" label="当前管户机构" type="STRING"
length="32" />
<attribute name="MANAGEUSERID" label="当前管户人" type="STRING"
length="32" />
<attribute name="RECOVERYORGID" label="保全管理机构" type="STRING"
length="32" />
<attribute name="RECOVERYUSERID" label="保全管理人" type="STRING"
length="32" />
<attribute name="STATORGID" label="当前统计机构" type="STRING"
length="32" />
<attribute name="STATUSERID" label="当前统计人" type="STRING"
length="32" />
<attribute name="OPERATEORGID" label="经办机构" type="STRING"
length="32" />
<attribute name="OPERATEUSERID" label="经办人" type="STRING"
length="32" />
<attribute name="OPERATEDATE" label="经办日期" type="DATE"
length="10" />
<attribute name="INPUTORGID" label="登记机构" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="登记日期" type="DATE"
length="10" />
<attribute name="UPDATEDATE" label="更新日期" type="DATE"
length="10" />
<attribute name="PIGEONHOLEDATE" label="归档日期" type="DATE"
length="10" />
<attribute name="REMARK" label="备注" type="STRING" length="200" />
<!--FLAG4 用于代收项下进口押汇/托收项下出口押汇/汇款项下进口押汇"交单方式"属性 -->
<attribute name="FLAG4" label="(NEW)是否4" type="STRING"
length="18" />
<!-- PAYCURRENCY用于信用证项下进口押汇/信用证项下出口押汇/代收项下进口押汇/汇款项下进口押汇/国内信用证项下买方押汇/国内信用证项下卖方押汇"单据币种"属性 -->
<!-- 用于信用证项下进口代付/代收项下进口代付/汇款项下进口代付/国内信用证项下买方代付"到单币种"属性 -->
<!-- 用于托收项下出口押汇"托收币种"属性 -->
<attribute name="PAYCURRENCY" label="(NEW)付款币种" type="STRING"
length="18" />
<!--PAYDATE 用于进口信用证开立/国内信用证开立"装期"属性 -->
<!-- 用于提货担保"装运日期"属性 -->
<attribute name="PAYDATE" label="(NEW)付款时间" type="DATE"
length="10" />
<attribute name="FLAG5" label="(NEW)转建行标志" type="STRING"
length="18" />
<attribute name="CLASSIFYSUM1" label="最新分类正常金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CLASSIFYSUM2" label="最新分类关注金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CLASSIFYSUM3" label="最新分类次级金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CLASSIFYSUM4" label="最新分类可疑金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CLASSIFYSUM5" label="最新分类损失金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="SHIFTTYPE" label="(NEW)移交类型" type="STRING"
length="18" />
<attribute name="OPERATETYPE" label="操作方式" type="STRING"
length="18" />
<attribute name="FUNDSOURCE" label="资金来源" type="STRING"
length="18" />
<attribute name="CYCLEFLAG" label="循环标志" type="STRING"
length="18" />
<attribute name="CREDITFREEZEFLAG" label="额度是否冻结" type="STRING"
length="18" />
<attribute name="SHIFTBALANCE" label="移交保全时余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CLASSIFYFREQUENCY" label="分类频率" type="INT"
length="20" />
<attribute name="CLASSIFYLEVEL" label="认定级别" type="STRING"
length="18" />
<attribute name="VOUCHNEWFLAG" label="是否新增担保" type="STRING"
length="18" />
<attribute name="ACTUALARTIFICIALNO" label="实际合同号" type="STRING"
length="32" />
<attribute name="DELETEFLAG" label="合并标志" type="STRING"
length="18" />
<attribute name="ACCOUNTNO" label="结算帐号" type="STRING"
length="32" />
<attribute name="LOANACCOUNTNO" label="贷款入账账号" type="STRING"
length="32" />
<attribute name="SECONDPAYACCOUNT" label="第二还款帐号" type="STRING"
length="32" />
<attribute name="ADJUSTRATETYPE" label="利率调整方式" type="STRING"
length="18" />
<attribute name="ADJUSTRATETERM" label="利率调整月数" type="STRING"
length="18" />
<attribute name="OVERINTTYPE" label="逾期计息方式" type="STRING"
length="18" />
<attribute name="RATEADJUSTCYC" label="利率调整周期" type="STRING"
length="18" />
<attribute name="PDGACCOUNTNO" label="手续费支出帐号" type="STRING"
length="32" />
<attribute name="DEDUCTDATE" label="扣款日期" type="DATE"
length="10" />
<!--FZANBALANCE 用于信用证项下进口押汇/信用证项下进口代付/代收项下进口代付/汇款项下进口代付/国内信用证项下买方押汇/国内信用证项下买方代付"到单金额"属性 -->
<!-- 用于信用证项下出口押汇/代收项下进口押汇/汇款项下进口押汇/国内信用证项下卖方押汇"单据金额"属性 -->
<!-- 用于托收项下出口押汇"托收金额"属性 -->
<!-- 用于福费廷"票据总金额"属性 -->
<attribute name="FZANBALANCE" label="发展商入帐净额" type="DOUBLE"
length="24" scale="6" />
<attribute name="ACCEPTINTTYPE" label="收息类型" type="STRING"
length="18" />
<!-- RATIO用于进口信用证开立/国内信用证开立"溢短装比例(%)"属性 -->
<!-- 用于信用证项下进口押汇/国内信用证项下买方押汇"押汇比例(%)"属性 -->
<attribute name="RATIO" label="比例" type="DOUBLE" length="24"
scale="6" />
<!--THIRDPARTYADD1 用于备用信用证开立业务"受益人"属性 -->
<attribute name="THIRDPARTYADD1" label="(NEW)涉及第三方地址1"
type="STRING" length="80" />
<attribute name="THIRDPARTYZIP1" label="(NEW)第三方法人邮编1"
type="STRING" length="32" />
<attribute name="THIRDPARTYADD2" label="(NEW)涉及第三方地址2"
type="STRING" length="80" />
<attribute name="THIRDPARTYZIP2" label="(NEW)第三方法人邮编2"
type="STRING" length="32" />
<!-- THIRDPARTYADD3用于进口信用证开立/国内信用证开立"发运地"属性 -->
<attribute name="THIRDPARTYADD3" label="(NEW)涉及第三方地址3"
type="STRING" length="80" />
<!-- THIRDPARTYZIP3用于进口信用证开立/信用证项下进口代付/代收项下进口代付/汇款项下进口代付/国内信用证开立"进口许可证(批文)编号"属性 -->
<!-- 用于出口信用保险项下融资"保险单号"属性 -->
<!-- 用于国内信用证项下买方代付"许可证(批文)编号"属性 -->
<attribute name="THIRDPARTYZIP3" label="(NEW)第三方法人邮编3"
type="STRING" length="32" />
<!-- EFFECTAREA用于进口信用证开立/国内信用证开立"交货地"属性 -->
<attribute name="EFFECTAREA" label="信用证有效地" type="STRING"
length="18" />
<attribute name="TERMDATE1" label="最晚装运期" type="DATE"
length="10" />
<attribute name="TERMDATE2" label="交单期" type="DATE"
length="10" />
<!-- TERMDATE3用于进口信用证/国内信用证开立业务"申请开展日期"属性 -->
<attribute name="TERMDATE3" label="付款期限" type="DATE"
length="10" />
<attribute name="FIXCYC" label="固定周期" type="INT" length="20" />
<attribute name="DESCRIBE2" label="描述2" type="STRING"
length="100" />
<attribute name="CANCELSUM" label="核销金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CANCELINTEREST" label="核销利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="LOANTERM" label="期限" type="STRING"
length="18" />
<attribute name="PUTOUTORGID" label="放款机构" type="STRING"
length="32" />
<attribute name="TEMPSAVEFLAG" label="暂存标志" type="STRING"
length="18" />
<attribute name="OVERDUEDATE" label="逾期日期" type="DATE"
length="10" />
<attribute name="OWEINTERESTDATE" label="欠息日期" type="DATE"
length="10" />
<attribute name="FREEZEFLAG" label="冻结标志" type="STRING"
length="1" />
<attribute name="APPROVEDATE" label="申请审批通过日" type="DATE"
length="10" />
<attribute name="SHIFTSTATUS" label="不良资产移交状态" type="STRING"
length="18" />
<attribute name="RECOVERYCOGNORGID" label="不良资产认定机构" type="STRING"
length="32" />
<attribute name="RECOVERYCOGNUSERID" label="不良资产认定人员"
type="STRING" length="32" />
<attribute name="SHIFTDOCDESCRIBE" label="不良资产移交文档清单"
type="STRING" length="800" />
<attribute name="GUARANTYFLAG" label="征信担保标志" type="STRING"
length="18" />
<attribute name="TRANSFORMTIMES" label="变更次数" type="INT"
length="20" />
<attribute name="PAYMENTMODE" label="支付方式" type="STRING"
length="20" />
<attribute name="REQUITALACCOUNT" label="资金回笼账户" type="STRING"
length="20" />
<attribute name="FUNDBACKACCOUNT" label="还款准备金账户" type="STRING"
length="20" />
<attribute name="TRANSFORMFLAG" label="变更标志" type="STRING"
length="3" />
<attribute name="EXPOSURESUM" label="敞口金额" type="DOUBLE"
length="24" scale="6" />
<!-- Code: OffSheetFlag -->
<attribute name="OffSheetFlag" label="表内外标志" type="STRING"
length="6" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="BUSINESS_CONTRACT" />
</managerProperties>
</manager>
</class>
<class name="BUSINESS_DUEBILL" label="业务借据(账户)信息" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="借据号(账号)" type="STRING"
length="40" />
<attribute name="RELATIVESERIALNO1" label="相关出帐流水号" type="STRING"
length="40" />
<attribute name="RELATIVESERIALNO2" label="相关合同流水号" type="STRING"
length="40" />
<attribute name="SUBJECTNO" label="会计科目" type="STRING"
length="20" />
<attribute name="MFCUSTOMERID" label="主机客户号" type="STRING"
length="40" />
<attribute name="CUSTOMERID" label="客户编号" type="STRING"
length="40" />
<attribute name="CUSTOMERNAME" label="客户名称" type="STRING"
length="80" />
<attribute name="BUSINESSTYPE" label="业务品种" type="STRING"
length="18" />
<attribute name="BUSINESSSUBTYPE" label="业务品种子类型" type="STRING"
length="20" />
<attribute name="BUSINESSSTATUS" label="业务形态" type="STRING"
length="20" />
<attribute name="BUSINESSCURRENCY" label="业务币种" type="STRING"
length="20" />
<attribute name="BUSINESSSUM" label="金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="PUTOUTDATE" label="发放日期" type="DATE"
length="10" />
<attribute name="MATURITY" label="约定到期日" type="STRING"
length="10" />
<attribute name="ACTUALMATURITY" label="执行到期日" type="STRING"
length="10" />
<attribute name="BUSINESSRATE" label="执行月利率" type="DOUBLE"
length="24" scale="10" />
<attribute name="EXECUTEYEARRATE" label="执行年利率" type="DOUBLE"
length="10" scale="6" />
<attribute name="ACTUALBUSINESSRATE" label="执行利率" type="DOUBLE"
length="10" scale="6" />
<attribute name="ICTYPE" label="计息方式" type="STRING"
length="20" />
<attribute name="ICCYC" label="计息周期" type="STRING" length="20" />
<attribute name="PAYTIMES" label="还款期次" type="INT" length="20" />
<attribute name="PAYCYC" label="还款周期" type="STRING"
length="20" />
<attribute name="CORPUSPAYMETHOD" label="本金还款方式" type="STRING"
length="20" />
<attribute name="EXTENDTIMES" label="展期次数" type="INT"
length="20" />
<attribute name="REORGTIMES" label="债务重组次数" type="INT"
length="20" />
<attribute name="RENEWTIMES" label="借新还旧次数" type="INT"
length="20" />
<attribute name="GOLNTIMES" label="还旧借新次数" type="INT"
length="20" />
<attribute name="BALANCE" label="本金余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="NORMALBALANCE" label="正常余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="OVERDUEBALANCE" label="逾期金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="DULLBALANCE" label="呆滞余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BADBALANCE" label="呆帐余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="INTERESTBALANCE1" label="表内欠息余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="INTERESTBALANCE2" label="表外欠息余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="FINEBALANCE1" label="本金罚息" type="DOUBLE"
length="24" scale="6" />
<attribute name="FINEBALANCE2" label="利息罚息" type="DOUBLE"
length="24" scale="6" />
<attribute name="RECEIVEBALANCE" label="到单金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="PAYEDBALANCE" label="付款金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="OVERDUEDAYS" label="逾期天数" type="INT"
length="20" />
<attribute name="PAYACCOUNT" label="存款帐号" type="STRING"
length="40" />
<attribute name="PUTOUTACCOUNT" label="放款帐号" type="STRING"
length="40" />
<attribute name="PAYBACKACCOUNT" label="还款帐号" type="STRING"
length="40" />
<attribute name="PAYINTERESTACCOUNT" label="还息帐号" type="STRING"
length="40" />
<attribute name="OWEINTERESTDAYS" label="欠息天数" type="INT"
length="20" />
<attribute name="TABALANCE" label="分期业务欠本金" type="DOUBLE"
length="24" scale="6" />
<attribute name="TAINTERESTBALANCE" label="分期业务欠利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="TATIMES" label="累计欠款期数" type="DOUBLE"
length="24" scale="6" />
<attribute name="LCATIMES" label="连续欠款期数" type="DOUBLE"
length="24" scale="6" />
<attribute name="SALEDATE" label="卖出日期" type="DATE"
length="10" />
<attribute name="FINISHTYPE" label="终结类型" type="STRING"
length="20" />
<attribute name="FINISHDATE" label="终结日期" type="DATE"
length="10" />
<attribute name="MFAREAID" label="主机地区号" type="STRING"
length="20" />
<attribute name="MFORGID" label="主机机构号" type="STRING"
length="20" />
<attribute name="MFUSERID" label="主机柜员号" type="STRING"
length="20" />
<attribute name="OPERATEORGID" label="经办机构" type="STRING"
length="20" />
<attribute name="OPERATEUSERID" label="经办人" type="STRING"
length="20" />
<attribute name="INPUTORGID" label="登记机构" type="STRING"
length="20" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="20" />
<attribute name="INPUTDATE" label="输入日期" type="DATE"
length="10" />
<attribute name="UPDATEDATE" label="更新日期" type="DATE"
length="10" />
<attribute name="INOUTFLAG" label="(DEL)表内表外标志" type="STRING"
length="40" />
<attribute name="DEALFLAG" label="(DEL)处理标志" type="STRING"
length="1" />
<attribute name="OCCURDATE" label="(DEL)发生日期" type="DATE"
length="10" />
<attribute name="BUSINESSPROP" label="(DEL)贷款成数" type="DOUBLE"
length="10" scale="6" />
<attribute name="BENEFITCORP" label="(DEL)受益人" type="STRING"
length="40" />
<attribute name="ACTUALTERMMONTH" label="(DEL)实际期限月" type="INT"
length="20" />
<attribute name="ACTUALTERMDAY" label="(DEL)实际期限日" type="INT"
length="20" />
<attribute name="BASERATETYPE" label="(DEL)基准利率类型" type="STRING"
length="20" />
<attribute name="BASERATE" label="(DEL)基准利率" type="DOUBLE"
length="24" scale="6" />
<attribute name="RATEFLOATTYPE" label="(DEL)浮动类型" type="STRING"
length="20" />
<attribute name="RATEFLOAT" label="(DEL)浮动利率" type="DOUBLE"
length="24" scale="6" />
<attribute name="TIMSFLAG" label="(DEL)分期业务标志" type="STRING"
length="40" />
<attribute name="BAILRATIO" label="(DEL)担保费率" type="DOUBLE"
length="10" scale="6" />
<attribute name="LOGOUTDATE" label="(DEL)注销日期" type="DATE"
length="10" />
<attribute name="CANCELLOGOUTDATE" label="(DEL)解除注销日期"
type="DATE" length="10" />
<attribute name="BAILSUM" label="(DEL)保证金金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="BAILACCOUNT" label="(DEL)保证金帐号" type="STRING"
length="40" />
<attribute name="PURPOSE" label="(DEL)用途" type="STRING"
length="200" />
<attribute name="ADVANCEFLAG" label="垫款标志" type="STRING"
length="20" />
<attribute name="RELATIVEDUEBILLNO" label="相关借据流水号" type="STRING"
length="40" />
<attribute name="ACTUALARTIFICIALNO" label="实际合同号" type="STRING"
length="40" />
<attribute name="ACCOUNTNO" label="结算帐号" type="STRING"
length="40" />
<attribute name="LOANACCOUNTNO" label="贷款入账账号" type="STRING"
length="40" />
<attribute name="SECONDPAYACCOUNT" label="第二还款帐号" type="STRING"
length="40" />
<attribute name="ADJUSTRATETYPE" label="利率调整方式" type="STRING"
length="20" />
<attribute name="ADJUSTRATETERM" label="利率调整月数" type="STRING"
length="20" />
<attribute name="OVERINTTYPE" label="逾期计息方式" type="STRING"
length="20" />
<attribute name="RATEADJUSTCYC" label="利率调整周期" type="STRING"
length="20" />
<attribute name="PDGACCOUNTNO" label="手续费支出帐号" type="STRING"
length="40" />
<attribute name="DEDUCTDATE" label="扣款日期" type="DATE"
length="10" />
<attribute name="FZANBALANCE" label="发展商入帐净额" type="DOUBLE"
length="24" scale="6" />
<attribute name="ACCEPTINTTYPE" label="收息类型" type="STRING"
length="20" />
<attribute name="RATIO" label="比例" type="DOUBLE" length="24"
scale="6" />
<attribute name="THIRDPARTYADD1" label="(NEW)涉及第三方地址1"
type="STRING" length="80" />
<attribute name="THIRDPARTYZIP1" label="(NEW)第三方法人邮编1"
type="STRING" length="40" />
<attribute name="THIRDPARTYADD2" label="(NEW)涉及第三方地址2"
type="STRING" length="80" />
<attribute name="THIRDPARTYZIP2" label="(NEW)第三方法人邮编2"
type="STRING" length="40" />
<attribute name="TERMDATE1" label="最晚装运期" type="DATE"
length="10" />
<attribute name="TERMDATE2" label="交单期" type="DATE"
length="10" />
<attribute name="TERMDATE3" label="付款期限" type="DATE"
length="10" />
<attribute name="DESCRIBE2" label="描述2" type="STRING"
length="200" />
<attribute name="FIXCYC" label="固定周期" type="INT" length="20" />
<attribute name="THIRDPARTY1" label="(NEW)涉及第三方1" type="STRING"
length="200" />
<attribute name="THIRDPARTYID1" label="(NEW)第三方法人代码1"
type="STRING" length="40" />
<attribute name="THIRDPARTY2" label="(NEW)涉及第三方2" type="STRING"
length="200" />
<attribute name="THIRDPARTY3" label="(NEW)涉及第三方3" type="STRING"
length="200" />
<attribute name="TYPE1" label="通知行类别" type="STRING"
length="20" />
<attribute name="TYPE2" label="受益行类别" type="STRING"
length="20" />
<attribute name="TYPE3" label="议付行类别" type="STRING"
length="20" />
<attribute name="BILLNO" label="票据号" type="STRING" length="40" />
<attribute name="FLAG1" label="(NEW)是否1" type="STRING"
length="20" />
<attribute name="FLAG2" label="(NEW)是否2" type="STRING"
length="20" />
<attribute name="FLAG3" label="(NEW)是否3" type="STRING"
length="20" />
<attribute name="THIRDPARTYREGION" label="涉及第三方所在地区和国家"
type="STRING" length="20" />
<attribute name="THIRDPARTYACCOUNTS" label="(NEW)第三方帐号"
type="STRING" length="40" />
<attribute name="CARGOINFO" label="(NEW)货物名称" type="STRING"
length="80" />
<attribute name="SECURITIESTYPE" label="(NEW)有价证券类型" type="STRING"
length="20" />
<attribute name="SECURITIESREGION" label="(NEW)有价证券发行地"
type="STRING" length="20" />
<attribute name="ABOUTBANKID2" label="受益行行号" type="STRING"
length="40" />
<attribute name="ABOUTBANKNAME2" label="受益行行名" type="STRING"
length="80" />
<attribute name="ABOUTBANKID3" label="议付行行号" type="STRING"
length="40" />
<attribute name="ABOUTBANKNAME" label="收款行行名" type="STRING"
length="80" />
<attribute name="ABOUTBANKID" label="收款行行号" type="STRING"
length="40" />
<attribute name="OLDLCTERMTYPE" label="(NEW)原信用证期限类型"
type="STRING" length="20" />
<attribute name="NEGOTIATENO" label="押汇编号" type="STRING"
length="40" />
<attribute name="CREDITKIND" label="贷款形式" type="STRING"
length="20" />
<attribute name="GATHERINGNAME" label="收款人户名" type="STRING"
length="80" />
<attribute name="PREINTTYPE" label="预收息标志" type="STRING"
length="20" />
<attribute name="RESUMEINTTYPE" label="计复息标志" type="STRING"
length="20" />
<attribute name="GUARANTYNO" label="抵质押物编号" type="STRING"
length="40" />
<attribute name="PZTYPE" label="凭证种类" type="STRING"
length="20" />
<attribute name="GRACEPERIOD" label="还款宽限期(月)" type="INT"
length="20" />
<attribute name="OLDLCVALIDDATE" label="(NEW)原信用证效期" type="DATE"
length="10" />
<attribute name="VOUCHTYPE" label="主要担保方式" type="STRING"
length="10" />
<attribute name="MFEEPAYMETHOD" label="管理费支付方式" type="STRING"
length="20" />
<attribute name="DESCRIBE1" label="描述1" type="STRING"
length="200" />
<attribute name="TRADECONTRACTNO" label="(NEW)相关贸易合同号"
type="STRING" length="40" />
<attribute name="LOANTYPE" label="贷款类型" type="STRING"
length="20" />
<attribute name="FIXTERM" label="周期" type="DOUBLE" length="24"
scale="6" />
<attribute name="CANCELSUM" label="核销金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CANCELINTEREST" label="核销利息" type="DOUBLE"
length="24" scale="6" />
<attribute name="BAILACOUNT" label="保证金帐号" type="STRING"
length="40" />
<attribute name="CLASSIFY4" label="四级分类" type="STRING"
length="18" />
<attribute name="CLASSIFYRESULT" label="五级分类结果" type="STRING"
length="18" />
<attribute name="RETURNTYPE" label="还款方式" type="STRING"
length="18" />
<attribute name="BAILPERCENT" label="保证金比例" type="DOUBLE"
length="10" scale="6" />
<attribute name="PAYMENTTYPE" label="信用证付款期限" type="STRING"
length="18" />
<attribute name="TERMSFREQ" label="还款频率" type="STRING"
length="18" />
<attribute name="OVERDUEDATE" label="逾期日期" type="DATE"
length="10" />
<attribute name="OWEINTERESTDATE" label="欠息日期" type="DATE"
length="10" />
<attribute name="LCSTATUS" label="信用证状态" type="STRING"
length="18" />
<!-- Code: OffSheetFlag -->
<attribute name="OffSheetFlag" label="表内外标志" type="STRING"
length="6" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false" />
<property name="table" value="BUSINESS_DUEBILL" />
</managerProperties>
</manager>
</class>
<class name="BUSINESS_TYPE" label="资产业务品种信息" keyAttributes="TYPENO">
<attributes>
<attribute name="TYPENO" label="类型编号" type="STRING"
length="32" />
<attribute name="SORTNO" label="排序号" type="STRING" length="32" />
<attribute name="TYPENAME" label="类型名称" type="STRING"
length="80" />
<attribute name="TYPESORTNO" label="类型排序编号" type="STRING"
length="32" />
<attribute name="SUBTYPECODE" label="子类型代码" type="STRING"
length="32" />
<attribute name="INFOSET" label="对应信息集" type="STRING"
length="200" />
<attribute name="DISPLAYTEMPLET" label="对应显示模板" type="STRING"
length="32" />
<attribute name="ATTRIBUTE1" label="属性一" type="STRING"
length="200" />
<attribute name="ATTRIBUTE2" label="主业务品种分类" type="STRING"
length="200" />
<attribute name="ATTRIBUTE3" label="属性三" type="STRING"
length="200" />
<attribute name="ATTRIBUTE4" label="属性四" type="STRING"
length="200" />
<attribute name="ATTRIBUTE5" label="属性五" type="STRING"
length="200" />
<attribute name="ATTRIBUTE6" label="属性六" type="STRING"
length="200" />
<attribute name="ATTRIBUTE7" label="属性七" type="STRING"
length="200" />
<attribute name="ATTRIBUTE8" label="属性八" type="STRING"
length="200" />
<attribute name="ATTRIBUTE9" label="对应审批流程代码" type="STRING"
length="200" />
<attribute name="ATTRIBUTE10" label="属性十" type="STRING"
length="200" />
<attribute name="REMARK" label="备注" type="STRING" length="200" />
<attribute name="APPLYDETAILNO" label="对应申请详情代码" type="STRING"
length="18" />
<attribute name="APPROVEDETAILNO" label="对应通知书详情代码" type="STRING"
length="18" />
<attribute name="CONTRACTDETAILNO" label="对应合同详情代码" type="STRING"
length="18" />
<attribute name="INPUTUSER" label="录入人" type="STRING"
length="32" />
<attribute name="INPUTORG" label="录入机构" type="STRING"
length="32" />
<attribute name="INPUTTIME" label="录入时间" type="STRING"
length="20" />
<attribute name="UPDATEUSER" label="更新人" type="STRING"
length="32" />
<attribute name="UPDATETIME" label="更新时间" type="STRING"
length="20" />
<attribute name="ATTRIBUTE11" label="ATTRIBUTE11" type="STRING"
length="80" />
<attribute name="ATTRIBUTE12" label="ATTRIBUTE12" type="STRING"
length="80" />
<attribute name="ATTRIBUTE13" label="ATTRIBUTE13" type="STRING"
length="80" />
<attribute name="ATTRIBUTE14" label="ATTRIBUTE14" type="STRING"
length="80" />
<attribute name="ATTRIBUTE15" label="ATTRIBUTE15" type="STRING"
length="80" />
<attribute name="ATTRIBUTE16" label="ATTRIBUTE16" type="STRING"
length="80" />
<attribute name="ATTRIBUTE17" label="ATTRIBUTE17" type="STRING"
length="80" />
<attribute name="ATTRIBUTE18" label="ATTRIBUTE18" type="STRING"
length="80" />
<attribute name="ATTRIBUTE19" label="ATTRIBUTE19" type="STRING"
length="80" />
<attribute name="ATTRIBUTE20" label="ATTRIBUTE20" type="STRING"
length="80" />
<attribute name="ATTRIBUTE21" label="ATTRIBUTE21" type="STRING"
length="80" />
<attribute name="ATTRIBUTE22" label="ATTRIBUTE22" type="STRING"
length="80" />
<attribute name="ATTRIBUTE23" label="ATTRIBUTE23" type="STRING"
length="80" />
<attribute name="ATTRIBUTE24" label="ATTRIBUTE24" type="STRING"
length="80" />
<attribute name="ATTRIBUTE25" label="ATTRIBUTE25" type="STRING"
length="80" />
<attribute name="ISINUSE" label="是否使用" type="STRING"
length="18" />
<!-- Code: OffSheetFlag -->
<attribute name="OffSheetFlag" label="表内外标志" type="STRING"
length="6" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false" />
<property name="table" value="BUSINESS_TYPE" />
</managerProperties>
</manager>
</class>
<class name="CONTRACT_RELATIVE" label="合同关联信息"
keyAttributes="SERIALNO,OBJECTTYPE,OBJECTNO">
<attributes>
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="OBJECTTYPE" label="对象类型" type="STRING"
length="18" />
<attribute name="OBJECTNO" label="对象编号" type="STRING"
length="32" />
<attribute name="RELATIVESUM" label="关联金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="RELATIONSTATUS" label="关联状态" type="STRING"
length="3" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false" />
<property name="table" value="CONTRACT_RELATIVE" />
</managerProperties>
</manager>
</class>
<class name="CLASSIFY_DATA" label="分类数据"
keyAttributes="SERIALNO,OBJECTTYPE,OBJECTNO,ITEMNO">
<attributes>
<attribute name="SERIALNO" label="分类记录流水号" type="STRING"
length="32" />
<attribute name="OBJECTTYPE" label="对象类型" type="STRING"
length="18" />
<attribute name="OBJECTNO" label="对象编号" type="STRING"
length="32" />
<attribute name="ITEMNO" label="项目编号" type="STRING"
length="32" />
<attribute name="ITEMVALUE" label="项目值" type="STRING"
length="80" />
<attribute name="EVALUATESCORE" label="评估值" type="DOUBLE"
length="24" scale="6" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="CLASSIFY_DATA" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CLASSIFY_RECORD" label="风险分类记录"
keyAttributes="SERIALNO,OBJECTTYPE,OBJECTNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING"
length="32" />
<attribute name="OBJECTTYPE" label="对象类型" type="STRING"
length="18" />
<attribute name="OBJECTNO" label="对象编号" type="STRING"
length="32" />
<attribute name="MODELNO" label="分类模型编号" type="STRING"
length="32" />
<attribute name="FIRSTRESULT" label="第一次分类结果" type="STRING"
length="18" />
<attribute name="SECONDRESULT" label="第二次分类结果" type="STRING"
length="18" />
<attribute name="RESULT1" label="客户经理分类认定结果" type="STRING"
length="18" />
<attribute name="RESULTOPINION1" label="客户经理认定分类原因" type="STRING"
length="200" />
<attribute name="RESULT2" label="支行分类认定结果" type="STRING"
length="18" />
<attribute name="RESULTOPINION2" label="支行认定签署意见" type="STRING"
length="200" />
<attribute name="RESULT3" label="分行风险管理分类认定结果" type="STRING"
length="18" />
<attribute name="RESULTOPINION3" label="分行风险管理认定签署意见"
type="STRING" length="200" />
<attribute name="RESULT4" label="分行领导分类认定结果" type="STRING"
length="18" />
<attribute name="RESULTOPINION4" label="分行领导认定签署意见" type="STRING"
length="200" />
<attribute name="FINALLYRESULT" label="最终认定结果" type="STRING"
length="18" />
<attribute name="SUM1" label="人工拆分正常金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM2" label="人工拆分关注金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM3" label="人工拆分次级金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM4" label="人工拆分可疑金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="SUM5" label="人工拆分损失金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="EXPECTLOSSSUM" label="预测损失金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="RESERVESUM" label="计提准备金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="CLASSIFYUSERID" label="评估人" type="STRING"
length="32" />
<attribute name="CLASSIFYORGID" label="评估单位" type="STRING"
length="32" />
<attribute name="CLASSIFYDATE" label="分类日期" type="STRING"
length="10" />
<attribute name="FINISHDATE" label="分类完成日期" type="STRING"
length="10" />
<attribute name="INPUTDATE" label="登记日期" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="更新日期" type="STRING"
length="10" />
<attribute name="REMARK" label="备注" type="STRING" length="200" />
<attribute name="BUSINESSBALANCE" label="分类时合同余额" type="DOUBLE"
length="24" scale="6" />
<attribute name="ORGID" label="登记机构" type="STRING" length="32" />
<attribute name="USERID" label="登记人" type="STRING" length="32" />
<attribute name="ACCOUNTMONTH" label="分类截止日期" type="STRING"
length="10" />
<attribute name="RESULT5" label="总行风险管理分类认定结果" type="STRING"
length="18" />
<attribute name="RESULTOPINION5" label="总行风险管理认定签署意见"
type="STRING" length="200" />
<attribute name="RESULTUSERNAME5" label="总行风险管理认定人" type="STRING"
length="80" />
<attribute name="RESULTUSERNAME4" label="分行领导认定人" type="STRING"
length="80" />
<attribute name="RESULTUSERNAME3" label="分行风险管理认定人" type="STRING"
length="80" />
<attribute name="RESULTUSERNAME2" label="支行认定人" type="STRING"
length="80" />
<attribute name="RESULTUSERNAME1" label="RESULTUSERNAME1"
type="STRING" length="80" />
<attribute name="CLASSIFYLEVEL" label="认定级别" type="STRING"
length="18" />
<attribute name="RESULTUSERID2" label="支行认定人代码" type="STRING"
length="32" />
<attribute name="RESULTUSERID3" label="分行认定人代码" type="STRING"
length="32" />
<attribute name="RESULTUSERID4" label="分行领导认定人代码" type="STRING"
length="32" />
<attribute name="RESULTUSERID5" label="总行风险管理认定人代码" type="STRING"
length="32" />
<attribute name="FINISHDATE2" label="支行认定人完成时间" type="STRING"
length="10" />
<attribute name="FINISHDATE3" label="分行认定人完成时间" type="STRING"
length="10" />
<attribute name="FINISHDATE4" label="分行领导认定完成时间" type="STRING"
length="10" />
<attribute name="FINISHDATE5" label="总行风管认定人完成时间" type="STRING"
length="10" />
<attribute name="ORIGINALPUTOUTDATE" label="首次发放日" type="STRING"
length="10" />
<attribute name="LASTRESULT" label="上次分类结果" type="STRING"
length="18" />
<attribute name="CUSTOMERID" label="客户编号" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="CLASSIFY_RECORD" />
<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="80" />
<attribute name="CUSTOMERTYPE" label="客户类型" type="STRING"
length="20" />
<attribute name="CERTTYPE" label="证件类型" type="STRING"
length="20" />
<attribute name="CERTID" label="证件号" type="STRING" length="40" />
<attribute name="CUSTOMERPASSWORD" label="客户口令" type="STRING"
length="20" />
<attribute name="INPUTORGID" label="登记机构" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="登记日期" type="DATE"
length="10" />
<attribute name="REMARK" label="备注" type="STRING" length="250" />
<attribute name="MFCUSTOMERID" label="核心客户号" type="STRING"
length="40" />
<attribute name="STATUS" label="状态" type="STRING" length="20" />
<attribute name="BELONGGROUPID" label="所属关联集团代码" type="STRING"
length="40" />
<attribute name="CHANNEL" label="渠道" type="STRING" length="18" />
<attribute name="CUSTOMERSCALE" label="客户规模(区分中小企业客户)"
type="STRING" length="20" />
<attribute name="LOANCARDNO" label="贷款卡编号" type="STRING"
length="32" />
<attribute name="FORBIDSTATUS" lable="状态" type="STRING "
length="12" />
<attribute name="nationCode" lable="证件国别" type="STRING "
length="20" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="CUSTOMER_INFO" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_BELONG" label="客户所属列表" keyAttributes="CUSTOMERID,ORGID,USERID">
<attributes>
<attribute name="CUSTOMERID" lable="客户编号" type="STRING"
length="32" />
<attribute name="ORGID" lable="所属机构" type="STRING" length="40" />
<attribute name="USERID" lable="用户编号" type="STRING"
length="40" />
<attribute name="BELONGATTRIBUTE" lable="客户主办权" type="STRING"
length="80" />
<attribute name="BELONGATTRIBUTE1" lable="信息查看权" type="STRING"
length="80" />
<attribute name="BELONGATTRIBUTE2" lable="信息维护权" type="STRING"
length="80" />
<attribute name="BELONGATTRIBUTE3" lable="业务申办权" type="STRING"
length="80" />
<attribute name="BELONGATTRIBUTE4" lable="低风险业务办理权" type="STRING"
length="80" />
<attribute name="APPLYATTRIBUTE" lable="是否申请信息主办权" type="STRING"
length="80" />
<attribute name="APPLYATTRIBUTE1" lable="是否申请信息查看权" type="STRING"
length="80" />
<attribute name="APPLYATTRIBUTE2" lable="是否申请信息维护权" type="STRING"
length="80" />
<attribute name="APPLYATTRIBUTE3" lable="是否申请业务申办权" type="STRING"
length="80" />
<attribute name="APPLYATTRIBUTE4" lable="申请属性4" type="STRING"
length="80" />
<attribute name="APPLYTYPE" lable="申请类型" type="STRING"
length="20" />
<attribute name="APPLYREASON" lable="申请理由" type="STRING"
length="500" />
<attribute name="APPLYRIGHT" lable="申请权限" type="STRING"
length="20" />
<attribute name="APPLYSTATUS" lable="权限申请状态" type="STRING"
length="20" />
<attribute name="REMARK" lable="备注" type="STRING" length="250" />
<attribute name="INPUTDATE" lable="输入日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="输入机构编号" type="STRING"
length="40" />
<attribute name="INPUTUSERID" lable="输入用户编号" type="STRING"
length="80" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="CUSTOMER_BELONG" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_RELATIVE" label="客户关联信息"
keyAttributes="CUSTOMERID,RELATIVEID,RELATIONSHIP">
<attributes>
<attribute name="CUSTOMERID" label="客户编号" type="STRING"
length="32" />
<attribute name="CUSTOMERTYPE" label="客户类型" type="STRING"
length="10" />
<attribute name="RELATIVEID" label="关联客户编号" type="STRING"
length="32" />
<attribute name="RELATIONSHIP" label="关联关系" type="STRING"
length="18" />
<attribute name="CUSTOMERNAME" label="客户名称" type="STRING"
length="80" />
<attribute name="CERTTYPE" label="证件类型" type="STRING"
length="18" />
<attribute name="CERTID" label="证件号码" type="STRING"
length="32" />
<attribute name="FICTITIOUSPERSON" label="法人代表" type="STRING"
length="80" />
<attribute name="CURRENCYTYPE" label="币种" type="STRING"
length="18" />
<attribute name="INVESTMENTSUM" label="实际金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="OUGHTSUM" label="应投资金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="INVESTMENTPROP" label="投资比例" type="DOUBLE"
length="10" scale="6" />
<attribute name="INVESTDATE" label="投资时间" type="DATE"
length="10" />
<!-- <attribute name="STOCKCERTNO" 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="WHETHEN1" label="关系判断1" type="STRING" length="18"
/> <attribute name="WHETHEN2" label="关系判断2" type="STRING" length="18" />
<attribute name="WHETHEN3" label="关系判断3" type="STRING" length="18" /> <attribute
name="WHETHEN4" label="关系判断4" type="STRING" length="18" /> <attribute name="WHETHEN5"
label="关系判断5" type="STRING" length="18" /> -->
<attribute name="DESCRIBEA" label="关系描述" type="STRING"
length="200" />
<attribute name="INPUTORGID" label="登记单位" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="登记日期" type="DATE"
length="10" />
<attribute name="UPDATEDATE" label="更新日期" type="DATE"
length="10" />
<attribute name="REMARK" label="备注" type="STRING" length="200" />
<attribute name="SEX" label="性别" type="STRING" length="18" />
<attribute name="BIRTHDAY" label="出生日期" type="STRING"
length="10" />
<attribute name="SINO" label="社会保险号" type="STRING" length="32" />
<attribute name="FAMILYADD" label="家庭住址" type="STRING"
length="200" />
<attribute name="FAMILYZIP" label="邮政编码" type="STRING"
length="32" />
<attribute name="EDUEXPERIENCE" label="最高学历" type="STRING"
length="18" />
<attribute name="INVESTYIELD" label="投资收益" type="DOUBLE"
length="24" scale="6" />
<attribute name="HOLDDATE" label="担任该职务时间" type="DATE"
length="10" />
<attribute name="ENGAGETERM" label="相关行业从业年限" type="INT"
length="20" />
<attribute name="HOLDSTOCK" label="持股情况" type="STRING"
length="200" />
<attribute name="LOANCARDNO" label="贷款卡编号" type="STRING"
length="32" />
<attribute name="EFFSTATUS" label="有效标志" type="STRING"
length="1" />
<attribute name="ACTUALCONTROLLER" label="实际控制人" type="STRING"
length="18" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false" />
<property name="table" value="CUSTOMER_RELATIVE" />
</managerProperties>
</manager>
</class>
<class name="ENT_FOA" label="企业应收应付帐款信息" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="ACCOUNTYEARS" lable="帐龄" type="STRING"
length="80" />
<attribute name="CUSTOMERID" lable="客户编号" type="STRING"
length="32" />
<attribute name="FOACURRENCY" lable="币种" type="STRING"
length="18" />
<attribute name="FOASUM" lable="金额" type="DOUBLE" length="24"
scale="6" />
<attribute name="FOATYPE" lable="帐款类型" type="STRING"
length="18" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构ID" type="STRING"
length="18" />
<attribute name="INPUTUSERID" lable="登记人ID" type="STRING"
length="18" />
<attribute name="RECORDNO" lable="记录编号" type="STRING"
length="40" />
<attribute name="RELATEDCORPNAME" lable="客户名称" type="STRING"
length="80" />
<attribute name="RELATIVEDESCRIBE" lable="关联关系" type="STRING"
length="200" />
<attribute name="REMARK" lable="资金占用变动原因" type="STRING"
length="200" />
<attribute name="SCALE" lable="比例" type="DOUBLE" length="24"
scale="6" />
<attribute name="SERIALNO" lable="流水号" type="STRING"
length="32" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="UPTODATE" lable="统计截至日期" type="STRING"
length="10" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="ENT_FOA" />
</managerProperties>
</manager>
</class>
<class name="ENT_INVENTORY" label="企业存货信息" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="BOOKUNITPRICE" lable="存货帐面单价" type="DOUBLE"
length="24" scale="6" />
<attribute name="CUSTOMERID" lable="客户编号" type="STRING"
length="32" />
<attribute name="DEPOTADD" lable="存放地点位置" type="STRING"
length="80" />
<attribute name="EVALDATE" lable="评估日期" type="STRING"
length="10" />
<attribute name="EVALORG" lable="评估机构" type="STRING"
length="200" />
<attribute name="EVALVALUE" lable="评估值" type="DOUBLE"
length="24" scale="6" />
<attribute name="INDEPOTDATE" lable="入库日期" type="STRING"
length="10" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构ID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人ID" type="STRING"
length="32" />
<attribute name="INVENTORYAMOUNT" lable="存货数量" type="STRING"
length="32" />
<attribute name="INVENTORYNAME" lable="存货名称" type="STRING"
length="80" />
<attribute name="INVENTORYTYPE" lable="存货类型" type="STRING"
length="18" />
<attribute name="INVENTORYUNIT" lable="存货单位" type="STRING"
length="18" />
<attribute name="MARKETUNITPRICE" lable="存货市场单价" type="DOUBLE"
length="24" scale="6" />
<attribute name="QUALITYSTATUS" lable="存货是否正常" type="STRING"
length="200" />
<attribute name="RATE" lable="比例" type="DOUBLE" length="24"
scale="6" />
<attribute name="RECORDNO" lable="记录编号" type="STRING"
length="40" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
<attribute name="RESERVESUM" lable="跌价准备金" type="DOUBLE"
length="24" scale="6" />
<attribute name="SERIALNO" lable="流水号" type="STRING"
length="32" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="UPTODATE" lable="统计截至日期" type="STRING"
length="10" />
<attribute name="VALUECURRENCY" lable="价值币种" type="STRING"
length="18" />
<attribute name="VALUESUM" lable="价值金额" type="DOUBLE"
length="24" scale="6" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="ENT_INVENTORY" />
</managerProperties>
</manager>
</class>
<class name="ENT_FIXEDASSETS" label="企业固定资产信息" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CERTIFICATENO" lable="权利证书号" type="STRING "
length="32" />
<attribute name="CURRENCY" lable="币种" type="STRING "
length="18" />
<attribute name="CUSTOMERID" lable="客户编号" type="STRING "
length="32" />
<attribute name="DEPRECIATION" lable="折旧方法" type="STRING "
length="200" />
<attribute name="EVALDATE" lable="评估日期" type="STRING "
length="10" />
<attribute name="EVALORG" lable="评估机构" type="STRING "
length="200" />
<attribute name="EVALVALUE" lable="资产净值" type="DOUBLE"
length="24" scale="6" />
<attribute name="FIXEDASSETSNAME" lable="固定资产名称" type="STRING "
length="80" />
<attribute name="FIXEDASSETSSTATUS" lable="资产状态" type="STRING "
length="18" />
<attribute name="FIXEDASSETSTYPE" lable="固定资产类型" type="STRING "
length="18" />
<attribute name="FORMERVALUE" lable="入帐价值" type="DOUBLE"
length="24" scale="6" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING "
length="10" />
<attribute name="INPUTORGID" lable="登记机构" type="STRING "
length="32" />
<attribute name="INPUTUSERID" lable="登记人" type="STRING "
length="32" />
<attribute name="LOCATION" lable="处所位置" type="STRING "
length="200" />
<attribute name="RATE" lable="综合成新率" type="DOUBLE" length="24"
scale="6" />
<attribute name="RECORDNO" lable="记录编号" type="STRING "
length="40" />
<attribute name="REMARK" lable="固定资产分析" type="STRING "
length="200" />
<attribute name="SERIALNO" lable="流水号" type="STRING "
length="32" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING "
length="10" />
<attribute name="UPTODATE" lable="统计截至日期" type="STRING "
length="10" />
<attribute name="USEMETHOD" lable="使用方式" type="STRING "
length="18" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="ENT_FIXEDASSETS" />
</managerProperties>
</manager>
</class>
<class name="ENT_INFO" label="企业基本信息" keyAttributes="CUSTOMERID">
<attributes>
<attribute name="CUSTSOURCE" lable="客户来源" type="STRING"
length="32" />
<attribute name="CUSTTYPE" lable="客户类别" type="STRING"
length="32" />
<attribute name="CUSTKIND" lable="内部行业" type="STRING"
length="32" />
<attribute name="ACCOUNTDATE" lable="在我行首次开立账户时间" type="STRING"
length="10" />
<attribute name="ANNUALINCOME" lable="年收入" type="DOUBLE"
length="24" scale="6" />
<attribute name="BANCHAMOUNT" lable="金融机构一级分支机构数量" type="STRING"
length="4" />
<attribute name="BANKLICENSE" lable="金融机构许可证代码" type="STRING"
length="32" />
<attribute name="BASICACCOUNT" lable="基本帐户号" type="STRING"
length="32" />
<attribute name="BASICBANK" lable="基本帐户行" type="STRING"
length="80" />
<attribute name="BUDGETTYPE" lable="预算管理类型" type="STRING"
length="18" />
<attribute name="CHARGEDEPARTMENT" lable="上级主管单位" type="STRING"
length="80" />
<attribute name="CORPID" lable="证件号码" type="STRING"
length="32" />
<attribute name="COUNTRYCODE" lable="注册地所在国家(地区)" type="STRING"
length="18" />
<attribute name="OFFICECOUNTRYCODE" lable="办公地所在国家(地区)"
type="STRING" length="18" />
<attribute name="CREDITBELONG" lable="信用等级评估模板名称" type="STRING"
length="18" />
<attribute name="CREDITDATE" lable="与我行建立信贷关系时间" type="STRING"
length="10" />
<attribute name="CREDITLEVEL" lable="本行即期信用等级" type="STRING"
length="80" />
<attribute name="CUSTOMERHISTORY" lable="客户历史沿革、管理水平简介"
type="STRING" length="800" />
<attribute name="CUSTOMERID" lable="客户编号" type="STRING"
length="40" />
<attribute name="ECGROUPFLAG" lable="是否征信标准集团客户" type="STRING"
length="18" />
<attribute name="ECONOMYTYPE" lable="经济类型" type="STRING"
length="18" />
<attribute name="EMAILADD" lable="公司EMail" type="STRING"
length="80" />
<attribute name="EMPLOYEENUMBER" lable="职工人数" type="INT"
length="24" /> <!-- modify by xwlu 2015-04-09 修改该字段的数据类型 -->
<attribute name="ENGLISHNAME" lable="客户英文名" type="STRING"
length="80" />
<attribute name="ENTERPRISEBELONG" lable="企业隶属" type="STRING"
length="18" />
<attribute name="ENTERPRISENAME" lable="客户名称" type="STRING"
length="80" />
<attribute name="EVALUATEDATE" lable="评估日期" type="STRING"
length="10" />
<attribute name="EVALUATELEVEL" lable="评估级别" type="STRING"
length="18" />
<attribute name="EXCHANGEID" lable="交换号" type="STRING"
length="32" />
<attribute name="FICTITIOUSPERSON" lable="法定代表人" type="STRING"
length="80" />
<attribute name="FICTITIOUSPERSONID" lable="法定代表人身份证号码"
type="STRING" length="32" />
<attribute name="FINANCEBELONG" lable="财务报表类型" type="STRING"
length="18" />
<attribute name="FINANCEDEPTTEL" lable="财务部联系电话" type="STRING"
length="32" />
<attribute name="FINANCEORNOT" lable="是否无需提供财报" type="STRING"
length="18" />
<attribute name="FINANCETYPE" lable="金融机构类型" type="STRING"
length="18" />
<attribute name="FUNDSOURCE" lable="经费来源" type="STRING"
length="200" />
<attribute name="GROUPFLAG" lable="集团客户标志" type="STRING"
length="18" />
<attribute name="HASDIRECTORATE" lable="有无董事会" type="STRING"
length="18" />
<attribute name="HASIERIGHT" lable="有无进出口经营权" type="STRING"
length="18" />
<attribute name="INDUSTRYTYPE" lable="国标行业分类" type="STRING"
length="18" />
<attribute name="INDUSTRYTYPE1" lable="类型一" type="STRING"
length="18" />
<attribute name="INDUSTRYTYPE2" lable="行业类型二" type="STRING"
length="18" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人" type="STRING"
length="32" />
<attribute name="INSPECTIONYEAR" lable="工商执照最新年检年份" type="STRING"
length="10" />
<attribute name="LICENSEDATE" lable="营业执照登记日" type="STRING"
length="10" />
<attribute name="LICENSEMATURITY" lable="营业执照到期日" type="STRING"
length="10" />
<attribute name="LICENSENO" lable="工商营业执照号码" type="STRING"
length="32" />
<attribute name="LIMITCK" lable="最高授信限额参考" type="DOUBLE"
length="24" scale="6" />
<attribute name="LISTINGCORPORNOT" lable="上市公司类型" type="STRING"
length="18" />
<attribute name="LOANCARDINSRESULT" lable="贷款卡最新年审结果"
type="STRING" length="200" />
<attribute name="LOANCARDINSYEAR" lable="贷款卡最新年审年份" type="STRING"
length="10" />
<attribute name="LOANCARDNO" lable="贷款卡号" type="STRING"
length="32" />
<attribute name="LOANCARDPASSWORD" lable="贷款卡密码" type="STRING"
length="32" />
<attribute name="LOANFLAG" lable="贷款卡是否有效" type="STRING"
length="18" />
<attribute name="LOCKSITUATION" lable="工商局锁定情况" type="STRING"
length="200" />
<attribute name="MAINPRODUCTION" lable="主要产品情况" type="STRING"
length="800" />
<attribute name="MANAGEAREA" lable="金融机构经营区域范围" type="STRING"
length="200" />
<attribute name="MANAGEINFO" lable="合法经营情况" type="STRING"
length="800" />
<attribute name="MOSTBUSINESS" lable="经营范围" type="STRING"
length="800" />
<attribute name="MYBANK" lable="我行开户行" type="STRING"
length="80" />
<attribute name="MYBANKACCOUNT" lable="我行开户帐号" type="STRING"
length="32" />
<attribute name="NETASSETS" lable="净资产" type="DOUBLE"
length="24" scale="6" />
<attribute name="NEWTECHCORPORNOT" lable="是否高新技术企业" type="STRING"
length="18" />
<attribute name="OFFICEADD" lable="办公地址" type="STRING"
length="80" />
<attribute name="OFFICEFAX" lable="传真电话" type="STRING"
length="32" />
<attribute name="OFFICETEL" lable="联系电话" type="STRING"
length="32" />
<attribute name="OFFICEZIP" lable="办公地址邮政编码" type="STRING"
length="32" />
<attribute name="REGISTERZIP" lable="注册地址邮政编码" type="STRING"
length="32" />
<attribute name="ORGNATURE" lable="机构类型" type="STRING"
length="18" />
<attribute name="ORGTYPE" lable="企业类型" type="STRING"
length="18" />
<attribute name="OTHERBANK" lable="他行开户行" type="STRING"
length="80" />
<attribute name="OTHERBANKACCOUNT" lable="他行开户帐号" type="STRING"
length="32" />
<attribute name="OTHERCREDITLEVEL" lable="外部机构评级结果" type="STRING"
length="80" />
<attribute name="OTHEREVALUATEDATE" lable="外部机构评级日期" type="STRING"
length="10" />
<attribute name="OTHERORGNAME" lable="外部评级机构名称" type="STRING"
length="80" />
<attribute name="PAICLUPCAPITAL" lable="实收资本" type="DOUBLE"
length="24" scale="6" />
<attribute name="PCCURRENCY" lable="实收资本币种" type="STRING"
length="18" />
<attribute name="PRIVATE" lable="民营标志" type="STRING"
length="18" />
<attribute name="PROJECTFLAG" lable="企业目前是否有项目" type="STRING"
length="18" />
<attribute name="RCCURRENCY" lable="注册资本币种" type="STRING"
length="18" />
<attribute name="REALTYFLAG" lable="是否从事房地产开发" type="STRING"
length="18" />
<attribute name="REGIONCODE" lable="注册地所在省份、直辖市、自治区" type="STRING"
length="18" />
<attribute name="OFFICEREGIONCODE" lable="办公地所在省份、直辖市、自治区"
type="STRING" length="18" />
<attribute name="REGISTERADD" lable="注册地址" type="STRING"
length="80" />
<attribute name="REGISTERCAPITAL" lable="注册资本" type="DOUBLE"
length="24" scale="6" />
<attribute name="RELATIVETYPE" lable="机构电话" type="STRING"
length="200" />
<attribute name="REMARK" lable="备注" type="STRING" length="1000" />
<attribute name="SCOPE" lable="企业规模" type="STRING" length="18" />
<attribute name="SELLSUM" lable="年销售额" type="DOUBLE"
length="24" scale="6" />
<attribute name="SETUPDATE" lable="企业成立日期" type="STRING"
length="10" />
<attribute name="SMEINDUSTRYTYPE" lable="中小企业行业类型" type="STRING"
length="10" />
<attribute name="SUPERCERTID" lable="上级公司组织机构代码" type="STRING"
length="32" />
<attribute name="SUPERCERTTYPE" lable="上级公司证件类型" type="STRING"
length="18" />
<attribute name="SUPERCORPNAME" lable="上级公司名称" type="STRING"
length="80" />
<attribute name="SUPERLOANCARDNO" lable="上级公司贷款卡编号" type="STRING"
length="32" />
<attribute name="TAXNO" lable="税务登记证号(国税)" type="STRING"
length="32" />
<attribute name="TAXNO1" lable="税务登记证号(地税)" type="STRING"
length="32" />
<attribute name="TEMPSAVEFLAG" lable="暂存标志" type="STRING"
length="18" />
<attribute name="TOTALASSETS" lable="总资产" type="DOUBLE"
length="24" scale="6" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="UPDATEORGID" lable="更新机构" type="STRING"
length="32" />
<attribute name="UPDATEUSERID" lable="更新人员" type="STRING"
length="32" />
<attribute name="VILLAGECODE" lable="所属乡镇代码" type="STRING"
length="18" />
<attribute name="VILLAGENAME" lable="所属乡镇名称" type="STRING"
length="80" />
<attribute name="WEBADD" lable="公司网址" type="STRING"
length="80" />
<attribute name="WORKFIELDAREA" lable="经营场地面积" type="DOUBLE"
length="24" scale="6" />
<attribute name="WORKFIELDFEE" lable="经营场地所有权" type="STRING"
length="18" />
<attribute name="taxregtype" lable="纳税人类别" type="STRING"
length="32" />
<attribute name="taxregcode" lable="纳税人识别号" type="STRING"
length="32" />
<attribute name="taxbank" lable="开户行" type="STRING"
length="32" />
<attribute name="taxacc" lable="开户账号" type="STRING"
length="32" />
<attribute name="invoiceadd" lable="开票地址" type="STRING"
length="32" />
<attribute name="invoicephone" lable="开票电话" type="STRING"
length="32" />
<attribute name="invalid" lable="是否废弃" type="STRING"
length="10" />
<attribute name="legalpersonname" lable="法人姓名" type="STRING"
length="18" />
<attribute name="legalpersoncardid" lable="法人身份证号" type="STRING"
length="40" />
<attribute name="contactinformation" lable="法人联系方式" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="ENT_INFO" />
<!-- <property name="query.identifierQuoteCharacter" value='`' /> -->
</managerProperties>
</manager>
</class>
<class name="IND_INFO" label="个人基本信息表" keyAttributes="CUSTOMERID">
<attributes>
<attribute name="CUSTSOURCE" lable="客户来源" type="STRING"
length="32" />
<attribute name="CUSTTYPE" lable="客户类别" type="STRING"
length="32" />
<attribute name="CUSTKIND" lable="内部行业" type="STRING"
length="32" />
<attribute name="BALANCESHEET" lable="待扩展字段" type="STRING"
length="200" />
<attribute name="BIRTHDAY" lable="出生日期" type="STRING"
length="10" />
<attribute name="CERTID" lable="证件号码" type="STRING"
length="32" />
<attribute name="CERTID18" lable="18位身份证" type="STRING"
length="40" />
<attribute name="CERTTYPE" lable="证件类型" type="STRING"
length="18" />
<attribute name="CHARACTERA" lable="兴趣爱好" type="STRING"
length="200" />
<attribute name="COMMADD" lable="通讯地址" type="STRING"
length="200" />
<attribute name="COMMZIP" lable="通讯地址邮编" type="STRING"
length="10" />
<attribute name="COUNTRY" lable="国家" type="STRING" length="18" />
<attribute name="CREDITFARMER" lable="是否信用农户" type="STRING"
length="18" />
<attribute name="CREDITLEVEL" lable="信用等级" type="STRING"
length="18" />
<attribute name="CUSTOMERID" lable="客户编号" type="STRING"
length="40" />
<attribute name="DATAQUALITY" lable="数据质量检查标志" type="STRING"
length="1" />
<attribute name="EDUDEGREE" lable="最高学位" type="STRING"
length="18" />
<attribute name="EDUEXPERIENCE" lable="最高学历" type="STRING"
length="18" />
<attribute name="EDURECORD" lable="毕业学校(取得最高学历)" type="STRING"
length="200" />
<attribute name="EMAILADD" lable="电子邮箱" type="STRING"
length="80" />
<attribute name="EMPLOYRECORD" lable="工作履历" type="STRING"
length="200" />
<attribute name="EVALUATEDATE" lable="评估日期" type="STRING"
length="10" />
<attribute name="FAMILYADD" lable="居住地址" type="STRING"
length="200" />
<attribute name="FAMILYMONTHINCOME" lable="家庭月收入" type="DOUBLE"
length="24" scale="6" />
<attribute name="FAMILYSTATUS" lable="居住状况" type="STRING"
length="18" />
<attribute name="FAMILYTEL" lable="住宅电话" type="STRING"
length="32" />
<attribute name="FAMILYZIP" lable="居住地址邮编" type="STRING"
length="32" />
<attribute name="FARMERSORT" lable="农户分类" type="STRING"
length="18" />
<attribute name="FINANCEBELONG" lable="财务报表类型" type="STRING"
length="18" />
<attribute name="FULLNAME" lable="姓名" type="STRING"
length="80" />
<attribute name="GRADUATEYEAR" lable="毕业年份" type="STRING"
length="10" />
<attribute name="HEADSHIP" lable="职务" type="STRING"
length="18" />
<attribute name="INCOMESOURCE" lable="收入来源" type="STRING"
length="200" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记单位" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人" type="STRING"
length="32" />
<attribute name="INTRO" lable="个人情况简介" type="STRING"
length="200" />
<attribute name="LOANCARDINSYEAR" lable="贷款卡最新年审年份" type="STRING"
length="10" />
<attribute name="LOANCARDNO" lable="贷款卡号" type="STRING"
length="32" />
<attribute name="MARRIAGE" lable="婚姻状况" type="STRING"
length="18" />
<attribute name="MOBILETELEPHONE" lable="手机号码" type="STRING"
length="32" />
<attribute name="NATIONALITY" lable="民族" type="STRING"
length="18" />
<attribute name="NATIVEADD" lable="户籍地址" type="STRING"
length="200" />
<attribute name="NATIVEPLACE" lable="户籍地址" type="STRING"
length="200" />
<attribute name="OCCUPATION" lable="职业" type="STRING"
length="18" />
<attribute name="PAYACCOUNT" lable="工资帐号" type="STRING"
length="32" />
<attribute name="PAYACCOUNTBANK" lable="工资帐号开户银行" type="STRING"
length="200" />
<attribute name="POLITICALFACE" lable="政治面貌" type="STRING"
length="18" />
<attribute name="POPULATION" lable="家庭人口数" type="STRING"
length="4" />
<attribute name="POSITION" lable="职称" type="STRING"
length="18" />
<attribute name="REGIONALISM" lable="所属行政区域" type="STRING"
length="18" />
<attribute name="RELATIVETYPE" lable="联系方式" type="STRING"
length="200" />
<attribute name="REMARK" lable="备注" type="STRING" length="500" />
<attribute name="RISKINCLINATION" lable="风险偏好" type="STRING"
length="200" />
<attribute name="SELFMONTHINCOME" lable="个人月收入" type="DOUBLE"
length="24" scale="6" />
<attribute name="SEX" lable="性别" type="STRING" length="18" />
<attribute name="SINO" lable="社会保险号" type="STRING" length="32" />
<attribute name="STAFF" lable="是否本行员工" type="STRING"
length="18" />
<attribute name="TEMPSAVEFLAG" lable="暂存标志" type="STRING"
length="18" />
<attribute name="UNITKIND" lable="单位所属行业" type="STRING"
length="18" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="UPDATEORGID" lable="更新机构编号" type="STRING"
length="32" />
<attribute name="UPDATEUSERID" lable="更新用户编号" type="STRING"
length="32" />
<attribute name="WORKADD" lable="单位地址" type="STRING"
length="200" />
<attribute name="WORKBEGINDATE" lable="本单位工作起始日" type="STRING"
length="10" />
<attribute name="WORKCORP" lable="单位名称" type="STRING"
length="80" />
<attribute name="WORKTEL" lable="单位电话" type="STRING"
length="32" />
<attribute name="WORKZIP" lable="单位地址邮编" type="STRING"
length="10" />
<attribute name="YEARINCOME" lable="个人年收入" type="DOUBLE"
length="24" scale="6" />
<attribute name="invalid" lable="是否废弃" type="STRING"
length="10" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="IND_INFO" />
</managerProperties>
</manager>
</class>
<class name="GUARANTY_INFO" label="担保物信息" keyAttributes="GUARANTYID">
<attributes>
<attribute name="GUARANTYID" label="担保物编号" type="STRING"
length="40" />
<attribute name="GUARANTYTYPE" label="担保物类型" type="STRING"
length="20" />
<attribute name="GUARANTYSTATUS" label="担保物状态" type="STRING"
length="20" />
<attribute name="OWNERID" label="权属人编号" type="STRING"
length="40" />
<attribute name="OWNERNAME" label="权属人名称" type="STRING"
length="80" />
<attribute name="OWNERTYPE" label="权属人类型" type="STRING"
length="20" />
<attribute name="RATE" label="权属人权益比例" type="DOUBLE"
length="24" scale="6" />
<attribute name="CUSTGUARANTYTYPE" label="客户担保物类型" type="STRING"
length="20" />
<attribute name="SUBJECTNO" label="行内担保物科目号" type="STRING"
length="40" />
<attribute name="RELATIVEACCOUNT" label="核心相关账号" type="STRING"
length="40" />
<attribute name="GUARANTYRIGHTID" label="权证号" type="STRING"
length="40" />
<attribute name="OTHERGUARANTYRIGHT" label="他项权证号" type="STRING"
length="40" />
<attribute name="GUARANTYNAME" label="担保物名称" type="STRING"
length="80" />
<attribute name="GUARANTYSUBTYPE" label="担保物子类型" type="STRING"
length="20" />
<attribute name="GUARANTYOWNWAY" label="担保物获取方式" type="STRING"
length="20" />
<attribute name="GUARANTYUSING" label="担保物使用状况" type="STRING"
length="200" />
<attribute name="GUARANTYLOCATION" label="担保物地点位置" type="STRING"
length="200" />
<attribute name="GUARANTYAMOUNT" label="担保物数量" type="DOUBLE"
length="24" scale="6" />
<attribute name="GUARANTYAMOUNT1" label="担保物度量1" type="DOUBLE"
length="24" scale="6" />
<attribute name="GUARANTYAMOUNT2" label="担保物度量2" type="DOUBLE"
length="24" scale="6" />
<attribute name="GUARANTYRESOUCE" label="担保物生产源" type="STRING"
length="80" />
<attribute name="GUARANTYDATE" label="担保物生产日期" type="STRING"
length="80" />
<attribute name="BEGINDATE" label="开始拥有时间" type="DATE"
length="10" />
<attribute name="OWNERTIME" label="占有时间" type="STRING"
length="80" />
<attribute name="GUARANTYDESCRIPT" label="担保物描述" type="STRING"
length="200" />
<attribute name="ABOUTOTHERID1" label="担保物其他相关号码1" type="STRING"
length="40" />
<attribute name="ABOUTOTHERID2" label="担保物其他相关号码2" type="STRING"
length="40" />
<attribute name="ABOUTOTHERID3" label="担保物其他相关号码3" type="STRING"
length="40" />
<attribute name="ABOUTOTHERID4" label="担保物其他相关号码4" type="STRING"
length="40" />
<attribute name="PURPOSE" label="用途" type="STRING" length="200" />
<attribute name="ABOUTSUM1" label="相关金额1" type="DOUBLE"
length="24" scale="6" />
<attribute name="ABOUTSUM2" label="相关金额2" type="DOUBLE"
length="24" scale="6" />
<attribute name="ABOUTRATE" label="相关比率" type="DOUBLE"
length="24" scale="6" />
<attribute name="GUARANTYANA" label="担保物分析" type="STRING"
length="200" />
<attribute name="GUARANTYPRICE" label="担保物原价值" type="DOUBLE"
length="24" scale="6" />
<attribute name="EVALMETHOD" label="担保物价值评估方式" type="STRING"
length="20" />
<attribute name="EVALORGID" label="评估单位代码" type="STRING"
length="40" />
<attribute name="EVALORGNAME" label="评估单位名称" type="STRING"
length="80" />
<attribute name="EVALDATE" label="评估日期" type="DATE"
length="10" />
<attribute name="EVALNETVALUE" label="评估值" type="DOUBLE"
length="24" scale="6" />
<attribute name="CONFIRMVALUE" label="认定价值" type="DOUBLE"
length="24" scale="6" />
<attribute name="GUARANTYRATE" label="抵押率(%" type="DOUBLE"
length="24" scale="6" />
<attribute name="THIRDPARTY1" label="第三方1" type="STRING"
length="200" />
<attribute name="THIRDPARTY2" label="第三方2" type="STRING"
length="200" />
<attribute name="THIRDPARTY3" label="第三方3" type="STRING"
length="200" />
<attribute name="GUARANTYDESCRIBE1" label="担保物描述1" type="STRING"
length="200" />
<attribute name="GUARANTYDESCRIBE2" label="担保物描述2" type="STRING"
length="200" />
<attribute name="GUARANTYDESCRIBE3" label="担保物描述3" type="STRING"
length="200" />
<attribute name="GUARANTYDESCRIBE4" label="担保物描述4" type="DOUBLE"
length="24" scale="6" />
<attribute name="FLAG1" label="是否1" type="STRING" length="20" />
<attribute name="FLAG2" label="是否2" type="STRING" length="20" />
<attribute name="FLAG3" label="是否3" type="STRING" length="20" />
<attribute name="FLAG4" label="是否4" type="STRING" length="20" />
<attribute name="GUARANTYREGNO" label="抵押登记编号" type="STRING"
length="40" />
<attribute name="GUARANTYREGORG" label="抵押登记机关" type="STRING"
length="80" />
<attribute name="GUARANTYREGDATE" label="抵押登记日期" type="DATE"
length="10" />
<attribute name="GUARANTYWODATE" label="抵押登记注销日期" type="DATE"
length="10" />
<attribute name="INSURECERTNO" label="抵押物保险单编号" type="STRING"
length="40" />
<attribute name="OTHERASSUMPSIT" label="其它特别约定" type="STRING"
length="200" />
<attribute name="INPUTORGID" label="登记机构" type="STRING"
length="40" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="40" />
<attribute name="INPUTDATE" label="登记日期" type="DATE"
length="10" />
<attribute name="UPDATEUSERID" label="更新人" type="STRING"
length="40" />
<attribute name="UPDATEDATE" label="更新日期" type="DATE"
length="10" />
<attribute name="REMARK" label="备注" type="STRING" length="250" />
<attribute name="SAPVOUCHTYPE" label="SAP抵质押物类型" type="STRING"
length="20" />
<attribute name="CERTTYPE" label="权属人证件类型" type="STRING"
length="18" />
<attribute name="CERTID" label="权属人证件号码" type="STRING"
length="32" />
<attribute name="LOANCARDNO" label="权属人贷款卡编号" type="STRING"
length="32" />
<attribute name="GUARANTYCURRENCY" label="抵/质押币种" type="STRING"
length="18" />
<attribute name="EVALCURRENCY" label="评估币种" type="STRING"
length="18" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="GUARANTY_INFO" />
</managerProperties>
</manager>
</class>
<class name="GUARANTY_RELATIVE" label="业务合同、担保合同与担保物关联"
keyAttributes="OBJECTTYPE,OBJECTNO,CONTRACTNO,GUARANTYID">
<attributes>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING"
length="18" />
<attribute name="OBJECTNO" label="对象编号" type="STRING"
length="40" />
<attribute name="CONTRACTNO" label="担保合同编号" type="STRING"
length="32" />
<attribute name="GUARANTYID" label="担保物编号" type="STRING"
length="32" />
<attribute name="CHANNEL" label="数据来源渠道" type="STRING"
length="18" />
<attribute name="RELATIONSTATUS" label="关联状态" type="STRING"
length="3" />
<attribute name="STATUS" label="他项权证状态" type="STRING"
length="18" />
<attribute name="OTHERSRIGHTID" label="他项权证号" type="STRING"
length="32" />
<attribute name="GUARANTYSUM" label="担保债权金额" type="STRING"
length="32" />
<attribute name="DESCRIBE" label="他项权证内容" type="STRING"
length="200" />
<attribute name="PAYORDER" label="受偿次序" type="STRING"
length="18" />
<attribute name="TYPE" label="数据来源类型" type="STRING"
length="18" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="false" />
<property name="table" value="GUARANTY_RELATIVE" />
</managerProperties>
</manager>
</class>
<class name="WORK_RECORD" label="工作计划及笔记" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" lable="流水号" type="STRING"
length="32" />
<attribute name="OBJECTTYPE" lable="对象编号" type="STRING"
length="18" />
<attribute name="OBJECTNO" lable="对象类型" type="STRING"
length="40" />
<attribute name="WORKTYPE" lable="工作类型" type="STRING"
length="18" />
<attribute name="WORKBRIEF" lable="内容摘要" type="STRING"
length="80" />
<attribute name="IMPORTANCE" lable="重要性" type="STRING"
length="18" />
<attribute name="URGENCY" lable="紧急处理" type="STRING"
length="18" />
<attribute name="PROMPTBEGINDATE" lable="开始提示日期" type="STRING"
length="10" />
<attribute name="PROMPTENDDATE" lable="结束提示日期" type="STRING"
length="10" />
<attribute name="PLANFINISHDATE" lable="计划完成日期" type="STRING"
length="10" />
<attribute name="ACTUALFINISHDATE" lable="实际完成日期" type="STRING"
length="10" />
<attribute name="WORKCONTENT" lable="计划工作内容" type="STRING"
length="800" />
<attribute name="WORKRESULT" lable="实际执行情况" type="STRING"
length="800" />
<attribute name="WORKREASON" lable="未完成理由" type="STRING"
length="800" />
<attribute name="REMARK" lable="备注" type="STRING" length="200" />
<attribute name="OPERATEORGID" lable="经办机构" type="STRING"
length="32" />
<attribute name="OPERATEUSERID" lable="经办人" type="STRING"
length="32" />
<attribute name="INPUTORGID" lable="登记机构" type="STRING"
length="32" />
<attribute name="INPUTUSERID" lable="登记人" type="STRING"
length="32" />
<attribute name="INPUTDATE" lable="登记日期" type="STRING"
length="10" />
<attribute name="UPDATEDATE" lable="更新日期" type="STRING"
length="10" />
<attribute name="CUSTOMERID" lable="客户" type="STRING"
length="32" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="WORK_RECORD" />
</managerProperties>
</manager>
</class>
<class name="TRANS_ENTRY" label="" keyAttributes="SORTID,TRANSID">
<attributes>
<attribute name="TRANSID" label="TRANSID" type="STRING"
length="40" />
<attribute name="SORTID" label="SORTID" type="STRING"
length="40" />
<attribute name="DIRECTION" label="DIRECTION" type="STRING"
length="40" />
<attribute name="ACCOUNTNOSCRIPT" label="ACCOUNTNOSCRIPT"
type="STRING" length="200" />
<attribute name="SUMSCRIPT" label="SUMSCRIPT" type="STRING"
length="800" />
<attribute name="STATUS" label="STATUS" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="300" />
<attribute name="TRANSFLAG" label="TRANSFLAG" type="STRING"
length="10" />
<attribute name="OBJECTTYPE" label="OBJECTTYPE" type="STRING"
length="40" />
<attribute name="BOOLEANSCRIPT" label="BOOLEANSCRIPT"
type="STRING" length="400" />
<attribute name="CURRENCYSCRIPT" label="CURRENCYSCRIPT"
type="STRING" length="400" />
<attribute name="ORGIDSCRIPT" label="ORGIDSCRIPT" type="STRING"
length="400" />
<attribute name="ADVERSARYSCRIPT" label="ADVERSARYSCRIPT"
type="STRING" length="200" />
<attribute name="EXCHANGERATESCRIPT" label="EXCHANGERATESCRIPT"
type="STRING" length="200" />
<attribute name="BOOKTYPE" label="BOOKTYPE" type="STRING"
length="10" />
<attribute name="EXBOOKTYPE" label="EXBOOKTYPE" type="STRING"
length="20" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="trans_entry" />
</managerProperties>
</manager>
</class>
<class name="PRODUCT_TERM_LIBRARY" label=""
keyAttributes="OBJECTNO,OBJECTTYPE,TERMID">
<attributes>
<attribute name="TERMID" label="TERMID" type="STRING"
length="20" />
<attribute name="TERMNAME" label="TERMNAME" type="STRING"
length="200" />
<attribute name="TERMTYPE" label="TERMTYPE" type="STRING"
length="6" />
<attribute name="SETFLAG" label="SETFLAG" type="STRING"
length="10" />
<attribute name="PPERMISSION" label="PPERMISSION" type="STRING"
length="20" />
<attribute name="APERMISSION" label="APERMISSION" type="STRING"
length="20" />
<attribute name="TERMTXT" label="TERMTXT" type="STRING"
length="1600" />
<attribute name="STATUS" label="STATUS" type="STRING"
length="1" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="20" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="20" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="SORTNO" label="SORTNO" type="STRING"
length="20" />
<attribute name="OBJECTTYPE" label="OBJECTTYPE" type="STRING"
length="20" />
<attribute name="OBJECTNO" label="OBJECTNO" type="STRING"
length="30" />
<attribute name="BASETERMID" label="BASETERMID" type="STRING"
length="20" />
<attribute name="ACTIVEDATE" label="ACTIVEDATE" type="STRING"
length="10" />
<attribute name="CLOSEDATE" label="CLOSEDATE" type="STRING"
length="10" />
<attribute name="CONDITIONSCRIPT" label="CONDITIONSCRIPT"
type="STRING" length="800" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="product_term_library" />
</managerProperties>
</manager>
</class>
<class name="ACCOUNTING_CATALOG" label="" keyAttributes="ACCOUNTINGNO">
<attributes>
<attribute name="ACCOUNTINGNO" label="ACCOUNTINGNO" type="STRING"
length="32" />
<attribute name="ACCOUNTINGNAME" label="ACCOUNTINGNAME"
type="STRING" length="80" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="accounting_catalog" />
</managerProperties>
</manager>
</class>
<class name="ENT_IPO" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="IPODATE" label="IPODATE" type="STRING"
length="10" />
<attribute name="BOURSENAME" label="BOURSENAME" type="STRING"
length="80" />
<attribute name="STOCKCODE" label="STOCKCODE" type="STRING"
length="32" />
<attribute name="STOCKTYPE" label="STOCKTYPE" type="STRING"
length="18" />
<attribute name="STOCKNAME" label="STOCKNAME" type="STRING"
length="80" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ent_ipo" />
</managerProperties>
</manager>
</class>
<class name="ENT_BONDISSUE" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="ISSUEDATE" label="ISSUEDATE" type="STRING"
length="10" />
<attribute name="BONDTYPE" label="BONDTYPE" type="STRING"
length="18" />
<attribute name="BONDGRADE" label="BONDGRADE" type="STRING"
length="18" />
<attribute name="BONDNAME" label="BONDNAME" type="STRING"
length="80" />
<attribute name="BONDCURRENCY" label="BONDCURRENCY" type="STRING"
length="18" />
<attribute name="BONDSUM" label="BONDSUM" type="DOUBLE"
length="24" scale="6" />
<attribute name="IRREGULATION" label="IRREGULATION" type="STRING"
length="200" />
<attribute name="BONDSELLER" label="BONDSELLER" type="STRING"
length="80" />
<attribute name="BONDWARRANTOR" label="BONDWARRANTOR"
type="STRING" length="80" />
<attribute name="MARKETEDORNOT" label="MARKETEDORNOT"
type="STRING" length="18" />
<attribute name="BOURSENAME" label="BOURSENAME" type="STRING"
length="80" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="BONDTERM" label="BONDTERM" type="DOUBLE"
length="24" scale="6" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ent_bondissue" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_MEMO" label="" keyAttributes="SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="OCCURDATE" label="OCCURDATE" type="STRING"
length="10" />
<attribute name="EVENTTYPE" label="EVENTTYPE" type="STRING"
length="18" />
<attribute name="STATEBEFORECHANGE" label="STATEBEFORECHANGE"
type="STRING" length="200" />
<attribute name="STATEAFTERCHANGE" label="STATEAFTERCHANGE"
type="STRING" length="200" />
<attribute name="EVENTNAME" label="EVENTNAME" type="STRING"
length="80" />
<attribute name="EVENTSUM" label="EVENTSUM" type="DOUBLE"
length="24" scale="6" />
<attribute name="EVENTCURRENCY" label="EVENTCURRENCY"
type="STRING" length="18" />
<attribute name="EVENTDESCRIBE" label="EVENTDESCRIBE"
type="STRING" length="800" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="20" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="customer_memo" />
</managerProperties>
</manager>
</class>
<class name="IND_EDUCATION" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="BEGINDATE" label="BEGINDATE" type="STRING"
length="10" />
<attribute name="ENDDATE" label="ENDDATE" type="STRING"
length="10" />
<attribute name="SCHOOL" label="SCHOOL" type="STRING"
length="80" />
<attribute name="DEPARTMENT" label="DEPARTMENT" type="STRING"
length="80" />
<attribute name="SPECIALTY" label="SPECIALTY" type="STRING"
length="80" />
<attribute name="DEGREE" label="DEGREE" type="STRING"
length="18" />
<attribute name="EDUEXPERIENCE" label="EDUEXPERIENCE"
type="STRING" length="18" />
<attribute name="SCHOOLLENGTH" label="SCHOOLLENGTH" type="STRING"
length="80" />
<attribute name="DIPLOMANO" label="DIPLOMANO" type="STRING"
length="32" />
<attribute name="DEGREENO" label="DEGREENO" type="STRING"
length="32" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ind_education" />
</managerProperties>
</manager>
</class>
<class name="IND_RESUME" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="BEGINDATE" label="BEGINDATE" type="STRING"
length="10" />
<attribute name="ENDDATE" label="ENDDATE" type="STRING"
length="10" />
<attribute name="EMPLOYMENT" label="EMPLOYMENT" type="STRING"
length="80" />
<attribute name="COMPANYCODE" label="COMPANYCODE" type="STRING"
length="32" />
<attribute name="COMPANYNATURE" label="COMPANYNATURE"
type="STRING" length="18" />
<attribute name="COMPANYTEL" label="COMPANYTEL" type="STRING"
length="32" />
<attribute name="COMPANYADD" label="COMPANYADD" type="STRING"
length="200" />
<attribute name="COMPANYZIP" label="COMPANYZIP" type="STRING"
length="32" />
<attribute name="DEPARTMENT" label="DEPARTMENT" type="STRING"
length="80" />
<attribute name="HEADSHIP" label="HEADSHIP" type="STRING"
length="80" />
<attribute name="MONTHLYWAGES" label="MONTHLYWAGES" type="DOUBLE"
length="24" scale="6" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ind_resume" />
</managerProperties>
</manager>
</class>
<class name="IND_SI" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="SITYPE" label="SITYPE" type="STRING"
length="18" />
<attribute name="SIBALANCE" label="SIBALANCE" type="DOUBLE"
length="24" scale="6" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ind_si" />
</managerProperties>
</manager>
</class>
<class name="IND_BI" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="BITYPE" label="BITYPE" type="STRING"
length="18" />
<attribute name="BINAME" label="BINAME" type="STRING"
length="80" />
<attribute name="UNDERWRITER" label="UNDERWRITER" type="STRING"
length="80" />
<attribute name="INSUREDATE" label="INSUREDATE" type="STRING"
length="10" />
<attribute name="MATURITY" label="MATURITY" type="STRING"
length="10" />
<attribute name="INSUREDSUM" label="INSUREDSUM" type="DOUBLE"
length="24" scale="6" />
<attribute name="CASHVALUE" label="CASHVALUE" type="DOUBLE"
length="24" scale="6" />
<attribute name="CANCELDATE" label="CANCELDATE" type="STRING"
length="10" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ind_bi" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_REALTY" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="CERTIFICATENO" label="CERTIFICATENO"
type="STRING" length="32" />
<attribute name="REALTYNAME" label="REALTYNAME" type="STRING"
length="80" />
<attribute name="REALTYATTRIBUTE" label="REALTYATTRIBUTE"
type="STRING" length="18" />
<attribute name="REALTYAREA" label="REALTYAREA" type="DOUBLE"
length="24" scale="6" />
<attribute name="REALTYADD" label="REALTYADD" type="STRING"
length="80" />
<attribute name="BUILDPRICE" label="BUILDPRICE" type="DOUBLE"
length="24" scale="6" />
<attribute name="EVALUATEPRICE" label="EVALUATEPRICE"
type="DOUBLE" length="24" scale="6" />
<attribute name="SHAREPROP" label="SHAREPROP" type="DOUBLE"
length="10" scale="6" />
<attribute name="PURCHASEDATE" label="PURCHASEDATE" type="STRING"
length="10" />
<attribute name="SALEDATE" label="SALEDATE" type="STRING"
length="10" />
<attribute name="MORTAGAGE" label="MORTAGAGE" type="STRING"
length="18" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="COMPLETEDATE" label="COMPLETEDATE" type="STRING"
length="10" />
<attribute name="REALTYCONTRACTNO" label="REALTYCONTRACTNO"
type="STRING" length="32" />
<attribute name="REALTYFORMAT" label="REALTYFORMAT" type="STRING"
length="32" />
<attribute name="REALTYRANK" label="REALTYRANK" type="STRING"
length="32" />
<attribute name="REALTYUNITPRICE" label="REALTYUNITPRICE"
type="DOUBLE" length="24" scale="6" />
<attribute name="DOWNPAYMENT" label="DOWNPAYMENT" type="DOUBLE"
length="24" scale="6" />
<attribute name="DOWNPAYMENTRATE" label="DOWNPAYMENTRATE"
type="DOUBLE" length="10" scale="6" />
<attribute name="DOWNPAYMENTSOURCE" label="DOWNPAYMENTSOURCE"
type="STRING" length="32" />
<attribute name="REALTYPROVIDER" label="REALTYPROVIDER"
type="STRING" length="40" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_realty" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_VEHICLE" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="VEHICLELICENSE" label="VEHICLELICENSE"
type="STRING" length="32" />
<attribute name="VEHICLESITUATION" label="VEHICLESITUATION"
type="STRING" length="200" />
<attribute name="VEHICLEBRAND" label="VEHICLEBRAND" type="STRING"
length="80" />
<attribute name="UNDERSPANID" label="UNDERSPANID" type="STRING"
length="32" />
<attribute name="ENGINEID" label="ENGINEID" type="STRING"
length="32" />
<attribute name="PURCHASESUM" label="PURCHASESUM" type="DOUBLE"
length="24" scale="6" />
<attribute name="PURCHASEDATE" label="PURCHASEDATE" type="STRING"
length="10" />
<attribute name="PURCHASESTATE" label="PURCHASESTATE"
type="STRING" length="18" />
<attribute name="SALEDATE" label="SALEDATE" type="STRING"
length="10" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="VEHICLECONTRACTNO" label="VEHICLECONTRACTNO"
type="STRING" length="32" />
<attribute name="VEHICLEMODEL" label="VEHICLEMODEL" type="STRING"
length="32" />
<attribute name="VEHICLEYEAR" label="VEHICLEYEAR" type="STRING"
length="10" />
<attribute name="VEHICLENAME" label="VEHICLENAME" type="STRING"
length="32" />
<attribute name="VEHICLEPURPOSE" label="VEHICLEPURPOSE"
type="STRING" length="32" />
<attribute name="DOWNPAYMENT" label="DOWNPAYMENT" type="DOUBLE"
length="24" scale="6" />
<attribute name="DOWNPAYMENTRATE" label="DOWNPAYMENTRATE"
type="DOUBLE" length="10" scale="6" />
<attribute name="DOWNPAYMENTSOURCE" label="DOWNPAYMENTSOURCE"
type="STRING" length="32" />
<attribute name="VEHICLEPROVIDER" label="VEHICLEPROVIDER"
type="STRING" length="40" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_vehicle" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_STOCK" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="CERTIFICATENO" label="CERTIFICATENO"
type="STRING" length="32" />
<attribute name="CERTIFICATETYPE" label="CERTIFICATETYPE"
type="STRING" length="18" />
<attribute name="STOCKCURRENCY" label="STOCKCURRENCY"
type="STRING" length="18" />
<attribute name="MARKETVALUE" label="MARKETVALUE" type="DOUBLE"
length="24" scale="6" />
<attribute name="STOCKTYPE" label="STOCKTYPE" type="STRING"
length="18" />
<attribute name="STOCKNAME" label="STOCKNAME" type="STRING"
length="80" />
<attribute name="STOCKAMOUNT" label="STOCKAMOUNT" type="INT"
length="10" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_stock" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_BOND" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="BONDTYPE" label="BONDTYPE" type="STRING"
length="18" />
<attribute name="BONDNAME" label="BONDNAME" type="STRING"
length="80" />
<attribute name="BEGINDATE" label="BEGINDATE" type="STRING"
length="10" />
<attribute name="ENDDATE" label="ENDDATE" type="STRING"
length="10" />
<attribute name="BONDAMOUNT" label="BONDAMOUNT" type="STRING"
length="80" />
<attribute name="BONDCURRENCY" label="BONDCURRENCY" type="STRING"
length="18" />
<attribute name="BONDSUM" label="BONDSUM" type="DOUBLE"
length="24" scale="6" />
<attribute name="SALEDATE" label="SALEDATE" type="STRING"
length="10" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="RATE" label="RATE" type="DOUBLE" length="24"
scale="6" />
<attribute name="FLAG" label="FLAG" type="STRING" length="18" />
<attribute name="BOURSENAME" label="BOURSENAME" type="STRING"
length="80" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_bond" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_IMASSET" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="32" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="ASSETTYPE" label="ASSETTYPE" type="STRING"
length="18" />
<attribute name="ASSETNAME" label="ASSETNAME" type="STRING"
length="80" />
<attribute name="AUTHNO" label="AUTHNO" type="STRING"
length="32" />
<attribute name="ASSETDESCRIBE" label="ASSETDESCRIBE"
type="STRING" length="200" />
<attribute name="AUTHORG" label="AUTHORG" type="STRING"
length="80" />
<attribute name="AUTHDATE" label="AUTHDATE" type="STRING"
length="10" />
<attribute name="EVALUATEVALUE" label="EVALUATEVALUE"
type="DOUBLE" length="24" scale="6" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="EVALUATEMETHOD" label="EVALUATEMETHOD"
type="STRING" length="200" />
<attribute name="ACCOUNTVALUE" label="ACCOUNTVALUE" type="DOUBLE"
length="24" scale="6" />
<attribute name="RECORDNO" label="RECORDNO" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_imasset" />
</managerProperties>
</manager>
</class>
<class name="IND_OASSET" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="ASSETTYPE" label="ASSETTYPE" type="STRING"
length="18" />
<attribute name="ASSETDESCRIBE" label="ASSETDESCRIBE"
type="STRING" length="200" />
<attribute name="ASSETVALUE" label="ASSETVALUE" type="DOUBLE"
length="24" scale="6" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ind_oasset" />
</managerProperties>
</manager>
</class>
<class name="IND_ODEBT" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="DEBTTYPE" label="DEBTTYPE" type="STRING"
length="18" />
<attribute name="DEBTDESCRIBE" label="DEBTDESCRIBE" type="STRING"
length="200" />
<attribute name="DEBTVALUE" label="DEBTVALUE" type="DOUBLE"
length="24" scale="6" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="80" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="80" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="ind_odebt" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_TAXPAYING" label="" keyAttributes="CUSTOMERID,SERIALNO">
<attributes>
<attribute name="CUSTOMERID" label="CUSTOMERID" type="STRING"
length="32" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="TAXTYPE" label="TAXTYPE" type="STRING"
length="18" />
<attribute name="TAXPAYINGDATE" label="TAXPAYINGDATE"
type="STRING" length="10" />
<attribute name="BEGINDATE" label="BEGINDATE" type="STRING"
length="10" />
<attribute name="ENDDATE" label="ENDDATE" type="STRING"
length="10" />
<attribute name="TAXCURRENCY" label="TAXCURRENCY" type="STRING"
length="18" />
<attribute name="TAXSUM" label="TAXSUM" type="DOUBLE"
length="24" scale="6" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="RECORDNO" label="RECORDNO" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="customer_taxpaying" />
</managerProperties>
</manager>
</class>
<class name="EVALUATE_RECORD" label=""
keyAttributes="objectno,objecttype,serialno">
<attributes>
<attribute name="objecttype" label="objecttype" type="STRING"
length="18" />
<attribute name="objectno" label="objectno" type="STRING"
length="32" />
<attribute name="serialno" label="serialno" type="STRING"
length="32" />
<attribute name="accountmonth" label="accountmonth" type="STRING"
length="10" />
<attribute name="modelno" label="modelno" type="STRING"
length="32" />
<attribute name="evaluatedate" label="evaluatedate" type="STRING"
length="20" />
<attribute name="evaluatescore" label="evaluatescore"
type="DOUBLE" length="24" scale="6" />
<attribute name="evaluateresult" label="evaluateresult"
type="STRING" length="80" />
<attribute name="orgid" label="orgid" type="STRING"
length="32" />
<attribute name="userid" label="userid" type="STRING"
length="32" />
<attribute name="cogndate" label="cogndate" type="STRING"
length="20" />
<attribute name="cognscore" label="cognscore" type="DOUBLE"
length="24" scale="6" />
<attribute name="cognresult" label="cognresult" type="STRING"
length="80" />
<attribute name="cognorgid" label="cognorgid" type="STRING"
length="32" />
<attribute name="cognuserid" label="cognuserid" type="STRING"
length="32" />
<attribute name="remark" label="remark" type="STRING"
length="250" />
<attribute name="cognreason" label="cognreason" type="STRING"
length="250" />
<attribute name="cognresult2" label="cognresult2" type="STRING"
length="80" />
<attribute name="cognusername2" label="cognusername2"
type="STRING" length="80" />
<attribute name="cognreason2" label="cognreason2" type="STRING"
length="250" />
<attribute name="cognresult3" label="cognresult3" type="STRING"
length="80" />
<attribute name="cognusername3" label="cognusername3"
type="STRING" length="80" />
<attribute name="cognreason3" label="cognreason3" type="STRING"
length="250" />
<attribute name="cognuserid3" label="cognuserid3" type="STRING"
length="32" />
<attribute name="cognuserid2" label="cognuserid2" type="STRING"
length="32" />
<attribute name="evaluatelevel" label="evaluatelevel"
type="STRING" length="18" />
<attribute name="finishdate2" label="finishdate2" type="STRING"
length="20" />
<attribute name="finishdate3" label="finishdate3" type="STRING"
length="20" />
<attribute name="finishdate" label="finishdate" type="STRING"
length="20" />
<attribute name="cognresult4" label="cognresult4" type="STRING"
length="80" />
<attribute name="cognusername4" label="cognusername4"
type="STRING" length="80" />
<attribute name="cognreason4" label="cognreason4" type="STRING"
length="250" />
<attribute name="finishdate4" label="finishdate4" type="STRING"
length="20" />
<attribute name="cognuserid4" label="cognuserid4" type="STRING"
length="32" />
<attribute name="reportscope" label="reportscope" type="STRING"
length="8" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="evaluate_record" />
</managerProperties>
</manager>
</class>
<class name="EVALUATE_CATALOG" label="" keyAttributes="modelno">
<attributes>
<attribute name="modelno" label="modelno" type="STRING"
length="32" />
<attribute name="modelname" label="modelname" type="STRING"
length="80" />
<attribute name="modeltype" label="modeltype" type="STRING"
length="18" />
<attribute name="modeldescribe" label="modeldescribe"
type="STRING" length="250" />
<attribute name="transformmethod" label="transformmethod"
type="STRING" length="1600" />
<attribute name="remark" label="remark" type="STRING"
length="250" />
<attribute name="category" label="category" type="STRING"
length="80" />
<attribute name="evaluatecontext" label="evaluatecontext"
type="STRING" length="1500" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="evaluate_catalog" />
</managerProperties>
</manager>
</class>
<class name="RISKSIGNAL_OPINION" label="" keyAttributes="OBJECTNO,SERIALNO">
<attributes>
<attribute name="OBJECTNO" label="OBJECTNO" type="STRING"
length="32" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="32" />
<attribute name="CONFIRMTYPE" label="CONFIRMTYPE" type="STRING"
length="18" />
<attribute name="NEXTCHECKDATE" label="NEXTCHECKDATE"
type="STRING" length="20" />
<attribute name="NEXTCHECKUSER" label="NEXTCHECKUSER"
type="STRING" length="32" />
<attribute name="SIGNALLEVEL" label="SIGNALLEVEL" type="STRING"
length="18" />
<attribute name="SIGNALCHANNEL" label="SIGNALCHANNEL"
type="STRING" length="18" />
<attribute name="OPINION" label="OPINION" type="STRING"
length="200" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="CHECKUSER" label="CHECKUSER" type="STRING"
length="32" />
<attribute name="CHECKORG" label="CHECKORG" type="STRING"
length="32" />
<attribute name="CHECKDATE" label="CHECKDATE" type="STRING"
length="20" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="risksignal_opinion" />
</managerProperties>
</manager>
</class>
<class name="INSPECT_INFO" label="" keyAttributes="OBJECTNO,OBJECTTYPE,SERIALNO">
<attributes>
<attribute name="OBJECTTYPE" label="OBJECTTYPE" type="STRING"
length="32" />
<attribute name="OBJECTNO" label="OBJECTNO" type="STRING"
length="40" />
<attribute name="SERIALNO" label="SERIALNO" type="STRING"
length="40" />
<attribute name="INSPECTTYPE" label="INSPECTTYPE" type="STRING"
length="32" />
<attribute name="UPTODATE" label="UPTODATE" type="STRING"
length="10" />
<attribute name="OPINION1" label="OPINION1" type="STRING"
length="200" />
<attribute name="OPINION2" label="OPINION2" type="STRING"
length="200" />
<attribute name="OPINION3" label="OPINION3" type="STRING"
length="200" />
<attribute name="OPINION4" label="OPINION4" type="STRING"
length="200" />
<attribute name="OPINION5" label="OPINION5" type="STRING"
length="200" />
<attribute name="INSPECTORGID" label="INSPECTORGID" type="STRING"
length="32" />
<attribute name="INSPECTUSERID" label="INSPECTUSERID"
type="STRING" length="32" />
<attribute name="INSPECTDATE" label="INSPECTDATE" type="STRING"
length="10" />
<attribute name="FINISHDATE" label="FINISHDATE" type="STRING"
length="10" />
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING"
length="32" />
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING"
length="32" />
<attribute name="INPUTDATE" label="INPUTDATE" type="STRING"
length="10" />
<attribute name="UPDATEDATE" label="UPDATEDATE" type="STRING"
length="10" />
<attribute name="REMARK" label="REMARK" type="STRING"
length="200" />
<attribute name="CLASSIFYRESULT" label="CLASSIFYRESULT"
type="STRING" length="18" />
<attribute name="STEPTYPE" label="STEPTYPE" type="STRING"
length="18" />
<attribute name="OPINION6" label="OPINION6" type="STRING"
length="200" />
<attribute name="OPINION7" label="OPINION7" type="STRING"
length="200" />
<attribute name="OPINION8" label="OPINION8" type="STRING"
length="200" />
<attribute name="OPINION9" label="OPINION9" type="STRING"
length="200" />
<attribute name="OPINION10" label="OPINION10" type="STRING"
length="200" />
<attribute name="OPINION11" label="OPINION11" type="STRING"
length="200" />
<attribute name="OPINION12" label="OPINION12" type="STRING"
length="200" />
<attribute name="OPINION13" label="OPINION13" type="STRING"
length="200" />
<attribute name="OPINION14" label="OPINION14" type="STRING"
length="200" />
<attribute name="OPINION15" label="OPINION15" type="STRING"
length="200" />
<attribute name="OPINION16" label="OPINION16" type="STRING"
length="200" />
<attribute name="OPINION17" label="OPINION17" type="STRING"
length="200" />
<attribute name="OPINION18" label="OPINION18" type="STRING"
length="200" />
<attribute name="OPINION19" label="OPINION19" type="STRING"
length="200" />
<attribute name="OPINION20" label="OPINION20" type="STRING"
length="200" />
<attribute name="HTMLDATA" label="HTMLDATA" type="STRING"
length="16777215" />
<attribute name="CONTENTLENGTH" label="CONTENTLENGTH"
type="INT" length="10" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="inspect_info" />
</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="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_attribution" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHER_CONNECTION" label="凭证基本信息配置子表"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="96" />
<attribute name="CONFIG_ID" label="科目辅助账类型配置表ID" type="STRING"
length="96" />
<attribute name="ASSTACTTYPE" label="辅助账类型编号" type="STRING"
length="96" />
<attribute name="FILED1" label="预留字段1" type="STRING"
length="300" />
<attribute name="FILED2" label="预留字段2" type="STRING"
length="300" />
<attribute name="FILED3" label="预留字段3" type="STRING"
length="300" />
<attribute name="FILED4" label="预留字段4" type="STRING"
length="300" />
<attribute name="FILED5" label="预留字段5" type="STRING"
length="300" />
<attribute name="MEMO" label="备注" type="STRING" length="3000" />
<attribute name="CONNECTION_STATUS" label="是否有效" type="STRING"
length="30" />
<attribute name="INPUTUSERID" label="创建人" type="STRING"
length="96" />
<attribute name="INPUTTIME" label="创建时间" type="STRING"
length="96" />
<attribute name="INPUTORGID" label="创建部门" type="STRING"
length="96" />
<attribute name="UPDATEUSERID" label="修改人" type="STRING"
length="96" />
<attribute name="UPDATETIME" label="修改时间" type="STRING"
length="96" />
<attribute name="UPDATEORGID" label="修改部门" type="STRING"
length="96" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHER_CONNECTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHER_V8" label="凭证信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="96" />
<attribute name="EVIDENCE_MESSAGE" label="凭证输出起始标志位" type="STRING"
length="150" />
<attribute name="EVIDENCE_TYPE" label="基本类别" type="STRING"
length="150" />
<attribute name="PERIODYEAR" label="会计期间-年" type="STRING"
length="30" />
<attribute name="F1" label="会计处理日" type="STRING" length="60" />
<attribute name="F2" label="凭证字" type="STRING" length="30" />
<attribute name="F3" label="凭证号" type="STRING" length="60" />
<attribute name="F4" label="附单据号" type="STRING" length="60" />
<attribute name="F5" label="摘要" type="STRING" length="2700" />
<attribute name="F6" label="科目编号" type="STRING" length="96" />
<attribute name="F7" label="借方金额" type="DOUBLE" length="22"
scale="2" />
<attribute name="F8" label="贷方金额" type="DOUBLE" length="22"
scale="2" />
<attribute name="F9" label="数量" type="STRING" length="30" />
<attribute name="F10" label="外币" type="STRING" length="30" />
<attribute name="F11" label="汇率" type="STRING" length="96" />
<attribute name="F12" label="制单人" type="STRING" length="600" />
<attribute name="F13" label="结算方式" type="STRING" length="300" />
<attribute name="F14" label="票号" type="STRING" length="300" />
<attribute name="F15" label="到账日期" type="STRING" length="60" />
<attribute name="F16" label="部门编码" type="STRING" length="96" />
<attribute name="F17" label="个人编码" type="STRING" length="96" />
<attribute name="F18" label="客户编码(合同)" type="STRING"
length="96" />
<attribute name="F19" label="供应商编码" type="STRING" length="96" />
<attribute name="F20" label="业务员编码" type="STRING" length="60" />
<attribute name="F21" label="项目编码" type="STRING" length="96" />
<attribute name="F22" label="项目id" type="STRING" length="96" />
<attribute name="F23" label="合同id" type="STRING" length="600" />
<attribute name="F24" label="承租人id" type="STRING" length="96" />
<attribute name="F25" label="供应商id" type="STRING" length="600" />
<attribute name="F26" label="自定义项" type="STRING" length="600" />
<attribute name="F27" label="自定义项" type="STRING" length="600" />
<attribute name="F28" label="自定义项" type="STRING" length="600" />
<attribute name="F29" label="自定义项" type="STRING" length="600" />
<attribute name="F30" label="自定义项" type="STRING" length="600" />
<attribute name="F31" label="自定义项" type="STRING" length="600" />
<attribute name="F32" label="自定义项" type="STRING" length="600" />
<attribute name="F33" label="自定义项" type="STRING" length="600" />
<attribute name="F34" label="自定义项" type="STRING" length="600" />
<attribute name="F35" label="业务类型" type="STRING" length="600" />
<attribute name="F36" label="自定义项" type="STRING" length="600" />
<attribute name="F37" label="自定义项" type="STRING" length="600" />
<attribute name="F38" label="自定义项" type="STRING" length="600" />
<attribute name="F39" label="自定义项" type="STRING" length="600" />
<attribute name="F40" label="自定义项" type="STRING" length="600" />
<attribute name="F41" label="自定义项" type="STRING" length="600" />
<attribute name="F42" label="自定义项" type="STRING" length="600" />
<attribute name="F43" label="自定义项" type="STRING" length="600" />
<attribute name="F44" label="自定义项" type="STRING" length="600" />
<attribute name="F45" label="自定义项" type="STRING" length="600" />
<attribute name="F46" label="自定义项" type="STRING" length="600" />
<attribute name="F47" label="自定义项" type="STRING" length="600" />
<attribute name="F48" label="自定义项" type="STRING" length="600" />
<attribute name="F49" label="帐套" type="STRING" length="600" />
<attribute name="F50" label="公司所属名称" type="STRING" length="600" />
<attribute name="F51" label="会计期间-年" type="STRING" length="30" />
<attribute name="F52" label="会计期间-月" type="STRING" length="30" />
<attribute name="F53" label="自定义项" type="STRING" length="600" />
<attribute name="F54" label="现金流量项目" type="STRING" length="600" />
<attribute name="F55" label="现金流量借方金额" type="DOUBLE"
length="22" scale="2" />
<attribute name="F56" label="现金流量贷方金额" type="DOUBLE"
length="22" scale="2" />
<attribute name="F57" label="自定义项" type="STRING" length="600" />
<attribute name="F58" label="自定义项" type="STRING" length="600" />
<attribute name="F59" label="序列号" type="STRING" length="600" />
<attribute name="F60" label="业务合同编号" type="STRING" length="600" />
<attribute name="F61" label="项目名称" type="STRING" length="600" />
<attribute name="F62" label="科目名称" type="STRING" length="96" />
<attribute name="F63" label="部门名称" type="STRING" length="96" />
<attribute name="F64" label="自定义项" type="STRING" length="600" />
<attribute name="F65" label="客户名称" type="STRING" length="96" />
<attribute name="F66" label="供应商名称" type="STRING" length="96" />
<attribute name="F67" label="合同编号" type="STRING" length="96" />
<attribute name="F68" label="项目大类编码" type="STRING" length="600" />
<attribute name="F69" label="项目大类名称" type="STRING" length="600" />
<attribute name="F70" label="对方科目" type="STRING" length="3000" />
<attribute name="F71" label="银行两清标志" type="STRING" length="150" />
<attribute name="F72" label="往来两清标志" type="STRING" length="150" />
<attribute name="F73" label="银行核销标志" type="STRING" length="150" />
<attribute name="F74" label="外部系统名称" type="STRING" length="600" />
<attribute name="F75" label="外部账套号" type="STRING" length="300" />
<attribute name="F76" label="外部会计年度" type="STRING" length="30" />
<attribute name="F77" label="外部会计期间" type="STRING" length="30" />
<attribute name="F78" label="外部制单日期" type="STRING" length="60" />
<attribute name="F79" label="外部系统版本" type="STRING" length="300" />
<attribute name="F80" label="凭证标识" type="STRING" length="30" />
<attribute name="F81" label="分录自动编号" type="STRING" length="30" />
<attribute name="F82" label="唯一标识" type="STRING" length="30" />
<attribute name="F83" label="主管签字" type="STRING" length="150" />
<attribute name="F84" label="自由项11" type="STRING" length="300" />
<attribute name="F85" label="自由项12" type="STRING" length="300" />
<attribute name="F86" label="自由项13" type="STRING" length="300" />
<attribute name="F87" label="自由项14" type="STRING" length="300" />
<attribute name="F88" label="自由项15" type="STRING" length="300" />
<attribute name="F89" label="自由项16" type="STRING" length="300" />
<attribute name="F90" label="审核日期" type="STRING" length="300" />
<attribute name="STATUS" label="凭证状态" type="STRING"
length="60" />
<attribute name="GENERATE_DATE" label="凭证发生日期" type="STRING"
length="60" />
<attribute name="V8_FLAG" label="导入财务系统状态" type="STRING"
length="60" />
<attribute name="MODULE_NAME" label="业务模块" type="STRING"
length="1500" />
<attribute name="V8_MEMO" label="导入财务系统备注" type="STRING"
length="1500" />
<attribute name="EXP_DATE" label="导入财务系统日期" type="STRING"
length="60" />
<attribute name="INPUTTIME" label="创建时间" type="STRING"
length="60" />
<attribute name="UPDATETIME" label="修改时间" type="STRING"
length="60" />
<attribute name="ENTRYDC" label="借贷方向" type="STRING"
length="30" />
<attribute name="DEPT_ID" label="公司所属编号" type="STRING"
length="600" />
<attribute name="DEPT_NAME" label="公司所属名称" type="STRING"
length="600" />
<attribute name="INPUTUSERID" label="创建人" type="STRING"
length="96" />
<attribute name="UPDATEUSERID" label="修改人" type="STRING"
length="96" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHER_V8" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHERASS_STACTS_CONFIG" label="科目辅助账类型配置表"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="96" />
<attribute name="SUBJECTS_NAME" label="科目名称" type="STRING"
length="3000" />
<attribute name="SUBJECTS_CODE" label="科目编号" type="STRING"
length="300" />
<attribute name="ASSTACTTYPE_CUST" label="客户01" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_VENDOR" label="供应商02" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_BANK" label="银行账户03" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_FOUR" label="预留04" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_EMPLOYEE" label="职员05" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_SIX" label="预留06" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_ORGANIZATION" label="行政组织07"
type="STRING" length="30" />
<attribute name="SUBJECTS_ID" label="科目编码ID(用于多分公司同一科目不同科目编码)"
type="STRING" length="96" />
<attribute name="SUBJECTS_OWNER" label="所属区域(科目对应的所属区域)"
type="STRING" length="96" />
<attribute name="AUXILIARY_TYPE" label="辅助账类别" type="STRING"
length="300" />
<attribute name="CONFIG_STATUS" label="是否有效" type="STRING"
length="30" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHERASS_STACTS_CONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHERASSSTACTS_INFO" label="辅助账类型" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="32" />
<attribute name="ASSTACTTYPE" label="辅助账类型编号" type="STRING"
length="50" />
<attribute name="ASSTACTTYPENAME" label="辅助账类型名称" type="STRING"
length="100" />
<attribute name="MEMO" label="备注" type="STRING" length="1000" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="32" />
<attribute name="INPUTTIME" label="登记时间" type="STRING"
length="32" />
<attribute name="INPUTORGID" 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" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHERASSSTACTS_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_VOUCHER_V8" label="用友V8凭证视图" keyAttributes="id">
<attributes>
<attribute name="f3" label="凭证号" type="STRING" />
<attribute name="id" label="主键" type="STRING" />
<attribute name="module_name" label="系统模块" type="STRING" />
<attribute name="dept_name" label="部门所属" type="STRING" />
<attribute name="f1" label="记账日期" type="STRING" />
<attribute name="f15" label="到账日期" type="STRING" />
<attribute name="f2" label="凭证字" type="STRING" />
<attribute name="evidence_type" label="基本类别" type="STRING" />
<attribute name="V8_STATUS" label="凭证状态" type="STRING" />
<attribute name="v8_flag" label="导出状态" type="STRING" />
<attribute name="detail" label="detail" type="STRING" />
<attribute name="f21" label="项目编码" type="STRING" />
<attribute name="v8_memo" label="导出备注" type="STRING" />
<attribute name="f5" label="摘要" type="STRING" />
<attribute name="exp_date" label="导出日期" type="STRING" />
<attribute name="generate_date" label="生成日期" type="STRING" />
<attribute name="f6" label="科目编号" type="STRING" />
<attribute name="f16" label="部门编号" type="STRING" />
<attribute name="f19" label="供应商编号" type="STRING" />
<attribute name="f67" label="合同编号" type="STRING" />
<attribute name="f89" label="导出次数" type="STRING" />
<attribute name="f60" label="业务合同编号" type="STRING" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_VOUCHER_V8" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHER_CONNECTION" label="凭证基本信息配置子表"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="96" />
<attribute name="CONFIG_ID" label="科目辅助账类型配置表ID" type="STRING"
length="96" />
<attribute name="ASSTACTTYPE" label="辅助账类型编号" type="STRING"
length="96" />
<attribute name="FILED1" label="预留字段1" type="STRING"
length="300" />
<attribute name="FILED2" label="预留字段2" type="STRING"
length="300" />
<attribute name="FILED3" label="预留字段3" type="STRING"
length="300" />
<attribute name="FILED4" label="预留字段4" type="STRING"
length="300" />
<attribute name="FILED5" label="预留字段5" type="STRING"
length="300" />
<attribute name="MEMO" label="备注" type="STRING" length="3000" />
<attribute name="CONNECTION_STATUS" label="是否有效" type="STRING"
length="30" />
<attribute name="INPUTUSERID" label="创建人" type="STRING"
length="96" />
<attribute name="INPUTTIME" label="创建时间" type="STRING"
length="96" />
<attribute name="INPUTORGID" label="创建部门" type="STRING"
length="96" />
<attribute name="UPDATEUSERID" label="修改人" type="STRING"
length="96" />
<attribute name="UPDATETIME" label="修改时间" type="STRING"
length="96" />
<attribute name="UPDATEORGID" label="修改部门" type="STRING"
length="96" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHER_CONNECTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHER_V8" label="凭证信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="96" />
<attribute name="EVIDENCE_MESSAGE" label="凭证输出起始标志位" type="STRING"
length="150" />
<attribute name="EVIDENCE_TYPE" label="基本类别" type="STRING"
length="150" />
<attribute name="PERIODYEAR" label="会计期间-年" type="STRING"
length="30" />
<attribute name="F1" label="会计处理日" type="STRING" length="60" />
<attribute name="F2" label="凭证字" type="STRING" length="30" />
<attribute name="F3" label="凭证号" type="STRING" length="60" />
<attribute name="F4" label="附单据号" type="STRING" length="60" />
<attribute name="F5" label="摘要" type="STRING" length="2700" />
<attribute name="F6" label="科目编号" type="STRING" length="96" />
<attribute name="F7" label="借方金额" type="DOUBLE" length="22"
scale="2" />
<attribute name="F8" label="贷方金额" type="DOUBLE" length="22"
scale="2" />
<attribute name="F9" label="数量" type="STRING" length="30" />
<attribute name="F10" label="外币" type="STRING" length="30" />
<attribute name="F11" label="汇率" type="STRING" length="96" />
<attribute name="F12" label="制单人" type="STRING" length="600" />
<attribute name="F13" label="结算方式" type="STRING" length="300" />
<attribute name="F14" label="票号" type="STRING" length="300" />
<attribute name="F15" label="到账日期" type="STRING" length="60" />
<attribute name="F16" label="部门编码" type="STRING" length="96" />
<attribute name="F17" label="个人编码" type="STRING" length="96" />
<attribute name="F18" label="客户编码(合同)" type="STRING"
length="96" />
<attribute name="F19" label="供应商编码" type="STRING" length="96" />
<attribute name="F20" label="业务员编码" type="STRING" length="60" />
<attribute name="F21" label="项目编码" type="STRING" length="96" />
<attribute name="F22" label="项目id" type="STRING" length="96" />
<attribute name="F23" label="合同id" type="STRING" length="600" />
<attribute name="F24" label="承租人id" type="STRING" length="96" />
<attribute name="F25" label="供应商id" type="STRING" length="600" />
<attribute name="F26" label="自定义项" type="STRING" length="600" />
<attribute name="F27" label="自定义项" type="STRING" length="600" />
<attribute name="F28" label="自定义项" type="STRING" length="600" />
<attribute name="F29" label="自定义项" type="STRING" length="600" />
<attribute name="F30" label="自定义项" type="STRING" length="600" />
<attribute name="F31" label="自定义项" type="STRING" length="600" />
<attribute name="F32" label="自定义项" type="STRING" length="600" />
<attribute name="F33" label="自定义项" type="STRING" length="600" />
<attribute name="F34" label="自定义项" type="STRING" length="600" />
<attribute name="F35" label="业务类型" type="STRING" length="600" />
<attribute name="F36" label="自定义项" type="STRING" length="600" />
<attribute name="F37" label="自定义项" type="STRING" length="600" />
<attribute name="F38" label="自定义项" type="STRING" length="600" />
<attribute name="F39" label="自定义项" type="STRING" length="600" />
<attribute name="F40" label="自定义项" type="STRING" length="600" />
<attribute name="F41" label="自定义项" type="STRING" length="600" />
<attribute name="F42" label="自定义项" type="STRING" length="600" />
<attribute name="F43" label="自定义项" type="STRING" length="600" />
<attribute name="F44" label="自定义项" type="STRING" length="600" />
<attribute name="F45" label="自定义项" type="STRING" length="600" />
<attribute name="F46" label="自定义项" type="STRING" length="600" />
<attribute name="F47" label="自定义项" type="STRING" length="600" />
<attribute name="F48" label="自定义项" type="STRING" length="600" />
<attribute name="F49" label="帐套" type="STRING" length="600" />
<attribute name="F50" label="公司所属名称" type="STRING" length="600" />
<attribute name="F51" label="会计期间-年" type="STRING" length="30" />
<attribute name="F52" label="会计期间-月" type="STRING" length="30" />
<attribute name="F53" label="自定义项" type="STRING" length="600" />
<attribute name="F54" label="现金流量项目" type="STRING" length="600" />
<attribute name="F55" label="现金流量借方金额" type="DOUBLE"
length="22" scale="2" />
<attribute name="F56" label="现金流量贷方金额" type="DOUBLE"
length="22" scale="2" />
<attribute name="F57" label="自定义项" type="STRING" length="600" />
<attribute name="F58" label="自定义项" type="STRING" length="600" />
<attribute name="F59" label="序列号" type="STRING" length="600" />
<attribute name="F60" label="业务合同编号" type="STRING" length="600" />
<attribute name="F61" label="项目名称" type="STRING" length="600" />
<attribute name="F62" label="科目名称" type="STRING" length="96" />
<attribute name="F63" label="部门名称" type="STRING" length="96" />
<attribute name="F64" label="自定义项" type="STRING" length="600" />
<attribute name="F65" label="客户名称" type="STRING" length="96" />
<attribute name="F66" label="供应商名称" type="STRING" length="96" />
<attribute name="F67" label="合同编号" type="STRING" length="96" />
<attribute name="F68" label="项目大类编码" type="STRING" length="600" />
<attribute name="F69" label="项目大类名称" type="STRING" length="600" />
<attribute name="F70" label="租赁类型" type="STRING" length="3000" />
<attribute name="F71" label="银行两清标志" type="STRING" length="150" />
<attribute name="F72" label="往来两清标志" type="STRING" length="150" />
<attribute name="F73" label="银行核销标志" type="STRING" length="150" />
<attribute name="F74" label="外部系统名称" type="STRING" length="600" />
<attribute name="F75" label="外部账套号" type="STRING" length="300" />
<attribute name="F76" label="外部会计年度" type="STRING" length="30" />
<attribute name="F77" label="外部会计期间" type="STRING" length="30" />
<attribute name="F78" label="外部制单日期" type="STRING" length="60" />
<attribute name="F79" label="外部系统版本" type="STRING" length="300" />
<attribute name="F80" label="凭证标识" type="STRING" length="30" />
<attribute name="F81" label="分录自动编号" type="STRING" length="30" />
<attribute name="F82" label="唯一标识" type="STRING" length="30" />
<attribute name="F83" label="主管签字" type="STRING" length="150" />
<attribute name="F84" label="自由项11" type="STRING" length="300" />
<attribute name="F85" label="自由项12" type="STRING" length="300" />
<attribute name="F86" label="自由项13" type="STRING" length="300" />
<attribute name="F87" label="自由项14" type="STRING" length="300" />
<attribute name="F88" label="自由项15" type="STRING" length="300" />
<attribute name="F89" label="自由项16" type="STRING" length="300" />
<attribute name="F90" label="审核日期" type="STRING" length="300" />
<attribute name="V8_STATUS" label="凭证状态" type="STRING"
length="60" />
<attribute name="GENERATE_DATE" label="凭证发生日期" type="STRING"
length="60" />
<attribute name="V8_FLAG" label="导入财务系统状态" type="STRING"
length="60" />
<attribute name="MODULE_NAME" label="业务模块" type="STRING"
length="1500" />
<attribute name="V8_MEMO" label="导入财务系统备注" type="STRING"
length="1500" />
<attribute name="EXP_DATE" label="导入财务系统日期" type="STRING"
length="60" />
<attribute name="INPUTTIME" label="创建时间" type="STRING"
length="60" />
<attribute name="UPDATETIME" label="修改时间" type="STRING"
length="60" />
<attribute name="ENTRYDC" label="借贷方向" type="STRING"
length="30" />
<attribute name="DEPT_ID" label="公司所属编号" type="STRING"
length="600" />
<attribute name="DEPT_NAME" label="公司所属名称" type="STRING"
length="600" />
<attribute name="INPUTUSERID" label="创建人" type="STRING"
length="96" />
<attribute name="UPDATEUSERID" label="修改人" type="STRING"
length="96" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHER_V8" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHERASS_STACTS_CONFIG" label="科目辅助账类型配置表"
keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="96" />
<attribute name="SUBJECTS_NAME" label="科目名称" type="STRING"
length="3000" />
<attribute name="SUBJECTS_CODE" label="科目编号" type="STRING"
length="300" />
<attribute name="ASSTACTTYPE_CUST" label="客户01" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_VENDOR" label="供应商02" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_BANK" label="银行账户03" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_FOUR" label="预留04" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_EMPLOYEE" label="职员05" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_SIX" label="预留06" type="STRING"
length="30" />
<attribute name="ASSTACTTYPE_ORGANIZATION" label="行政组织07"
type="STRING" length="30" />
<attribute name="SUBJECTS_ID" label="科目编码ID(用于多分公司同一科目不同科目编码)"
type="STRING" length="96" />
<attribute name="SUBJECTS_OWNER" label="所属区域(科目对应的所属区域)"
type="STRING" length="96" />
<attribute name="AUXILIARY_TYPE" label="辅助账类别" type="STRING"
length="300" />
<attribute name="CONFIG_STATUS" label="是否有效" type="STRING"
length="30" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHERASS_STACTS_CONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VOUCHERASSSTACTS_INFO" label="辅助账类型" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识符" type="STRING" length="32" />
<attribute name="ASSTACTTYPE" label="辅助账类型编号" type="STRING"
length="50" />
<attribute name="ASSTACTTYPENAME" label="辅助账类型名称" type="STRING"
length="100" />
<attribute name="MEMO" label="备注" type="STRING" length="1000" />
<attribute name="INPUTUSERID" label="登记人" type="STRING"
length="32" />
<attribute name="INPUTTIME" label="登记时间" type="STRING"
length="32" />
<attribute name="INPUTORGID" 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" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VOUCHERASSSTACTS_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_VOUCHER_V8" label="用友V8凭证视图" keyAttributes="id">
<attributes>
<attribute name="f3" label="凭证号" type="STRING" />
<attribute name="id" label="主键" type="STRING" />
<attribute name="module_name" label="系统模块" type="STRING" />
<attribute name="dept_name" label="部门所属" type="STRING" />
<attribute name="f1" label="记账日期" type="STRING" />
<attribute name="f15" label="到账日期" type="STRING" />
<attribute name="f2" label="凭证字" type="STRING" />
<attribute name="evidence_type" label="基本类别" type="STRING" />
<attribute name="V8_STATUS" label="凭证状态" type="STRING" />
<attribute name="v8_flag" label="导出状态" type="STRING" />
<attribute name="detail" label="detail" type="STRING" />
<attribute name="f21" label="项目编码" type="STRING" />
<attribute name="v8_memo" label="导出备注" type="STRING" />
<attribute name="f5" label="摘要" type="STRING" />
<attribute name="exp_date" label="导出日期" type="STRING" />
<attribute name="generate_date" label="生成日期" type="STRING" />
<attribute name="f6" label="科目编号" type="STRING" />
<attribute name="f16" label="部门编号" type="STRING" />
<attribute name="f19" label="供应商编号" type="STRING" />
<attribute name="f67" label="合同编号" type="STRING" />
<attribute name="f89" label="导出次数" type="STRING" />
<attribute name="f60" label="业务合同编号" type="STRING" />
<attribute name="FLAG" label="NC传输状态" type="STRING" />
<attribute name="BATCH" label="NC传输批次号" type="STRING" />
<attribute name="CREATE_TIME" label="NC传输成功日期" type="STRING" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_VOUCHER_V8" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="lpapplication" 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="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="ocategory" 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="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="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="establish_date" label="成立日期" type="STRING" length="100"/>
<attribute name="fax" label="传真" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lpapplication" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_FILE_ARCHIVING_INFO_TEMP" label="档案归档信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="ARCHIVING_PERSON" label="归档人" type="STRING" length="32"/>
<attribute name="ARCHIVING_TIME" label="归档时间" type="STRING" length="32"/>
<attribute name="ARCHIVING_CABINET_NO" label="档案柜号" type="STRING" length="32"/>
<attribute name="DEMO" 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"/>
<attribute name="FILE_NUMBER" label="档案编号" type="STRING" length="32"/>
<attribute name="FILE_EFFECT_TIME" label="档案生效时间" type="STRING" length="32"/>
<attribute name="REMARKS" label="备注" type="STRING" length="32"/>
<attribute name="FILE_BORROWING_TIME" label="档案借阅时间" type="STRING" length="32"/>
<attribute name="MORTGAGE_COMPLETION_TIME" label="抵押完成时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_file_archiving_info_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_DOCLIBRARY" label="归档资料清单表" keyAttributes="ID">
<attributes>
<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" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_PRODUCT_CAR" label="车系信息管理" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="product_id" label="产品编号" type="STRING" length="32"/>
<attribute name="brandid" label="车系编号" type="STRING" length="32"/>
<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_product_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CAR_BRAND" label="车品牌" keyAttributes="id">
<attributes>
<attribute name="id" label="标识编号" type="STRING" length="100"/>
<attribute name="brandid" label="品牌ID" type="STRING" length="100"/>
<attribute name="initiala" label="品牌首字母" type="STRING" length="32"/>
<attribute name="name" label="品牌名称" type="STRING" length="100"/>
<attribute name="sortno" label="排序号" type="STRING" length="10"/>
<attribute name="isshow" label="是否显示" type="STRING" length="10"/>
<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"/>
<attribute name="interfactid" label="第三方ID" type="STRING" length="100"/>
<attribute name="carimage" label="图标" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_car_brand" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CAR_BRANDSE" label="车系列" keyAttributes="id">
<attributes>
<attribute name="id" label="编号" type="STRING" length="100"/>
<attribute name="brandid" label="品牌ID" type="STRING" length="100"/>
<attribute name="brandname" label="品牌名称" type="STRING" length="100"/>
<attribute name="seriesid" label="车系ID" type="STRING" length="100"/>
<attribute name="seriesname" label="车系名称" type="STRING" length="100"/>
<attribute name="seriesgroupname" label="车系组名" type="STRING" length="100"/>
<attribute name="modelid" label="车型ID" type="STRING" length="100"/>
<attribute name="modelname" label="车型名称" type="STRING" length="100"/>
<attribute name="levelname" label="汽车品种" type="STRING" length="100"/>
<attribute name="makertype" label="制造商类型" type="STRING" length="100"/>
<attribute name="geartype" label="变速箱" type="STRING" length="100"/>
<attribute name="dischargestandard" label="排放标准" type="STRING" length="100"/>
<attribute name="seatnumber" label="座位数" type="STRING" length="100"/>
<attribute name="year" label="年款" type="STRING" length="100"/>
<attribute name="displacement" label="排量" type="STRING" length="100"/>
<attribute name="guidanceprice" label="指导价" type="STRING" length="100"/>
<attribute name="minregyear" label="最小上牌年份" type="STRING" length="100"/>
<attribute name="maxregyear" label="最大上牌年份" type="STRING" length="100"/>
<attribute name="isshow" label="是否显示" type="STRING" length="32"/>
<attribute name="interfaceid" label="第三方ID" type="STRING" length="100"/>
<attribute name="dynamictype" label="动力类型" type="STRING" length="100"/>
<attribute name="transmission" label="变速器" type="STRING" length="100"/>
<attribute name="drive" label="驱动" type="STRING" length="100"/>
<attribute name="configure" label="配置" type="STRING" length="100"/>
<attribute name="redbluelabel" label="红蓝标" type="STRING" length="100"/>
<attribute name="assetcoding" label="资产编码" type="STRING" length="100"/>
<attribute name="assetname" label="资产名称" type="STRING" length="200"/>
<attribute name="sortno" 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_car_brandse" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_PRODUCT_SALVAGE" label="贴息管理" keyAttributes="id">
<attributes>
<attribute name="id" label="标识id" type="STRING" length="32"/>
<attribute name="product_id" label="产品id" type="STRING" length="32"/>
<attribute name="car_id" label="车系id" type="STRING" length="32"/>
<attribute name="dis_attribute" label="贴息属性" type="STRING" length="32"/>
<attribute name="fix_amount" label="固定金额" type="STRING" length="32"/>
<attribute name="dis_ratio" label="贴息比例" type="STRING" length="32"/>
<attribute name="total_discount" label="贴息总额" type="STRING" length="52"/>
<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"/>
<attribute name="effect_start" label="生效开始日期" type="STRING" length="100"/>
<attribute name="effect_end" label="生效结束日期" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_product_salvage" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_EQUIPMENT_CAR" 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="DEVICE_TYPE" label="设备类型" type="STRING" length="30"/>
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
<attribute name="BRAND" label="品牌" type="STRING" length="30"/>
<attribute name="MODEL" label="型号/规格" type="STRING" length="60"/>
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="30"/>
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
<attribute name="EQUIP_PRICE" label="交易价格" type="STRING" length="30"/>
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
<attribute name="NOW_TOTAL" label="设备现值" type="STRING" length="30"/>
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
<attribute name="MANUFACTURER_NAME" label="制造商" type="STRING" length="200"/>
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
<attribute name="MEMO" label="其他配置说明" type="STRING" length="1000"/>
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
<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="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
<attribute name="MODIFY_REASON" label="修改原因" type="STRING" length="32"/>
<attribute name="DRIVE_TYPE" label="驱动形式" type="STRING" length="100"/>
<attribute name="carcolor" label="车辆颜色1" type="STRING" length="32"/>
<attribute name="CAR_COLOUR" label="车辆颜色" type="STRING" length="32"/>
<attribute name="DISPLACEMENT" label="排量" type="STRING" length="32"/>
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号码" type="STRING" length="32"/>
<attribute name="EXPIRYDATE" label="年检有效期" type="STRING" length="32"/>
<attribute name="D_NAME" label="驾驶人姓名" type="STRING" length="32"/>
<attribute name="D_SEX" label="驾驶人性别" type="STRING" length="32"/>
<attribute name="D_CERTID" label="驾驶人身份证号" type="STRING" length="32"/>
<attribute name="D_CERT_ADDR" label="驾驶人身份证地址" type="STRING" length="200"/>
<attribute name="D_CERT_VALID" label="驾驶人身份证有效期" type="STRING" length="32"/>
<attribute name="D_DRIVE" label="驾驶证" type="STRING" length="32"/>
<attribute name="D_TEL" label="驾驶人手机号码" type="STRING" length="32"/>
<attribute name="D_ADDR" label="驾驶人常住地址" type="STRING" length="200"/>
<attribute name="D_EDU_LEVEL" label="驾驶人学历" type="STRING" length="32"/>
<attribute name="D_WORK_NAME" label="驾驶人公司名称" type="STRING" length="100"/>
<attribute name="D_WORK_ADDR" label="驾驶人公司地址" type="STRING" length="200"/>
<attribute name="D_WORK_YEAR" label="驾驶人当前工作工作年限" type="STRING" length="32"/>
<attribute name="D_SALARY" label="驾驶人月薪" type="DOUBLE" length="22" scale="2"/>
<attribute name="D_ID" label="驾驶人ID" type="STRING" length="32"/>
<attribute name="car_series" label="车系" type="STRING" length="80"/>
<attribute name="gears" label="档位" type="STRING" length="80"/>
<attribute name="evaluated_price" label="评估价格" type="STRING" length="32"/>
<attribute name="INVOICEDPRICE" label="证件号" type="STRING" length="100"/>
<attribute name="excellent_dealer_low_buy_price" label="优秀最低车商收购价" type="STRING" length="32"/>
<attribute name="excellent_dealer_buy_price" label=" 优秀车商收车价" type="STRING" length="32"/>
<attribute name="excellent_individual_low_sold_price" label="优秀最低个人交易价" type="STRING" length="32"/>
<attribute name="excellent_individual_price" label=" 优秀个人交易价" type="STRING" length="32"/>
<attribute name="excellent_dealer_low_sold_price" label="优秀最低车商零售价" type="STRING" length="32"/>
<attribute name="excellent_dealer_price" label="优秀车商零售价" type="STRING" length="32"/>
<attribute name="excellent_dealer_high_sold_price" label="优秀最高车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_low_buy_price" label="良好最低车商收购" type="STRING" length="32"/>
<attribute name="good_dealer_buy_price" label=" 良好车商收车价" type="STRING" length="32"/>
<attribute name="good_individual_low_sold_price" label="良好最低个人交易价" type="STRING" length="32"/>
<attribute name="good_individual_price" label=" 良好个人交易价" type="STRING" length="32"/>
<attribute name="good_dealer_low_sold_price" label="良好最低车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_price" label="良好车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_high_sold_price" label="良好最高车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_low_buy_price" label="普通最低车商收购" type="STRING" length="32"/>
<attribute name="normal_dealer_buy_price" label=" 普通车商收车价" type="STRING" length="32"/>
<attribute name="normal_individual_low_sold_price" label="普通最低个人交易价" type="STRING" length="32"/>
<attribute name="normal_individual_price" label=" 普通个人交易价" type="STRING" length="32"/>
<attribute name="normal_dealer_low_sold_price" label="普通最低车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_price" label="普通车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_high_sold_price" label="普通最高车商零售价" type="STRING" length="32"/>
<attribute name="discharge_standard" label="排放标准" type="STRING" length="32"/>
<attribute name="detail_report_url" label="详细估值结果报告页面地址" type="STRING" length="100"/>
<attribute name="taken" label="查询编号" type="STRING" length="32"/>
<attribute name="modelId" label="车型ID" type="STRING" length="32"/>
<attribute name="zone" label="城市标识" type="STRING" length="32"/>
<attribute name="regDate" label="车牌上牌日期" type="STRING" length="32"/>
<attribute name="mile" label="车辆行驶里程" type="STRING" length="32"/>
<attribute name="CITYID" label="CITYID" type="STRING" length="32"/>
<attribute name="CITYNAME" label="CITYNAME" 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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_equipment_car" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_EQUIPMENT_CAR_TEMP" 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="DEVICE_TYPE" label="车辆类型" type="STRING" length="30"/>
<attribute name="EQUIP_NAME" label="设备名称" type="STRING" length="200"/>
<attribute name="BRAND" label="车辆品牌" type="STRING" length="300"/>
<attribute name="MODEL" label="型号" type="STRING" length="300"/>
<attribute name="EQUIP_NUM" label="数量" type="STRING" length="300"/>
<attribute name="PRICE" label="单价" type="STRING" length="30"/>
<attribute name="UNIT" label="单位" type="STRING" length="30"/>
<attribute name="EQUIP_PRICE" label="交易价格" type="STRING" length="30"/>
<attribute name="TOTAL" label="设备原值" type="STRING" length="30"/>
<attribute name="NOW_TOTAL" label="车辆指导价" type="STRING" length="30"/>
<attribute name="VNDR" label="供应商id" type="STRING" length="32"/>
<attribute name="VNDR_NAME" label="供应商" type="STRING" length="200"/>
<attribute name="MANUFACTURER" label="制造商id" type="STRING" length="32"/>
<attribute name="MANUFACTURER_NAME" label="生产商" type="STRING" length="200"/>
<attribute name="EQUIP_NUMBER" label="设备序列号" type="STRING" length="30"/>
<attribute name="EQUIP_DELIVERY_PLACE" label="交付地点" type="STRING" length="100"/>
<attribute name="EQUIP_DELIVERY_DATE" label="交付时间" type="STRING" length="30"/>
<attribute name="EQUIP_PLACE" label="设备设置地址" type="STRING" length="100"/>
<attribute name="MEMO" label="其他配置说明" type="STRING" length="1000"/>
<attribute name="DATA_STATE" label="数据状态" type="STRING" length="32"/>
<attribute name="IS_FLOW" label="是否在流程中" type="STRING" length="1000"/>
<attribute name="STATUS" label="状态" type="STRING" length="1000"/>
<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="FRAME_NUMBER" label="车架号" type="STRING" length="100"/>
<attribute name="ENGINE_NUMBER" label="发动机号" type="STRING" length="100"/>
<attribute name="PLATE_NUMBER" label="车牌号" type="STRING" length="100"/>
<attribute name="EQUIP_TYPE" label="租赁物类型" type="STRING" length="32"/>
<attribute name="CONSIGNEE" label="收货人" type="STRING" length="30"/>
<attribute name="CONSIGNEE_TEL" label="收货人联系电话" type="STRING" length="30"/>
<attribute name="IS_DELIVERY" label="设备交付情况" type="STRING" length="30"/>
<attribute name="REMARK" label="交付说明" type="STRING" length="1000"/>
<attribute name="DRIVE_TYPE" label="驱动形式" type="STRING" length="100"/>
<attribute name="CAR_COLOUR" label="车辆颜色" type="STRING" length="32"/>
<attribute name="DISPLACEMENT" label="排量" type="STRING" length="32"/>
<attribute name="LICENSE_PLATE_NUMBER" label="车牌号码" type="STRING" length="32"/>
<attribute name="EXPIRYDATE" label="年检有效期" type="STRING" length="32"/>
<attribute name="D_NAME" label="驾驶人姓名" type="STRING" length="32"/>
<attribute name="D_SEX" label="驾驶人性别" type="STRING" length="32"/>
<attribute name="D_CERTID" label="驾驶人身份证号" type="STRING" length="32"/>
<attribute name="D_CERT_ADDR" label="驾驶人身份证地址" type="STRING" length="200"/>
<attribute name="D_CERT_VALID" label="驾驶人身份证有效期" type="STRING" length="32"/>
<attribute name="D_DRIVE" label="驾驶证" type="STRING" length="32"/>
<attribute name="D_TEL" label="驾驶人手机号码" type="STRING" length="32"/>
<attribute name="D_ADDR" label="驾驶人常住地址" type="STRING" length="200"/>
<attribute name="D_EDU_LEVEL" label="驾驶人学历" type="STRING" length="32"/>
<attribute name="D_WORK_NAME" label="驾驶人公司名称" type="STRING" length="100"/>
<attribute name="D_WORK_ADDR" label="驾驶人公司地址" type="STRING" length="200"/>
<attribute name="D_WORK_YEAR" label="驾驶人当前工作工作年限" type="STRING" length="32"/>
<attribute name="D_SALARY" label="驾驶人月薪" type="DOUBLE" length="22" scale="2"/>
<attribute name="D_ID" label="驾驶人ID" type="STRING" length="32"/>
<attribute name="car_series" label="车系" type="STRING" length="80"/>
<attribute name="gears" label="档位" type="STRING" length="80"/>
<attribute name="evaluated_price" label="评估价格" type="STRING" length="32"/>
<attribute name="excellent_dealer_low_buy_price" label="优秀最低车商收购价" type="STRING" length="32"/>
<attribute name="excellent_dealer_buy_price" label=" 优秀车商收车价" type="STRING" length="32"/>
<attribute name="excellent_individual_low_sold_price" label="优秀最低个人交易价" type="STRING" length="32"/>
<attribute name="excellent_individual_price" label="优秀个人交易价" type="STRING" length="32"/>
<attribute name="excellent_dealer_low_sold_price" label="优秀最低车商零售价" type="STRING" length="32"/>
<attribute name="excellent_dealer_price" label="优秀车商零售价" type="STRING" length="32"/>
<attribute name="excellent_dealer_high_sold_price" label="优秀最高车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_low_buy_price" label="良好最低车商收购" type="STRING" length="32"/>
<attribute name="good_dealer_buy_price" label=" 良好车商收车价" type="STRING" length="32"/>
<attribute name="good_individual_low_sold_price" label="良好最低个人交易价" type="STRING" length="32"/>
<attribute name="good_individual_price" label=" 良好个人交易价" type="STRING" length="32"/>
<attribute name="good_dealer_low_sold_price" label="良好最低车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_price" label="良好车商零售价" type="STRING" length="32"/>
<attribute name="good_dealer_high_sold_price" label="良好最高车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_low_buy_price" label="普通最低车商收购" type="STRING" length="32"/>
<attribute name="normal_dealer_buy_price" label=" 普通车商收车价" type="STRING" length="32"/>
<attribute name="normal_individual_low_sold_price" label="普通最低个人交易价" type="STRING" length="32"/>
<attribute name="normal_individual_price" label=" 普通个人交易价" type="STRING" length="32"/>
<attribute name="normal_dealer_low_sold_price" label="普通最低车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_price" label="普通车商零售价" type="STRING" length="32"/>
<attribute name="normal_dealer_high_sold_price" label="普通最高车商零售价" type="STRING" length="32"/>
<attribute name="discharge_standard" label="排放标准" type="STRING" length="32"/>
<attribute name="detail_report_url" label="详细估值结果报告页面地址" type="STRING" length="100"/>
<attribute name="taken" label="查询编号" type="STRING" length="32"/>
<attribute name="modelId" label="车型ID" type="STRING" length="32"/>
<attribute name="zone" label="城市标识" type="STRING" length="32"/>
<attribute name="regDate" label="车牌上牌日期" type="STRING" length="32"/>
<attribute name="mile" label="车辆行驶里程" type="STRING" length="32"/>
<attribute name="CITYID" label="CITYID" type="STRING" length="32"/>
<attribute name="CITYNAME" label="CITYNAME" 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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_equipment_car_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_QUOTA_MONEY" label="客户信用额度" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="customerid" label="客户编码" type="STRING" length="32"/>
<attribute name="starttime" label="开始时间" type="STRING" length="32"/>
<attribute name="endtime" label="结束时间" type="STRING" length="32"/>
<attribute name="quotamoney" label="额度金额" type="STRING" length="20"/>
<attribute name="Remarks" label="备注" type="STRING" length="50"/>
<attribute name="key1" label="预留" type="STRING" length="50"/>
<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_quota_money" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.guaranty">
<class name="GUARANTY_CONTRACT" label="担保合同信息" keyAttributes="SERIALNO">
<attributes>
<attribute name="BAILRATIO" lable="保证金比例" type="DOUBLE"
length="24" scale="6" />
<attribute name="BEGINDATE" lable="起始日期" type="STRING"
length="10" />
<attribute name="CERTID" lable="保证人证件号码" type="STRING"
length="40" />
<attribute name="CERTTYPE" lable="保证人证件类型" type="STRING"
length="20" />
<attribute name="CHECKGUARANTY" lable="核保时间" type="STRING"
length="20" />
<attribute name="CHECKGUARANTYMAN1" lable="核保人" type="STRING"
length="80" />
<attribute name="CHECKGUARANTYMAN2" lable="核保人(二)" type="STRING"
length="80" />
<attribute name="COMMONDATE" lable="通用日期" type="STRING"
length="10" />
<attribute name="CONTRACTNO" lable="担保合同号" type="STRING"
length="80" />
<attribute name="CONTRACTSTATUS" lable="合同状态" type="STRING"
length="20" />
<attribute name="CONTRACTTYPE" lable="担保类型" type="STRING"
length="20" />
<attribute name="CREDITORGID" lable="债权人机构代码" type="STRING"
length="40" />
<attribute name="CREDITORGNAME" lable="债权人机构名称" type="STRING"
length="80" />
<attribute name="CUSTOMERID" lable="客户ID" type="STRING"
length="40" />
<attribute name="ENDDATE" lable="到期日期" type="STRING"
length="10" />
<attribute name="GUARANRYOPINION" lable="担保意愿" type="STRING"
length="200" />
<attribute name="GUARANTEEFORM" lable="保证担保形式" type="STRING"
length="18" />
<attribute name="GUARANTORID" lable="担保人ID" type="STRING"
length="40" />
<attribute name="GUARANTORNAME" lable="担保人名称" type="STRING"
length="80" />
<attribute name="GUARANTYCURRENCY" lable="币种" type="STRING"
length="20" />
<attribute name="GUARANTYINFO" lable="担保物概况" type="STRING"
length="200" />
<attribute name="GUARANTYTYPE" lable="担保方式" type="STRING"
length="20" />
<attribute name="GUARANTYVALUE" lable="担保总金额" type="DOUBLE"
length="24" scale="6" />
<attribute name="INPUTDATE" lable="登记时间" type="STRING"
length="10" />
<attribute name="INPUTORGID" lable="登记机构ID" type="STRING"
length="40" />
<attribute name="INPUTUSERID" lable="登记人ID" type="STRING"
length="40" />
<attribute name="LOANCARDNO" lable="保证人贷款卡编号" type="STRING"
length="32" />
<attribute name="OTHERDESCRIBE" lable="其它特别约定" type="STRING"
length="500" />
<attribute name="OTHERNAME" lable="其他名称" type="STRING"
length="80" />
<attribute name="RECEPTION" lable="接待人姓名" type="STRING"
length="80" />
<attribute name="RECEPTIONDUTY" lable="接待人职务" type="STRING"
length="80" />
<attribute name="REMARK" lable="备注" type="STRING" length="250" />
<attribute name="SERIALNO" lable="担保信息编号" type="STRING"
length="40" />
<attribute name="SIGNDATE" lable="合同签订日" type="STRING"
length="10" />
<attribute name="UPDATEDATE" lable="更新时间" type="STRING"
length="10" />
<attribute name="UPDATEUSERID" lable="更新用户编号" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="GUARANTY_CONTRACT" />
</managerProperties>
</manager>
</class>
<class name="TOKEN_SESSION" label="APP SESSION" keyAttributes="TOKEN">
<attributes>
<attribute name="TOKEN" label="TOKEN" type="STRING"
length="255" />
<attribute name="USER_ID" label="用户识别号" type="STRING"
length="32" />
<attribute name="DEV_ID" label="设备识别号" type="STRING"
length="255" />
<attribute name="DEV_OS" label="设备系统类别" type="STRING"
length="255" />
<attribute name="CREATED" label="创建时间" type="STRING"
length="40" />
<attribute name="EXPIRE_IN" label="更新时间" type="STRING"
length="40" />
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true" />
<property name="table" value="TOKEN_SESSION" />
</managerProperties>
</manager>
</class>
</package>
</jbo>