534 lines
32 KiB
XML
534 lines
32 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_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="OVERDUE_LIST" label="逾期开始期次" type="STRING" length="32"/>
|
||
<attribute name="FIRST_OVERDUE_CORPUS" label="逾期第一期本金" type="STRING" length="32"/>
|
||
<attribute name="FIRST_OVERDUE_INTEREST" label="逾期第一期利息" type="STRING" length="32"/>
|
||
<attribute name="FIRST_OVERDUE_PENALTY" label="逾期第一期罚息" type="STRING" length="32"/>
|
||
<attribute name="SECOND_OVERDUE_CORPUS" label="逾期第二期本金" type="STRING" length="32"/>
|
||
<attribute name="SECOND_OVERDUE_INTEREST" label="逾期第二期利息" type="STRING" length="32"/>
|
||
<attribute name="SECOND_OVERDUE_PENALTY" label="逾期第二期罚息" type="STRING" length="32"/>
|
||
<attribute name="BUYBACK_MONEY" 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>
|
||
</package>
|
||
</jbo> |