867 lines
52 KiB
XML
867 lines
52 KiB
XML
<?xml version="1.0" encoding="GB2312"?>
|
||
<jbo>
|
||
<managers>
|
||
<!--典型的实时接口大部分交易是从BUSINESS_PUTOUT来获取信息,可以全局的设置缺省数据库和表 -->
|
||
<manager id="jbo.oti" managerClass="com.amarsoft.are.jbo.impl.ALSBizObjectManager">
|
||
<describe>缺省的通用状态Object管理器</describe>
|
||
<managerProperties>
|
||
<property name="database" value="als"/>
|
||
<property name="table" value="DEMO_PROJECTACTIVITY" />
|
||
</managerProperties>
|
||
</manager>
|
||
</managers>
|
||
<package name="jbo.oti" label="实时接口配置">
|
||
|
||
<class name="TestBody" label="报文体" describe="测试报文体" >
|
||
<attributes>
|
||
<attribute name="SerialNo" label="流水号" type="STRING" length="20"/>
|
||
<attribute name="ProjectId" label="项目编号" type="STRING" length="20"/>
|
||
<attribute name="Cost" label="金额" type="STRING" length="20"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="TestRspBody" label="报文体" describe="测试反馈报文体" >
|
||
<attributes>
|
||
<attribute name="Money" label="流水号" type="STRING" length="20"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="DMRequestHeader" label="报文头" describe="DM通用报文头" keyAttributes="TradeNo" briefAttributes="TradeNo">
|
||
<attributes>
|
||
<attribute name="TradeNo" label="交易代码" type="STRING" length="4"/>
|
||
<attribute name="SendTime" label="发送时间" type="DATE" length="14">
|
||
<extendProperties>
|
||
<property name="autoSetTimeStamp" value="true"/>
|
||
<property name="format" value="yyyyMMddHHmmss"/>
|
||
</extendProperties>
|
||
</attribute>
|
||
<attribute name="SubSystem" label="系统标识" type="STRING" length="2" defaultValue="01"/>
|
||
<attribute name="RspCode" label="错误代码" type="STRING" length="4" defaultValue="0000"/>
|
||
<attribute name="RspMsg" label="错误信息" type="STRING" length="40"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="DMResponseHeader" label="反馈报文头" describe="DM通用反馈报文头">
|
||
<attributes>
|
||
<attribute name="TradeNo" label="交易代码" type="STRING" length="4"/>
|
||
<attribute name="SendTime" label="发送时间" type="DATE" length="14">
|
||
<extendProperties>
|
||
<property name="format" value="yyyyMMddHHmmss"/>
|
||
</extendProperties>
|
||
</attribute>
|
||
<attribute name="SubSystem" label="系统标识" type="STRING" length="2"/>
|
||
<attribute name="RspCode" label="错误代码" type="STRING" length="4"/>
|
||
<attribute name="RspMsg" label="错误信息" type="STRING" length="40"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="DKBody" label="报文体" describe="贷款发放信息报文体" keyAttributes="SerialNo" briefAttributes="SerialNo,ContractSerialNo">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="ContractSerialNo" label="合同流水号" type="STRING" length="20"/>
|
||
<attribute name="ArtificialNo" label="合同号" type="STRING" length="20"/>
|
||
<attribute name="CustomerId" label="客户号" type="STRING" length="20"/>
|
||
<attribute name="CustomerName" label="客户名称" type="STRING" length="40"/>
|
||
<attribute name="BusinessType" label="业务品种" type="STRING" length="10"/>
|
||
<attribute name="BusinessCurrency" label="业务币种" type="STRING" length="10"/>
|
||
<attribute name="PutOutDate" label="起贷日" type="DATE" length="10"/>
|
||
<attribute name="Maturity" label="到期日" type="DATE" length="10"/>
|
||
<attribute name="VouchType" label="担保方式" type="STRING" length="10"/>
|
||
<attribute name="CreditKind" label="贷款形式" type="STRING" length="3"/>
|
||
<attribute name="ICType" label="计息方式" type="STRING" length="3"/>
|
||
<attribute name="ContractSum" label="合同金额" type="DOUBLE" length="16"/>
|
||
<attribute name="BusinessSum" label="借据金额" type="DOUBLE" length="16"/>
|
||
<attribute name="AccountNo" label="结算帐号" type="STRING" length="32"/>
|
||
<attribute name="BusinessRate" label="贷款利率" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
<attribute name="BaseRate" label="基准利率" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
<attribute name="OccurType" label="发生方式" type="STRING" length="20" format="" />
|
||
</attributes>
|
||
</class>
|
||
|
||
<!-- add by qfang 2011-6-21 -->
|
||
<class name="PaymentBody" label="报文体" describe="支付信息报文体">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="支付编号" type="STRING" length="20"/>
|
||
<attribute name="PutOutSerialNo" label="放款编号" type="STRING" length="20"/>
|
||
<attribute name="CustomerID" label="客户编号" type="STRING" length="32"/>
|
||
<attribute name="CustomerName" label="客户名称" type="STRING" length="80"/>
|
||
<attribute name="PaymentMode" label="支付方式" type="STRING" length="10"/>
|
||
<attribute name="PaymentDate" label="支付日期" type="STRING" length="10"/>
|
||
<attribute name="PayeeName" label="收款人名称" type="STRING" length="32"/>
|
||
<attribute name="PayeeBank" label="开户银行" type="STRING" length="32"/>
|
||
<attribute name="PayeeAccount" label="收款人账户" type="STRING" length="20"/>
|
||
<attribute name="Currency" label="币种" type="STRING" length="4"/>
|
||
<attribute name="PaymentSum" label="支付金额" type="DOUBLE" length="16"/>
|
||
<attribute name="CapitalUse" label="资金用途" type="STRING" length="200"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="database" value="als"/>
|
||
<property name="table" value="PAYMENT_INFO" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<!-- add end -->
|
||
|
||
<class name="ZQBody" label="报文体" describe="贷款展期信息报文体">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="DuebillSerialNo" label="借据号" type="STRING" length="20"/>
|
||
<attribute name="CustomerId" label="客户号" type="STRING" length="20"/>
|
||
<attribute name="ArtificialNo" label="合同号" type="STRING" length="20"/>
|
||
<attribute name="Maturity" label="展期到期日" type="DATE" length="10" />
|
||
<attribute name="BusinessRate" label="展期年利率" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
<attribute name="RateFloatType" label="浮动方式" type="STRING" length="3"/>
|
||
<attribute name="RateFloat" label="展期浮动比率/点" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="CDBody" label="报文体" describe="承兑汇票出账信息报文体">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="ContractSerialNo" label="承兑协议流水号" type="STRING" length="20"/>
|
||
<attribute name="ArtificialNo" label="合同号" type="STRING" length="20"/>
|
||
<attribute name="CustomerId" label="客户号" type="STRING" length="20"/>
|
||
<attribute name="AccountNo" label="结算帐号" type="STRING" length="32" />
|
||
<attribute name="PutOutDate" label="签发日" type="DATE" length="10" />
|
||
<attribute name="Maturity" label="到期日" type="DATE" length="10" />
|
||
<attribute name="CorpusPayMethod" label="保证金到期扣款顺序" type="STRING" length="3"/>
|
||
<attribute name="SecondPayAccount" label="出票人帐号" type="STRING" length="32"/>
|
||
<attribute name="GatheringName" label="收款人户名" type="STRING" length="40"/>
|
||
<attribute name="AboutBankName" label="收款行行名" type="STRING" length="40"/>
|
||
<attribute name="BusinessSum" label="汇票金额" type="DOUBLE" length="16"/>
|
||
<attribute name="BailAccount" label="保证金帐号" type="STRING" length="32"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="BHBody" label="报文体" describe="保函出账信息报文体">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="BillNo" label="保函编号" type="STRING" length="20"/>
|
||
<attribute name="BusinessCurrency" label="业务币种" type="STRING" length="10"/>
|
||
<attribute name="BusinessSum" label="保函金额" type="DOUBLE" length="16"/>
|
||
<attribute name="PutOutDate" label="生效日期" type="DATE" length="10" />
|
||
<attribute name="Maturity" label="失效日期" type="DATE" length="10" />
|
||
<attribute name="AboutBankName2" label="保函受益人" type="STRING" length="20"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="TXBody" label="报文体" describe="贴现出账信息报文体">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="CustomerId" label="客户号" type="STRING" length="20"/>
|
||
<attribute name="CustomerName" label="客户名称" type="STRING" length="40"/>
|
||
<attribute name="BusinessCurrency" label="业务币种" type="STRING" length="10"/>
|
||
<attribute name="BusinessType" label="贴现业务种类" type="STRING" length="10"/>
|
||
<attribute name="BillNo" label="票据号码" type="STRING" length="32" />
|
||
<attribute name="BusinessSum" label="票面金额" type="DOUBLE" length="16"/>
|
||
<attribute name="PutOutDate" label="起息日" type="DATE" length="10" />
|
||
<attribute name="Maturity" label="到期日" type="DATE" length="10" />
|
||
<attribute name="AcceptIntType" label="贴现付息方式" type="STRING" length="3"/>
|
||
<attribute name="BillRisk" label="买方付息比例" type="INT" length="10"/>
|
||
<attribute name="BusinessRate" label="贴现月利率" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
<attribute name="PdgAccountNo" label="买方付息帐号" type="STRING" length="32"/>
|
||
<attribute name="AccountNo" label="结算帐号" type="STRING" length="32"/>
|
||
<attribute name="PdgPayMethod" label="票据来源" type="STRING" length="10"/>
|
||
<attribute name="FixCyc" label="调整天数" type="INT" length="10"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="CXBody" label="报文体" describe="冲销信息报文体">
|
||
<attributes>
|
||
<attribute name="SeriNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="CustomId" label="客户号" type="STRING" length="21"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="KHBody" label="报文体" describe="客户开户查询请求信息">
|
||
<attributes>
|
||
<attribute name="CertId" label="证件号码" type="STRING" length="21"/>
|
||
<attribute name="CertType" label="证件类型" type="STRING" length="20"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="CUSTOMER_INFO" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="KHFKBody" label="报文体" describe="客户开户信息查询反馈报文体">
|
||
<attributes>
|
||
<attribute name="CustomId" label="核心客户号" type="STRING" length="30" />
|
||
<attribute name="CustName" label="核心客户名称" type="STRING" length="40"/>
|
||
<attribute name="Type" label="核心客户类型" type="STRING" length="1"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="JYBody" label="报文体" describe="借据余额查询请求信息">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="借据号" type="STRING" length="20"/>
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="JYFKBody" label="报文体" describe="借据余额信息查询反馈报文体">
|
||
<attributes>
|
||
<attribute name="Balance" label="借据余额" type="DOUBLE" length="15" />
|
||
</attributes>
|
||
</class>
|
||
|
||
<class name="OccurType" label="发生方式" describe="发生方式定义" keyAttributes="SerialNo" briefAttributes="SerialNo">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="流水号" type="STRING" length="20" format="" />
|
||
<attribute name="OccurType" label="发生方式" type="STRING" length="20" format="" />
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="database" value="als"/>
|
||
<property name="table" value="BUSINESS_CONTRACT" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="BusinessType" label="业务类型" describe="业务类型定义" keyAttributes="TypeNo" briefAttributes="TypeNo">
|
||
<attributes>
|
||
<attribute name="TypeNo" label="业务类型" type="STRING" length="20" format="" />
|
||
<attribute name="Attribute13" label="出账交易类型" type="STRING" length="20" format="" />
|
||
<attribute name="Attribute14" label="冲销交易类型" type="STRING" length="20" format="" />
|
||
<!-- add by qfang 2011-6-21 -->
|
||
<attribute name="Attribute15" label="支付交易类型" type="STRING" length="20" format="" />
|
||
<!-- add end -->
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="database" value="als"/>
|
||
<property name="table" value="BUSINESS_TYPE" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="DuebillNo" label="借据号" describe="借据号" keyAttributes="SerialNo" briefAttributes="SerialNo">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="流水号" type="STRING" length="20" format="" />
|
||
<attribute name="ObjectNo" label="对象号" type="STRING" length="20" format="" />
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="database" value="als"/>
|
||
<property name="table" value="CONTRACT_RELATIVE" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="PutOut" label="放款信息" describe="放款信息" keyAttributes="SerialNo" briefAttributes="SerialNo">
|
||
<attributes>
|
||
<attribute name="SerialNo" label="出账流水号" type="STRING" length="20"/>
|
||
<attribute name="DuebillSerialNo" label="借据号" type="STRING" length="20"/>
|
||
<attribute name="CustomerId" label="客户号" type="STRING" length="20"/>
|
||
<attribute name="ArtificialNo" label="合同号" type="STRING" length="20"/>
|
||
<attribute name="Maturity" label="展期到期日" type="DATE" length="10" />
|
||
<attribute name="BusinessRate" label="展期年利率" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
<attribute name="RateFloatType" label="浮动方式" type="STRING" length="3"/>
|
||
<attribute name="RateFloat" label="展期浮动比率/点" type="DOUBLE" length="10">
|
||
<extendProperties><property name="format" value="0.000000"/></extendProperties>
|
||
</attribute>
|
||
<attribute name="ContractSerialNo" label="合同流水号" type="STRING" length="20"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="database" value="als"/>
|
||
<property name="table" value="BUSINESS_PUTOUT" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<!-- CUSTOMER_INFO不是交易对象定义的一部分,是辅助的业务对象,为DEMO而设置,实际系统中不需要这个对象 -->
|
||
<class name="CUSTOMER_INFO" label="客户信息" describe="虚拟客户信息对象">
|
||
<attributes>
|
||
<attribute name="CustomerId" label="信贷客户号" type="STRING" length="30" />
|
||
<attribute name="CustomerName" label="信贷客户名称" type="STRING" length="40"/>
|
||
<attribute name="CertType" label="证件类型" type="STRING" length="20"/>
|
||
<attribute name="CertID" label="证件号码" type="STRING" length="21"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="CUSTOMER_INFO"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="FC_REQUEST" label="接口状态表" describe="邮储/九江申请状态页面" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="资金渠道申请ID" type="STRING" length="32" />
|
||
<attribute name="FC_LOAN_ID" label="资金渠道放款申请ID" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_NO" label="资金渠道编号" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_NAME" label="资金渠道名称" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_PRODUCT_ID" label="资金渠道产品编号" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_PRODUCT_DESC" label="资金渠道产品描述" type="STRING" length="32"/>
|
||
<attribute name="PROJECT_ID" label="项目ID" type="STRING" length="32"/>
|
||
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
||
<attribute name="CONTRACT_NO" label="合同编号" type="STRING" length="32"/>
|
||
<attribute name="PRODUCT_ID" label="产品ID" type="STRING" length="32"/>
|
||
<attribute name="PRODUCT_NAME" label="产品名称" type="STRING" length="32"/>
|
||
<attribute name="DISTRIBUTOR_ID" label="资经销商ID" type="STRING" length="32"/>
|
||
<attribute name="DISTRIBUTOR_NAME" label="经销商名称" type="STRING" length="32"/>
|
||
<attribute name="CUSTOMER_ID" label="客户ID" type="STRING" length="32"/>
|
||
<attribute name="CUSTOMER_NAME" label="客户名称" type="STRING" length="32"/>
|
||
<attribute name="FC_STAGE" label="当前订单状态:0信审中,1信审通过,2合通签署成功,3放款成功" type="STRING" length="32"/>
|
||
<attribute name="FC_STATUS" label="当前状态" type="STRING" length="32"/>
|
||
<attribute name="FC_REMARK" label="返回状态描述" type="STRING" length="32"/>
|
||
<attribute name="SUPPLEMENT_STS" label="是否需要补充资料清单" type="STRING" length="32"/>
|
||
<attribute name="SUPPLEMENT_DESC" label="通知需要补充资料清单描述" type="STRING" length="32"/>
|
||
<attribute name="SUPPLEMENT_TIME" label="资料补充时间" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
<attribute name="DEL_FLAG" label="有效标志" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="FC_REQUEST"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="FC_REQUEST_FILE" label="接口资料表" describe="邮储/九江资料页面" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_REQUEST_ID" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="FC_FLOW_TYPE" label="流程类型" type="STRING" length="32"/>
|
||
<attribute name="FC_FLOW_TYPE_NAME" label="流程类型名称" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_CODE" label="资方:文件编号" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_CODE_NAME" label="资方:文件编号名称" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_TYPE" label="资方:文件类型:JPG,PNG,FDP等" type="STRING" length="32"/>
|
||
<attribute name="FILE_TYPE" label="例如:image/jpeg等" type="STRING" length="32"/>
|
||
<attribute name="FILE_NAME" label="文件名称" type="STRING" length="32"/>
|
||
<attribute name="FILE_PATH" label="文件路径" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_STS" label="文件状态" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_STS_DESC" label="文件状态描述" type="STRING" length="32"/>
|
||
<attribute name="FC_RES_VALUE" label="邮储返回状态" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
<attribute name="DEL_FLAG" label="有效标志" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="上传时间" type="STRING" length="32"/>
|
||
<attribute name="INPUTUSER" label="上传人" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_request_file"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="FC_FILE_PUSH" label="对账文件信息" describe="对账文件信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="CHANNEL_NO" label="渠道编码" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_NAME" label="渠道名称" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_PUSH_NAME" label="当前推送文件名称" type="STRING" length="32"/>
|
||
<attribute name="FILE_TYPE" label="文件类型" type="STRING" length="32"/>
|
||
<attribute name="FILE_NAME" label="文件名称" type="STRING" length="32"/>
|
||
<attribute name="FILE_PATH" label="文件路径" type="STRING" length="32"/>
|
||
<attribute name="FILE_STS" label="文件状态:0,下载失败,1、解析失败,2、解析成功,3、拷贝成功" type="STRING" length="32"/>
|
||
<attribute name="FILE_STS_DESC" label="文件状态描述" type="STRING" length="32"/>
|
||
<attribute name="ORDER_COUNT" label="文件包含订单数量" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_file_push"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="FC_YC_FILE_REPAY_PLAN" label="资方租金计划信息" describe="资方租金计划信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_FILE_ID" label="资金渠道文件ID" type="STRING" length="32"/>
|
||
<attribute name="FC_REQUEST_ID" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="LOAN_NO" label="放款申请编号" type="STRING" length="32"/>
|
||
<attribute name="LEND_TERM" label="期次" type="STRING" length="32"/>
|
||
<attribute name="ANS_REPAYMENT_DATE" label="还款日期" type="STRING" length="32"/>
|
||
<attribute name="ANS_PRINCIPAL" label="本金" type="STRING" length="32"/>
|
||
<attribute name="ANS_INTEREST" label="利息" type="STRING" length="32"/>
|
||
<attribute name="ANS_REPAYMENT_MONEY" label="租金" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_yc_file_repay_plan"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="FC_JJ_REPAY_PLAN" label="资方租金计划信息--九江" describe="资方租金计划信息--九江" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_FILE_ID" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="FC_PUSH_NAME" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="FC_REQUEST_ID" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="BSN_CNL_NO" label="业务渠道编号" type="STRING" length="32"/>
|
||
<attribute name="TECH_CNL_NO" label="技术渠道编号" type="STRING" length="32"/>
|
||
<attribute name="DUE_BILL_NO" label="借据号" type="STRING" length="32"/>
|
||
<attribute name="LOAN_INIT_PRIN" label="贷款总本金" type="STRING" length="32"/>
|
||
<attribute name="LOAN_INIT_TERM" label="分期总期数" type="STRING" length="32"/>
|
||
<attribute name="ALL_DISCOUNT_AMT" label="优惠总金额" type="STRING" length="32"/>
|
||
<attribute name="CURR_TERM" label="期次" type="STRING" length="32"/>
|
||
<attribute name="PMT_DUE_DATE" label="还款日期" type="STRING" length="32"/>
|
||
<attribute name="LOAN_TERM_PRIN" label="本金" type="STRING" length="32"/>
|
||
<attribute name="LOAN_TERM_INTEREST" label="利息" type="STRING" length="32"/>
|
||
<attribute name="LOAN_TERM_FEE" label="租金" type="STRING" length="32"/>
|
||
<attribute name="SUB_DUE_BILL_NO" label="子借据号" type="STRING" length="32"/>
|
||
<attribute name="DISCOUNT_AMT" label="优惠金额" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_jj_repay_plan"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="FC_YC_PREPAY_QUERY" label="提前结清试算接口内容" describe="提前结清试算接口内容" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_FILE_ID" label="资金渠道文件ID" type="STRING" length="32"/>
|
||
<attribute name="FC_REQUEST_ID" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="LOAN_NO" label="放款申请编号" type="STRING" length="32"/>
|
||
<attribute name="LOAN_CAPITAL_BALANCE" label="贷款余额" type="STRING" length="32"/>
|
||
<attribute name="FC_FILE_PUSH_NAME" label="" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="32"/>
|
||
<attribute name="LOAN_RATE" label="贷款利率" type="STRING" length="32"/>
|
||
<attribute name="REPAY_KIND" label="还款方式" type="STRING" length="32"/>
|
||
<attribute name="LOAN_BEGIN_DATE" label="贷款起期" type="STRING" length="32"/>
|
||
<attribute name="LOAN_END_DATE" label="贷款止期" type="STRING" length="32"/>
|
||
<attribute name="REPAY_ACC_NO" label="还款账号" type="STRING" length="32"/>
|
||
<attribute name="REPAY_BALANCE" label="还款账号余额" type="STRING" length="32"/>
|
||
<attribute name="REPAY_TYPE" label="提前还款类型" type="STRING" length="32"/>
|
||
<attribute name="CURRENT_CAPITAL_BALANCE" label="当期应还本息金额" type="STRING" length="32"/>
|
||
<attribute name="CURRENT_CAPITAL_INT" label="当前应还利息" type="STRING" length="32"/>
|
||
<attribute name="OVERDUE_CAPITAL_BALANCE" label="拖欠本金" type="STRING" length="32"/>
|
||
<attribute name="OVERDUE_CAPITAL_INT" label="拖欠利息" type="STRING" length="32"/>
|
||
<attribute name="RECORD_DATE" label="申请日期" type="STRING" length="32"/>
|
||
<attribute name="PREREPAY_AMOUNT" label="归还本息金额" type="STRING" length="32"/>
|
||
<attribute name="PREREPAY_AMOUNT1" label="提前归还本金金额" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_yc_prepay_query"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="FC_YC_FILE_REPAY_RESULT" label="资方租金还款结果信息" describe="资方租金计划信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_FILE_ID" label="资金文件ID" type="STRING" length="32"/>
|
||
<attribute name="FC_REQUEST_ID" label="资金渠道申请ID" type="STRING" length="32"/>
|
||
<attribute name="LOAN_NO" label="放款申请编号" type="STRING" length="32"/>
|
||
<attribute name="TERM_NO" label="期次" type="STRING" length="32"/>
|
||
<attribute name="NEW_REPAY_DATE" label="还款日期" type="STRING" length="32"/>
|
||
<attribute name="ALR_PRINCIPAL" label="本金" type="STRING" length="32"/>
|
||
<attribute name="ALR_INTEREST" label="利息" type="STRING" length="32"/>
|
||
<attribute name="ALR_PENALTY" label="罚息" type="STRING" length="32"/>
|
||
<attribute name="ALR_REPAYMENT_MONEY" label="归还合计" type="STRING" length="32"/>
|
||
<attribute name="REPAYMENT_FLAG" label="还款标识:0-当期正常结清 、当期逾期结清、1-提前部分还款、2-逾期、3-提前结清" type="STRING" length="32"/>
|
||
<attribute name="REPAYMENT_SOURCE" label="还款来源标识:0:借款人本人账户;1:非借款人本人账户" type="STRING" length="32"/>
|
||
<attribute name="TRADE_FEE" label="提前还款费用" type="STRING" length="32"/>
|
||
<attribute name="REPAYMENT_ACCOUNT_NO" label="还款账号" type="STRING" length="32"/>
|
||
<attribute name="FLOWNO" label="流水号" type="STRING" length="32"/>
|
||
<attribute name="CREATE_TIME" label="创建时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATE_TIME" label="修改时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_yc_file_repay_result"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LC_PROFIT_PLAN" label="资方分润计划信息" describe="资方分润计划信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="RENT_PLAN_ID" label="对应租金计划id" type="STRING" length="32"/>
|
||
<attribute name="CORPUS_RATE" label="资方利率" type="STRING" length="32"/>
|
||
<attribute name="PROFIT" label="分润金额" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="lc_profit_plan"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="FC_REQUEST_CHANNEL_LOG" label="资方变更日志表" describe="资方分润计划信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_REQUEST_ID" label="资方请求id" type="STRING" length="32"/>
|
||
<attribute name="PRE_CHANNEL_NO" label="修改前资方编号" type="STRING" length="32"/>
|
||
<attribute name="PRE_CHANNEL_NAME" label="修改前资方名称" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_NO" label="修改后资方编号" type="STRING" length="32"/>
|
||
<attribute name="CHANNEL_NAME" label="修改后资方名称" type="STRING" length="32"/>
|
||
<attribute name="REMARK" label="描述" type="STRING" length="32"/>
|
||
<attribute name="CHANGE_RESULT" label="变更结果" type="STRING" length="32"/>
|
||
<attribute name="CHANGE_TYPE" label="变更类型:1.资方审批拒绝变更;2.逾期回购" type="STRING" length="32"/>
|
||
<attribute name="CREATETIME" label="创建时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_request_channel_log"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="FC_BUYBACK_INFO" label="回购金额信息" describe="回购金额信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="FC_REQUEST_ID" label="资方请求id" type="STRING" length="32"/>
|
||
<attribute name="ALL_REMAIN_CORPUS" label="回购本金" type="STRING" length="32"/>
|
||
<attribute name="ALL_REMAIN_INTEREST" label="回购利息" type="STRING" length="32"/>
|
||
<attribute name="ALL_REMAIN_PENALTY" label="回购罚息" type="STRING" length="32"/>
|
||
<attribute name="BUYBACK_MONEY" label="实际回购总金额" type="STRING" length="32"/>
|
||
<attribute name="IS_CONFIRM" label="是否已确认" type="STRING" length="32"/>
|
||
<attribute name="VOUCHER_STATUS" label="凭证状态:0,未生成,1,已生成" type="STRING" length="32"/>
|
||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="fc_buyback_info"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="INVOICE_ORC_RESULT" label="发票ocr识别结果" describe="发票ocr识别结果" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
||
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
||
<attribute name="ERROR_CODE" label="错误码" type="STRING" length="32"/>
|
||
<attribute name="RESULT" label="结果全文" type="STRING" length="32"/>
|
||
<attribute name="DATEISSUED" label="开票日期" type="STRING" length="32"/>
|
||
<attribute name="INVOICE_CODE" label="发票代码" type="STRING" length="32"/>
|
||
<attribute name="INVOICE_NO" label="发票号码" type="STRING" length="32"/>
|
||
<attribute name="PRINT_CODE" label="机打代码" type="STRING" length="32"/>
|
||
<attribute name="PRINT_NO" label="机打号码" type="STRING" length="32"/>
|
||
<attribute name="MACHINE_CODE" label="机器编号" type="STRING" length="32"/>
|
||
<attribute name="FISCAL_CODE" label="税控码" type="STRING" length="32"/>
|
||
<attribute name="ID_ORG_CODE" label="购买方名称及身份证号码/组织机构代码" type="STRING" length="32"/>
|
||
<attribute name="TAX_ID" label="纳税人识别号" type="STRING" length="32"/>
|
||
<attribute name="CAR_TYPE" label="车辆类型" type="STRING" length="32"/>
|
||
<attribute name="CAR_MODEL" label="厂商型号" type="STRING" length="32"/>
|
||
<attribute name="MADE_IN" label="产地" type="STRING" length="32"/>
|
||
<attribute name="CERTIFICATE_NO" label="合格证号" type="STRING" length="32"/>
|
||
<attribute name="IMPORT_CERTIFICATE_NO" label="进口证明书号" type="STRING" length="32"/>
|
||
<attribute name="COMMODITY_CHECK_NO" label="商检单号" type="STRING" length="32"/>
|
||
<attribute name="ENGINE_NO" label="发动机号码" type="STRING" length="32"/>
|
||
<attribute name="VIN" label="车辆识别代码/车架号" type="STRING" length="32"/>
|
||
<attribute name="TOTAL_IN_WORDS" label="税价合计(大写)" type="STRING" length="32"/>
|
||
<attribute name="TOTAL_IN_NUMBERS" label="税价合计(小写)" type="STRING" length="32"/>
|
||
<attribute name="SELLER_NAME" label="销售方名称" type="STRING" length="32"/>
|
||
<attribute name="SELLER_TEL" label="销货单位电话" type="STRING" length="32"/>
|
||
<attribute name="SELLER_TAX_ID" label="销货单位纳税人识别号" type="STRING" length="32"/>
|
||
<attribute name="SELLER_ACCOUNT" label="销货单位账号" type="STRING" length="32"/>
|
||
<attribute name="SELLER_ADDR" label="销货单位地址" type="STRING" length="32"/>
|
||
<attribute name="SELLER_ACCOUNT_NO" label="销货单位开户银行" type="STRING" length="32"/>
|
||
<attribute name="VAT_RATE" label="增值税税率或征收税率" type="STRING" length="32"/>
|
||
<attribute name="VAT_AMOUNT" label="增值税税额" type="STRING" length="32"/>
|
||
<attribute name="TAX_OFFICE_CODE" label="主管税务机关及代码" type="STRING" length="32"/>
|
||
<attribute name="EXCLUDING_TAX_AMOUNT" label="不含税价小写" type="STRING" length="32"/>
|
||
<attribute name="TAX_PAYMENT_NO" label="完税凭证号码" type="STRING" length="32"/>
|
||
<attribute name="TONNAGE" label="吨位" type="STRING" length="32"/>
|
||
<attribute name="PERSON_LIMITED" label="限乘人数" type="STRING" length="32"/>
|
||
<attribute name="OFFICIAL_SEAL" label="公章" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="invoice_orc_result"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="ID_CARD_OCR_RESULT" label="身份证ocr识别结果" describe="身份证ocr识别结果" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
||
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
||
<attribute name="ERROR_CODE" label="错误码" type="STRING" length="32"/>
|
||
<attribute name="RESULT" label="结果全文" type="STRING" length="32"/>
|
||
<attribute name="FULL_NAME" label="姓名" type="STRING" length="32"/>
|
||
<attribute name="GENDER" label="性别" type="STRING" length="32"/>
|
||
<attribute name="ETHNICITY" label="民族" type="STRING" length="32"/>
|
||
<attribute name="BRITH" label="出生年月" type="STRING" length="32"/>
|
||
<attribute name="ADDR" label="住址" type="STRING" length="32"/>
|
||
<attribute name="ID_NO" label="公民身份号码" type="STRING" length="32"/>
|
||
<attribute name="HEAD" label="头像" type="STRING" length="32"/>
|
||
<attribute name="VERIFY" label="验证" type="STRING" length="32"/>
|
||
<attribute name="HEAD_COPY" label="人像面复印件" type="STRING" length="32"/>
|
||
<attribute name="ISSUED_OFFICE" label="签发机关" type="STRING" length="32"/>
|
||
<attribute name="TERM_VALIDITY" label="有限期限" type="STRING" length="32"/>
|
||
<attribute name="TYPE" label="类型" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="id_card_ocr_result"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="BANK_CARD_ORC_RESULT" label="银行卡ocr识别结果" describe="银行卡ocr识别结果" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
|
||
<attribute name="PROJECT_NO" label="项目编号" type="STRING" length="32"/>
|
||
<attribute name="ERROR_CODE" label="错误码" type="STRING" length="32"/>
|
||
<attribute name="RESULT" label="结果全文" type="STRING" length="32"/>
|
||
<attribute name="BANK_CARD_NO" label="银行卡号" type="STRING" length="32"/>
|
||
<attribute name="PASS_CHECK" label="银行卡号校验" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="bank_card_orc_result"/>
|
||
<property name="createKey" value="true" />
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="SMS_RPT" label="短信状态推送记录表" describe="短信状态推送记录表" keyAttributes="msgid">
|
||
<attributes>
|
||
<attribute name="MSGID" label="唯一标识" type="LONG" length="64" />
|
||
<attribute name="CUSTID" label="自定义流水号" type="STRING" length="50"/>
|
||
<attribute name="PKNUM" label="当前条数" type="int" length="32"/>
|
||
<attribute name="PKTOTAL" label="总条数" type="int" length="32"/>
|
||
<attribute name="MOBILE" label="手机号" type="STRING" length="15"/>
|
||
<attribute name="COUNTRYCODE" label="手机号国际区号" type="int" length="10"/>
|
||
<attribute name="SPNO" label="完整的通道号" type="STRING" length="32"/>
|
||
<attribute name="EXNO" label="下行时填写的exno" type="STRING" length="32"/>
|
||
<attribute name="STIME" label="下行发送时间" type="STRING" length="32"/>
|
||
<attribute name="RTIME" label="状态报告返回时间" type="STRING" length="32"/>
|
||
<attribute name="STATUS" label="接收状态:0,成功;非0,失败" type="int" />
|
||
<attribute name="ERRCODE" label="状态报告错误代码" type="STRING" length="32"/>
|
||
<attribute name="ERRDESC" label="状态报告错误代码的描述" type="STRING" length="50"/>
|
||
<attribute name="EXDATA" label="下行时填写的exdata" type="STRING" length="32"/>
|
||
<attribute name="SMSTYPE" label="短信类型" type="STRING" length="32"/>
|
||
<attribute name="RPTTYPE" label="状态报告类型" type="STRING" length="32"/>
|
||
<attribute name="SEQID" label="请求消息流水号" type="int" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="SMS_RPT"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="SMS_SEND" label="短信发送记录表" describe="短信发送记录表" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="LONG" length="64" />
|
||
<attribute name="MSGID" label="接口方短信唯一标识" type="LONG" length="64" />
|
||
<attribute name="MOBILE" label="手机号" type="STRING" length="15"/>
|
||
<attribute name="CONTENT" label="短信内容" type="STRING" length="990"/>
|
||
<attribute name="EXNO" label="" type="STRING" />
|
||
<attribute name="CUSTID" label="自定义流水号" type="STRING" length="50"/>
|
||
<attribute name="SVRTYPE" label="短信类型" type="STRING" length="32"/>
|
||
<attribute name="RESULT_CODE" label="返回结果编码" type="STRING" length="32"/>
|
||
<attribute name="RESULT_DESC" label="返回结果描述" type="STRING" length="100"/>
|
||
<attribute name="EXDATA" label="下行时填写的exdata" type="STRING" length="32"/>
|
||
<attribute name="SEND_TIME" label="发送时间" type="STRING" length="32"/>
|
||
<attribute name="SMS_ID" label="系统中短信唯一标识" type="String" length="32"/>
|
||
<attribute name="SMS_OBJ_TYPE" label="短信类型" type="String" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="SMS_SEND"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_LIBRARY" label="北财风控中台对接码表对照关系" describe="北财风控中台对接码表对照关系" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="INTEGER" length="64" />
|
||
<attribute name="library_no" label="字典项编号" type="STRING" length="32" />
|
||
<attribute name="library_value" label="字典项描述" type="STRING" length="32"/>
|
||
<attribute name="ap_item_no" label="安鹏标签编号" type="STRING" length="32"/>
|
||
<attribute name="ap_item_value" label="安鹏标签描述" type="STRING" length="32" />
|
||
<attribute name="bc_item_no" label="北财标签编号" type="STRING" length="32"/>
|
||
<attribute name="bc_item_value" label="北财标签描述" type="STRING" length="32"/>
|
||
<attribute name="operate_type" label="操作类型" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_library"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_ADDRESS_LIBRARY" label="风控中台对接地址字典表" describe="风控中台对接地址字典表" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="address_code" label="地址编码" type="STRING" length="32" />
|
||
<attribute name="address_value" label="地址描述" type="STRING" length="255"/>
|
||
<attribute name="parent_address_code" label="上级地址编码" type="STRING" length="32"/>
|
||
<attribute name="parent_address_value" label="上级地址描述" type="STRING" length="255" />
|
||
<attribute name="address_code_level" label="地址级别" type="STRING" length="32"/>
|
||
<attribute name="grant_address_code" label="上上级地址编码" type="STRING" length="32"/>
|
||
<attribute name="grant_address_value" label="上上级地址描述" type="STRING" length="32"/>
|
||
<attribute name="ap_library_code" label="地址编码" type="STRING" length="32"/>
|
||
<attribute name="ap_address_code" label="地址编码" type="STRING" length="32"/>
|
||
<attribute name="ap_address_value" label="地址描述" type="STRING" length="500"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_address_library"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_ADDRESS_INFO" label="用户地址信息表" describe="用户地址信息表" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="address_id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="province_code" label="省编码" type="STRING" length="32" />
|
||
<attribute name="province_value" label="省描述" type="STRING" length="32"/>
|
||
<attribute name="city_code" label="市编码" type="STRING" length="32"/>
|
||
<attribute name="city_value" label="市描述" type="STRING" length="255"/>
|
||
<attribute name="district_code" label="区县编码" type="STRING" length="32"/>
|
||
<attribute name="district_value" label="区县编码" type="STRING" length="255"/>
|
||
<attribute name="address_detail" label="详细地址" type="STRING" length="255"/>
|
||
<attribute name="full_address" label="全量地址" type="STRING" length="500"/>
|
||
<attribute name="ap_address_code" label="征信地址编码" type="STRING" length="32"/>
|
||
<attribute name="ap_address_value" label="征信地址描述" type="STRING" length="255"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_address_info"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_SCORE_RESULT" label="北财风控中台评分结果" describe="北财风控中台评分结果" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="score_result_id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="tran_no" label="流水号" type="STRING" length="32" />
|
||
<attribute name="project_no" label="业务申请编号" type="STRING" length="32" />
|
||
<attribute name="flow_no" label="流程编号" type="STRING" length="32"/>
|
||
<attribute name="fraud_alert_code" label="反欺诈预警结果:H、S、C" type="STRING" length="32"/>
|
||
<attribute name="fraud_taken_code" label="反欺诈判定结果:F、K、S、空" type="STRING" length="32"/>
|
||
<attribute name="score_result_code" label="评分结果 AA RR RD DD" type="STRING" length="32"/>
|
||
<attribute name="score_result_url" label="评分结果报告页" type="STRING" length="255"/>
|
||
<attribute name="input_time" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="update_time" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_score_result"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_SCORE_RESULT_DETAIL" label="北财风控中台评分结果详细页" describe="北财风控中台评分结果详细页" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="score_result_detail_id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="score_result_id" label="北财风控中台评分结果唯一标识" type="STRING" length="32" />
|
||
<attribute name="tran_no" label="流水号" type="STRING" length="32" />
|
||
<attribute name="project_no" label="业务申请编号" type="STRING" length="32" />
|
||
<attribute name="flow_no" label="流程编号" type="STRING" length="32"/>
|
||
<attribute name="person_type" label="人员类型:承租人、共申人、担保人" type="STRING" length="32"/>
|
||
<attribute name="person_name" label="人员名称" type="STRING" length="32"/>
|
||
<attribute name="person_card_type" label="人员证件类型" type="STRING" length="32"/>
|
||
<attribute name="person_card_no" label="人员证件号码" type="STRING" length="32"/>
|
||
<attribute name="third_result_url" label="三方结果链接地址" type="STRING" length="500"/>
|
||
<attribute name="pboc_result_url" label="pboc结果链接地址" type="STRING" length="500"/>
|
||
<attribute name="score_level" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="third_state_code" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="error_message" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="name_result" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="cert_id_result" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="input_time" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="update_time" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_score_result_detail"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_SCORE_RESULT_LOG" label="北财风控中台评分反欺诈结果推送日志表" describe="北财风控中台评分反欺诈结果推送日志表" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="score_result_id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="tran_no" label="流水号" type="STRING" length="32" />
|
||
<attribute name="project_no" label="业务申请编号" type="STRING" length="32" />
|
||
<attribute name="flow_no" label="流程编号" type="STRING" length="32"/>
|
||
<attribute name="fraud_alert_code" label="反欺诈预警结果:H、S、C" type="STRING" length="32"/>
|
||
<attribute name="fraud_taken_code" label="反欺诈判定结果:F、K、S、空" type="STRING" length="32"/>
|
||
<attribute name="score_result_code" label="评分结果 AA RR RD DD" type="STRING" length="32"/>
|
||
<attribute name="score_result_url" label="评分结果报告页" type="STRING" length="255"/>
|
||
<attribute name="input_time" label="登记时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_score_result_log"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="RC_CALLBACK_LOG" label="北财风控中台回调接口处理日志表" describe="北财风控中台回调接口处理日志表" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="callback_id" label="唯一标识" type="STRING" length="32" />
|
||
<attribute name="project_no" label="业务申请编号" type="STRING" length="32" />
|
||
<attribute name="callback_type" label="推送结果类型:评分结果 score, 反欺诈 fraud" type="STRING" length="32"/>
|
||
<attribute name="callback_data" label="结果" type="STRING" length="2000"/>
|
||
<attribute name="handle_sts" label="结果状态" type="STRING" length="32"/>
|
||
<attribute name="handle_value" label="结果状态描述" type="STRING" length="32"/>
|
||
<attribute name="input_time" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="update_time" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="rc_callback_log"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="ESB_LOG" label="esb发送记录表" describe="esb发送记录表" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="唯一标识" type="String" length="32" />
|
||
<attribute name="GLOBAL_SEQ_NO" label="全局唯一标识" type="STRING" length="26" />
|
||
<attribute name="TARGET_SEQ_NO" label="交易码" type="STRING" length="30"/>
|
||
<attribute name="TARGET_SYSTEM_ID" label="目标系统ID" type="STRING" length="50"/>
|
||
<attribute name="SERVICE_ID" label="服务id" type="STRING" length="7"/>
|
||
<attribute name="RET_CODE" label="服务返回码" type="STRING" length="50"/>
|
||
<attribute name="RET_MSG" label="通讯状态" type="STRING" length="1"/>
|
||
<attribute name="RET_SYSTEM_ID" label="目标系统ID" type="STRING" length="50"/>
|
||
<attribute name="TRAN_CODE" label="服务返回信息" type="STRING" length="32"/>
|
||
<attribute name="SOURCE_MACHINE_DATE" label="服务返回信息" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="记录时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="ESB_LOG"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
</package>
|
||
</jbo> |