780 lines
56 KiB
XML
780 lines
56 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<jbo>
|
||
<package name="jbo.loan" label="融资管理">
|
||
<class name="LOAN_BILL_INFO" label="融资合同借款 " keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="BILL_ID" label="提款单号" type="STRING" length="50"/>
|
||
<attribute name="LOAN_AMOUNT" label="借款金额" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="LOAN_START_DATE" label="放款日" type="STRING" length="20"/>
|
||
<attribute name="LOAN_END_DATE" label="到期日" type="STRING" length="20"/>
|
||
<attribute name="LOAN_TERM" label="期限(月)" type="INT" length="0"/>
|
||
<attribute name="PAY_CORPUS_DAY" label="还本日" type="INT" length="0"/>
|
||
<attribute name="PAY_BANK" label="还款银行" type="STRING" length="255"/>
|
||
<attribute name="ACCOUNT_TYPE" label="账户类型" type="STRING" length="20"/>
|
||
<attribute name="PAY_ACCOUNT" label="还款账号" type="STRING" length="30"/>
|
||
<attribute name="ADJUST_DAY" label="调息日" type="INT" length="0"/>
|
||
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="RATE_TERM" label="利率参照年限" type="STRING" length="20"/>
|
||
<attribute name="FLOAT_RANGE" label="浮动幅度" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="RATE" label="最终借款利率" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="SETTLEMENT_DAY" label="结息日" type="String" length="32"/>
|
||
<attribute name="PAY_INTEREST_DAY" label="付息日" type="String" length="32"/>
|
||
<attribute name="RATE_YEAR_DAYS" label="年计息天数" type="INT" length="0"/>
|
||
<attribute name="LAST_INTERESTFLAG" label="是否最后一笔利随本金" type="STRING" length="10"/>
|
||
<attribute name="DRAW_LOTS" label="提款批次" type="INT" length="0"/>
|
||
<attribute name="DRAW_BANK" label="提款银行" type="STRING" length="255"/>
|
||
<attribute name="DRAW_ACCOUNT_TYPE" label="提款账户类型" type="STRING" length="20"/>
|
||
<attribute name="DRAW_ACCOUNT" label="提款账号" type="STRING" length="30"/>
|
||
<attribute name="AUDIT_STATUS" label="核销状态" type="STRING" length="10"/>
|
||
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
<attribute name="CONTRACT_ID" label="借款合同号" type="STRING" length="32"/>
|
||
<attribute name="LENDER_ID" label="贷款人" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="LOAN_TYPE" label="借款类型" type="STRING" length="200"/>
|
||
<attribute name="SUB_LOAN_TYPE" label="借款子类型" type="STRING" length="200"/>
|
||
<attribute name="CORPUS_PAY_TYPE" label="还本方式" type="STRING" length="200"/>
|
||
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="200"/>
|
||
<attribute name="ADJUST_PERIOD" label="浮动周期" type="STRING" length="200"/>
|
||
<attribute name="ADJUST_TYPE" label="浮动类型" type="STRING" length="200"/>
|
||
<attribute name="INTEREST_CALCULATION_METHOD" label="还款利息计算方法" type="STRING" length="200"/>
|
||
<attribute name="INTEREST_PAY_TYPE" label="利息还款方式" type="STRING" length="200"/>
|
||
<attribute name="HOLIDAY_HANDLE" label="节假日计算法" type="STRING" length="200"/>
|
||
<attribute name="GUARANTEE_METHOD" label="担保方式" type="STRING" length="200"/>
|
||
<attribute name="LOAN_STATUS" label="合同状态" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="创建人" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="修改人" type="STRING" length="32"/>
|
||
<attribute name="BASE_RATE_NAME" label="基准利率(入库)" type="STRING" length="255"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_BILL_INFO"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="LOAN_FUND_PLAN" label="租金计划" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="PLAN_LIST" label="期项" type="INT" length="0"/>
|
||
<attribute name="SETTLEMENT_DATE" label="结息日" type="STRING" length="20"/>
|
||
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="20"/>
|
||
<attribute name="REAL_DATE" label="真实日期" type="STRING" length="20"/>
|
||
<attribute name="RENT" label="租金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="CORPUS" label="本金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="INTEREST" label="利息" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
<attribute name="BILL_ID" label="借据ID" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="创建人" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="修改人" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_FUND_PLAN"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_FUND_PLAN_HIS" label="租金计划(历史)" keyAttributes="HIS_ID">
|
||
<attributes>
|
||
<attribute name="HIS_ID" label="标识符" type="STRING" length="32"/>
|
||
<attribute name="ID" label="原ID" type="STRING" length="255"/>
|
||
<attribute name="DOC_ID" label="报价编号" type="STRING" length="255"/>
|
||
<attribute name="PLAN_LIST" label="期项" type="INT" length="0"/>
|
||
<attribute name="SETTLEMENT_DATE" label="结息日" type="STRING" length="20"/>
|
||
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="20"/>
|
||
<attribute name="REAL_DATE" label="真实日期" type="STRING" length="20"/>
|
||
<attribute name="RENT" label="租金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="CORPUS" label="本金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="INTEREST" label="利息" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
<attribute name="BILL_ID" label="借据ID" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="MOD_STATUS" label="修改状态" type="STRING" length="200"/>
|
||
<attribute name="MOD_REASON" label="修改原因" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="创建人" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="修改人" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_FUND_PLAN_HIS"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_LENDER" label="贷款人信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="LENDER" label="贷款人" type="STRING" length="100"/>
|
||
<attribute name="LENDER_CODE" label="贷款人代码" type="STRING" length="32"/>
|
||
<attribute name="BANK_CATEGORY" label="银行类别" type="STRING" length="32"/>
|
||
<attribute name="LENDER_LEVEL" label="贷款人级别" type="STRING" length="32"/>
|
||
<attribute name="LOAN_ORG" label="金融机构" type="STRING" length="100"/>
|
||
<attribute name="IS_VALID" label="是否有效" type="STRING" length="32"/>
|
||
<attribute name="LENDER_ADDRESS" label="地址" type="STRING" length="2000"/>
|
||
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
|
||
<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="LOAN_LENDER"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_CONTRACT_INFO" label="融资合同" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||
<attribute name="CONTRACT_NO" label="借款合同号" type="STRING" length="50"/>
|
||
<attribute name="LOAN_AMOUNT" label="借款金额" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="LOAN_START_DATE" label="放款日" type="STRING" length="20"/>
|
||
<attribute name="APPROVE_DATE" label="APPROVE_DATE" type="STRING" length="50"/>
|
||
<attribute name="JLEXPLAIN" label="JLEXPLAIN" type="STRING" length="2000"/>
|
||
<attribute name="ZJLEXPLAIN" label="ZJLEXPLAIN" type="STRING" length="2000"/>
|
||
<attribute name="LOAN_END_DATE" label="到期日" type="STRING" length="20"/>
|
||
<attribute name="LOAN_TERM" label="期限(月)" type="INT" length="0"/>
|
||
<attribute name="PAY_CORPUS_DAY" label="还本日" type="INT" length="0"/>
|
||
<attribute name="PAY_BANK" label="还款银行" type="STRING" length="255"/>
|
||
<attribute name="ACCOUNT_TYPE" label="账户类型" type="STRING" length="20"/>
|
||
<attribute name="PAY_ACCOUNT" label="还款账号" type="STRING" length="30"/>
|
||
<attribute name="ADJUST_DAY" label="调息日" type="INT" length="0"/>
|
||
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="RATE_TERM" label="利率参照年限" type="STRING" length="20"/>
|
||
<attribute name="FLOAT_RANGE" label="浮动幅度(%)" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="RATE" label="最终借款利率" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="SETTLEMENT_DAY" label="结息日" type="String" length="32"/>
|
||
<attribute name="PAY_INTEREST_DAY" label="付息日" type="String" length="32"/>
|
||
<attribute name="RATE_YEAR_DAYS" label="年计息天数" type="INT" length="0"/>
|
||
<attribute name="LAST_INTERESTFLAG" label="是否最后一笔利随本金" type="STRING" length="10"/>
|
||
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
||
<attribute name="PLEDGE_MONEY" label="保证金" type="STRING" length="100"/>
|
||
<attribute name="FUND_COST" label="融资费用" type="STRING" length="100"/>
|
||
<attribute name="FUND_COSTING" label="融资成本" type="STRING" length="100"/>
|
||
<attribute name="FUND_CUSTID" label="FUND_CUSTID" type="STRING" length="32"/>
|
||
<attribute name="LENDER_ID" label="金融机构" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="LOAN_TYPE" label="借款类型" type="STRING" length="200"/>
|
||
<attribute name="SUB_LOAN_TYPE" label="借贷子类型" type="STRING" length="200"/>
|
||
<attribute name="CORPUS_PAY_TYPE" label="还本方式" type="STRING" length="200"/>
|
||
<attribute name="OWN_ID" label="所属公司" type="STRING" length="32"/>
|
||
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="200"/>
|
||
<attribute name="ADJUST_PERIOD" label="浮动周期" type="STRING" length="200"/>
|
||
<attribute name="ADJUST_TYPE" label="浮动类型" type="STRING" length="200"/>
|
||
<attribute name="INTEREST_PAY_TYPE" label="利息还款方式" type="STRING" length="200"/>
|
||
<attribute name="HOLIDAY_HANDLE" label="节假日计算法" type="STRING" length="200"/>
|
||
<attribute name="GUARANTEE_METHOD" label="GUARANTEE_METHOD" type="STRING" length="200"/>
|
||
<attribute name="CONTRACT_STATUS" label="合同状态" type="STRING" length="200"/>
|
||
<attribute name="BASE_RATE_NAME" label="BASE_RATE_NAME" type="STRING" length="255"/>
|
||
<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="LOAN_CONTRACT_INFO"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="VI_LOAN_FUND_HIRE_LIST" label="还本付息列表" keyAttributes="">
|
||
<attributes>
|
||
<attribute name="id" label="标识" type="STRING"/>
|
||
<attribute name="billid" label="借款借据号" type="STRING"/>
|
||
<attribute name="contractid" label="借款合同号" type="STRING"/>
|
||
<attribute name="lender" label="借款人" type="STRING"/>
|
||
<attribute name="loantype" label="借款类型" type="STRING"/>
|
||
<attribute name="currencyname" label="币种" type="STRING"/>
|
||
<attribute name="loanterm" label="借款期限(月)" type="STRING"/>
|
||
<attribute name="plandate" label="还款日期" type="STRING"/>
|
||
<attribute name="rent" label="应还款金额" type="STRING"/>
|
||
<attribute name="corpus" label="应支付本金" type="STRING"/>
|
||
<attribute name="interest" label="应支付利息" type="STRING"/>
|
||
<attribute name="hirestatus" label="核销状态" type="STRING"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="vi_loan_fund_hire_list"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_FUND_RENT_INCOME" label="融资还款表" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="HIRE_DATE" label="回笼日期" type="STRING" length="20"/>
|
||
<attribute name="RENT" label="回笼租金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="CORPUS" label="回笼本金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="INTEREST" label="回笼利息" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="ROLL_BACK" label="是否红冲" type="STRING" length="2"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
<attribute name="BILL_ID" label="借据ID" type="STRING" length="32"/>
|
||
<attribute name="PLAN_ID" label="计划编号" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="创建人" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="修改人" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_FUND_RENT_INCOME"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="VI_LOAN_FUND_ROLLBACK_LIST" label="还本付息红冲列表" keyAttributes="">
|
||
<attributes>
|
||
<attribute name="id" label="标识" type="STRING"/>
|
||
<attribute name="billid" label="借款借据号" type="STRING"/>
|
||
<attribute name="contractid" label="借款合同号" type="STRING"/>
|
||
<attribute name="lender" label="借款人" type="STRING"/>
|
||
<attribute name="loantype" label="借款类型" type="STRING"/>
|
||
<attribute name="currencyname" label="币种" type="STRING"/>
|
||
<attribute name="loanterm" label="借款期限(月)" type="STRING"/>
|
||
<attribute name="hiredate" label="还款日期" type="STRING"/>
|
||
<attribute name="rent" label="核销金额" type="STRING"/>
|
||
<attribute name="corpus" label="核销本金 " type="STRING"/>
|
||
<attribute name="interest" label="核销利息" type="STRING"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="VI_LOAN_FUND_ROLLBACK_LIST"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_CORPUS_PLAN" label="融资本金表" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="0"/>
|
||
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="20"/>
|
||
<attribute name="REAL_DATE" label="真实日期" type="STRING" length="20"/>
|
||
<attribute name="CORPUS" label="本金" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="BILL_ID" label="借据ID" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="UP_ID" label="上传文件名" type="STRING" length="32"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_CORPUS_PLAN"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="VI_LOAN_ACCRUED" label="计提利息" keyAttributes="">
|
||
<attributes>
|
||
<attribute name="id" label="标识" type="STRING"/>
|
||
<attribute name="contractid" label="合同编号" type="STRING"/>
|
||
<attribute name="billid" label="借款借据号" type="STRING"/>
|
||
<attribute name="lender" label="借款人" type="STRING"/>
|
||
<attribute name="loantype" label="借款类型" type="STRING"/>
|
||
<attribute name="currencyname" label="币种" type="STRING"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="vi_loan_accrued"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_FIN_PRODUCT" label="理财产品登记" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="PRODUCT_CODE" label="产品编号" type="STRING" length="200"/>
|
||
<attribute name="PRODUCT_TYPE" label="产品类型" type="STRING" length="200"/>
|
||
<attribute name="BANK_CODE" label="银行/国债代码" type="STRING" length="200"/>
|
||
<attribute name="INCOME_TYPE" label="收益类型" type="STRING" length="200"/>
|
||
<attribute name="PRODUCT_AMOUNT" label="金额" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="BUY_DATE" label="购买日期" type="STRING" length="32"/>
|
||
<attribute name="REDEMPTION_DATE" label="赎回日期" type="STRING" length="32"/>
|
||
<attribute name="INCOME_DAYS" label="收益天数(天)" type="STRING" length="32"/>
|
||
<attribute name="YEARS_FLOAT_INCOME" label="浮动年化收益率(%)" type="STRING" length="200"/>
|
||
<attribute name="YEARS_INCOME" label="固定年化收益率(%)" type="STRING" length="200"/>
|
||
<attribute name="DUE_INTEREST" label="应得利息" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="LENDER_ACCOUNT" label="银行账号" type="STRING" length="200"/>
|
||
<attribute name="BELONG_COMP" label="所属公司" type="STRING" length="200"/>
|
||
<attribute name="HYPOTHECATION" label="是否质押" type="STRING" length="32"/>
|
||
<attribute name="FINANCING_INSTITUTION" label="质押金融机构" type="STRING" length="200"/>
|
||
<attribute name="PRODUCT_STATUS" label="理财产品状态" type="STRING" length="32"/>
|
||
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_FIN_PRODUCT"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="LOAN_FEE_PLAN" label="融资费用" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||
<attribute name="PLAN_MONEY" label="应支付金额" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="PLAN_DATE" label="应付日期" type="STRING" length="20"/>
|
||
<attribute name="PAY_ACCOUNT" label="PAY_ACCOUNT" type="STRING" length="30"/>
|
||
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
<attribute name="CONTRACT_ID" label="借款合同号" type="STRING" length="32"/>
|
||
<attribute name="FEE_TYPE" label="融资费类型" type="STRING" length="200"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="创建人" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="修改人" type="STRING" length="32"/>
|
||
<attribute name="ACCOUNT_NAME" label="ACCOUNT_NAME" type="STRING" length="30"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_FEE_PLAN"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="LOAN_BILL_FEE_PLAN" label="提款单-融资费用" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||
<attribute name="PLAN_MONEY" label="应支付金额" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="PLAN_DATE" label="应付日期" type="STRING" length="20"/>
|
||
<attribute name="PAY_ACCOUNT" label="支付账号" type="STRING" length="30"/>
|
||
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
<attribute name="BILL_ID" label="提款单号" type="STRING" length="32"/>
|
||
<attribute name="FEE_TYPE" label="融资费类型" type="STRING" length="200"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="创建人" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="修改人" type="STRING" length="32"/>
|
||
<attribute name="ACCOUNT_NAME" label="账户名称" type="STRING" length="30"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_BILL_FEE_PLAN"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_INTEREST_PLAN" label="利息表" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="0"/>
|
||
<attribute name="SETTLEMENT_DATE" label="结息日" type="STRING" length="20"/>
|
||
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="20"/>
|
||
<attribute name="REAL_DATE" label="真实日期" type="STRING" length="20"/>
|
||
<attribute name="INTEREST" label="利息" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="INTEREST_DAYS" label="计息天数" type="STRING" length="10"/>
|
||
<attribute name="CALCULATION_GS" label="计算方式" type="STRING" length="800"/>
|
||
<attribute name="BILL_ID" label="借款ID" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="币种" type="STRING" length="200"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_INTEREST_PLAN"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_RECEIVE_BILL" label="票据管理" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||
<attribute name="BILLID" label="BILLID" type="STRING" length="255"/>
|
||
<attribute name="DRAW_DATE" label="DRAW_DATE" type="STRING" length="255"/>
|
||
<attribute name="BILL_END_DATE" label="BILL_END_DATE" type="STRING" length="255"/>
|
||
<attribute name="BILL_PEOPLE" label="BILL_PEOPLE" type="STRING" length="255"/>
|
||
<attribute name="BILL_TYPE" label="BILL_TYPE" type="STRING" length="255"/>
|
||
<attribute name="PAYAMOUNT" label="PAYAMOUNT" type="STRING" length="255"/>
|
||
<attribute name="RCONTRACTID" label="RCONTRACTID" type="STRING" length="255"/>
|
||
<attribute name="PAY_BANK" label="PAY_BANK" type="STRING" length="255"/>
|
||
<attribute name="TRANSFERPEOPLE" label="TRANSFERPEOPLE" type="STRING" length="255"/>
|
||
<attribute name="END_INDORSEMENT" label="END_INDORSEMENT" type="STRING" length="255"/>
|
||
<attribute name="TRANSFER_INDORSEMENT" label="TRANSFER_INDORSEMENT" type="STRING" length="255"/>
|
||
<attribute name="TRANSFER_INDORSEMENT_DATE" label="TRANSFER_INDORSEMENT_DATE" type="STRING"
|
||
length="255"/>
|
||
<attribute name="ENTRUST_BANK" label="ENTRUST_BANK" type="STRING" length="255"/>
|
||
<attribute name="ENTRUST_ACCOUNT" label="ENTRUST_ACCOUNT" type="INT" length="0"/>
|
||
<attribute name="ENTRUST_ACCOUNT_TYPE" label="ENTRUST_ACCOUNT_TYPE" type="STRING" length="255"/>
|
||
<attribute name="VOUCHER_DATE" label="VOUCHER_DATE" type="STRING" length="255"/>
|
||
<attribute name="REMARK" label="备注" type="STRING" length="255"/>
|
||
<attribute name="CREATE_DATE" label="CREATE_DATE" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="MODIFY_DATE" type="STRING" length="20"/>
|
||
<attribute name="CREATOR_" label="CREATOR_" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="MODIFICATOR_" type="STRING" length="32"/>
|
||
<!-- <attribute name="SURPLUS_WORKDAY" label="SURPLUS_WORKDAY" type="DOUBLE" length="20" scale="0"/> -->
|
||
<attribute name="currency" label="币种" type="STRING" length="32"/>
|
||
<attribute name="bill_pattern" label="票据方式" type="STRING" length="32"/>
|
||
<attribute name="day_numr" label="票据期限" type="STRING" length="32"/>
|
||
<attribute name="guar_method" label="担保方式" type="STRING" length="32"/>
|
||
<attribute name="HANDLING_CHARGE_MONEY" label="手续费金额" type="STRING" length="32"/>
|
||
<attribute name="HANDLING_CHARGE_MONEY_date" label="手续费支付日期" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_MONEY" label="保证金" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_MONEY_LEVEL" label="保证金比例" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_MONEY_RATIO" label="保证金利率" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_MONEY_INTESEST" label="保证金利息(手填)" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_PAY_DATE" label="保证金支付日期" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_PAY_ACCOUNT" label="保证金支付账号" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_BACK_ACCOUNT" label="保证金退还账号" type="STRING" length="32"/>
|
||
<attribute name="CAUTION_BACK_DATE" label="保证金退还日期" type="STRING" length="32"/>
|
||
<attribute name="owner_company" label="所属公司" type="STRING" length="32"/>
|
||
<attribute name="CONTRACTID" label="租赁合同号" type="STRING" length="32"/>
|
||
<attribute name="entrustaccount" label="还款银行" type="STRING" length="32"/>
|
||
<attribute name="collect_date" label="托收日期" type="STRING" length="32"/>
|
||
<attribute name="expect_money_date" label="预计到账日期" type="STRING" length="32"/>
|
||
<attribute name="FACT_DATE" label="实收支付日期" type="STRING" length="32"/>
|
||
<attribute name="CATION_STATUS" label="保证金核销状态" type="STRING" length="32"/>
|
||
<attribute name="fact_income_date" label="实际到账日" type="STRING" length="32"/>
|
||
<attribute name="income_money" label="到账金额" type="STRING" length="32"/>
|
||
<attribute name="recite_date" label="背书日期" type="STRING" length="32"/>
|
||
<attribute name="recite_person" label="被背书人" type="STRING" length="50"/>
|
||
<attribute name="status" label="状态" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_RECEIVE_BILL"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_LIMIT_INFO" label="合同质押" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="ID" type="STRING" length="32"/>
|
||
<attribute name="CREATE_DATE" label="CREATE_DATE" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="MODIFY_DATE" type="STRING" length="20"/>
|
||
<attribute name="LOAN_CONTRACT_ID" label="合同号" type="STRING" length="32"/>
|
||
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
|
||
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
|
||
<attribute name="PLAN_ID" label="计划编号" type="STRING" length="32"/>
|
||
<attribute name="CREATOR_" label="CREATOR_" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="MODIFICATOR_" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_LIMIT_INFO"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_RATE_ADJUST" label="调息记录表" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="主键" type="STRING" length="32"/>
|
||
<attribute name="ADJUST_DATE" label="调息生效日" type="STRING" length="20"/>
|
||
<attribute name="SETTLEMENT_DATE" label="上次结息日" type="STRING" length="20"/>
|
||
<attribute name="RATE_OLD" label="调息前利率" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="RATE_NEW" label="调息后利率" type="DOUBLE" length="22" scale="6"/>
|
||
<attribute name="STATUS_" label="状态" type="STRING" length="255"/>
|
||
<attribute name="DOC_ID" label="流水号" type="STRING" length="32"/>
|
||
<attribute name="BILL_ID" label="借据ID" type="STRING" length="32"/>
|
||
<attribute name="ADJUST_ID" label="调息Id" type="STRING" length="32"/>
|
||
<attribute name="MOD_REASON" label="修改原因" type="STRING" length="200"/>
|
||
<attribute name="CREATE_DATE" label="创建日期" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="修改日期" type="STRING" length="20"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_RATE_ADJUST"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_CORPUS_PLAN_HIS" label="" keyAttributes="HIS_ID">
|
||
<attributes>
|
||
<attribute name="HIS_ID" label="HIS_ID" type="STRING" length="32"/>
|
||
<attribute name="ID" label="ID" type="STRING" length="255"/>
|
||
<attribute name="DOC_ID" label="DOC_ID" type="STRING" length="255"/>
|
||
<attribute name="PLAN_LIST" label="PLAN_LIST" type="INT" length="0"/>
|
||
<attribute name="PLAN_DATE" label="PLAN_DATE" type="STRING" length="20"/>
|
||
<attribute name="REAL_DATE" label="REAL_DATE" type="STRING" length="20"/>
|
||
<attribute name="CORPUS" label="CORPUS" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="CREATE_DATE" label="CREATE_DATE" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="MODIFY_DATE" type="STRING" length="20"/>
|
||
<attribute name="BILL_ID" label="BILL_ID" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="CURRENCY" type="STRING" length="200"/>
|
||
<attribute name="MOD_STATUS" label="MOD_STATUS" type="STRING" length="200"/>
|
||
<attribute name="MOD_REASON" label="MOD_REASON" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="CREATOR_" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="MODIFICATOR_" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_CORPUS_PLAN_HIS"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_INTEREST_PLAN_HIS" label="" keyAttributes="HIS_ID">
|
||
<attributes>
|
||
<attribute name="HIS_ID" label="HIS_ID" type="STRING" length="32"/>
|
||
<attribute name="ID" label="ID" type="STRING" length="255"/>
|
||
<attribute name="DOC_ID" label="DOC_ID" type="STRING" length="255"/>
|
||
<attribute name="PLAN_LIST" label="PLAN_LIST" type="INT" length="0"/>
|
||
<attribute name="SETTLEMENT_DATE" label="SETTLEMENT_DATE" type="STRING" length="20"/>
|
||
<attribute name="PLAN_DATE" label="PLAN_DATE" type="STRING" length="20"/>
|
||
<attribute name="REAL_DATE" label="REAL_DATE" type="STRING" length="20"/>
|
||
<attribute name="INTEREST" label="INTEREST" type="DOUBLE" length="22" scale="2"/>
|
||
<attribute name="INTEREST_DAYS" label="INTEREST_DAYS" type="INT" length="0"/>
|
||
<attribute name="CALCULATION_GS" label="CALCULATION_GS" type="STRING" length="500"/>
|
||
<attribute name="CREATE_DATE" label="CREATE_DATE" type="STRING" length="20"/>
|
||
<attribute name="MODIFY_DATE" label="MODIFY_DATE" type="STRING" length="20"/>
|
||
<attribute name="BILL_ID" label="BILL_ID" type="STRING" length="32"/>
|
||
<attribute name="CURRENCY" label="CURRENCY" type="STRING" length="200"/>
|
||
<attribute name="MOD_STATUS" label="MOD_STATUS" type="STRING" length="200"/>
|
||
<attribute name="MOD_REASON" label="MOD_REASON" type="STRING" length="200"/>
|
||
<attribute name="CREATOR_" label="CREATOR_" type="STRING" length="32"/>
|
||
<attribute name="MODIFICATOR_" label="MODIFICATOR_" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_INTEREST_PLAN_HIS"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LOAN_FUND_BALANCE" label="资金余额" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="OWN_ACCOUNT_ID" label="本方账户id" type="STRING" length="32"/>
|
||
<attribute name="OWN_ACCOUNT" label="本方账号" type="STRING" length="32"/>
|
||
<attribute name="OWN_ACCOUNT_BALANCE" label="本方账号余额" type="STRING" length="32"/>
|
||
<attribute name="INPUTDATE" label="登记日期" type="STRING" length="32"/>
|
||
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
|
||
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
|
||
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
|
||
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
|
||
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
|
||
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LOAN_FUND_BALANCE"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="VI_RENT_COLLECT" label="扣款信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="contract_id" label="合同id" type="STRING" length="32"/>
|
||
<attribute name="businesstype" label="业务类型" type="STRING" length="32"/>
|
||
<attribute name="subjectid" label="主体id" type="STRING" length="32"/>
|
||
<attribute name="subjectname" label="主体名称" type="STRING" length="32"/>
|
||
<attribute name="distributor_id" label="经销商id" type="STRING" length="32"/>
|
||
<attribute name="contract_number" label="合同编号" type="STRING" length="32"/>
|
||
<attribute name="payment_number" label="payment_number" type="STRING" length="32"/>
|
||
<attribute name="customername" label="客户名称" type="STRING" length="32"/>
|
||
<attribute name="acc_number" label="客户账号" type="STRING" length="32"/>
|
||
<attribute name="plan_list" label="期次" type="STRING" length="32"/>
|
||
<attribute name="plan_date" label="计划日期" type="STRING" length="32"/>
|
||
<attribute name="collect_status" label="扣款状态" type="STRING" length="32"/>
|
||
<attribute name="collect_msg" label="扣款状态信息" type="STRING" length="32"/>
|
||
<attribute name="batch_status" label="处理状态信息" type="STRING" length="32"/>
|
||
<attribute name="rent" label="租金" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus" label="本金" type="DOUBLE" length="32"/>
|
||
<attribute name="interest" label="利息" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty" label="罚息" type="DOUBLE" length="32"/>
|
||
<attribute name="rent_over" label="租金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus_over" label="本金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="interest_over" label="利息余额" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty_over" label="罚息余额" type="DOUBLE" length="32"/>
|
||
<attribute name="collect_type" label="扣款类型" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="vi_rent_collect"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="vi_manual_dedution" label="手工扣款信息" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="contract_id" label="合同id" type="STRING" length="32"/>
|
||
<attribute name="businesstype" label="业务类型" type="STRING" length="32"/>
|
||
<attribute name="subjectid" label="主体id" type="STRING" length="32"/>
|
||
<attribute name="subjectname" label="主体名称" type="STRING" length="32"/>
|
||
<attribute name="distributor_id" label="经销商id" type="STRING" length="32"/>
|
||
<attribute name="contract_number" label="合同编号" type="STRING" length="32"/>
|
||
<attribute name="payment_number" label="payment_number" type="STRING" length="32"/>
|
||
<attribute name="customername" label="客户名称" type="STRING" length="32"/>
|
||
<attribute name="acc_number" label="客户账号" type="STRING" length="32"/>
|
||
<attribute name="plan_list" label="期次" type="STRING" length="32"/>
|
||
<attribute name="plan_date" label="计划日期" type="STRING" length="32"/>
|
||
<attribute name="collect_status" label="扣款状态" type="STRING" length="32"/>
|
||
<attribute name="collect_msg" label="扣款状态信息" type="STRING" length="32"/>
|
||
<attribute name="batch_status" label="处理状态信息" type="STRING" length="32"/>
|
||
<attribute name="rent" label="租金" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus" label="本金" type="DOUBLE" length="32"/>
|
||
<attribute name="interest" label="利息" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty" label="罚息" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty_sum" label="已还罚息" type="DOUBLE" length="32"/>
|
||
<attribute name="rent_over" label="租金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus_over" label="本金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="interest_over" label="利息余额" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty_over" label="罚息余额" type="DOUBLE" length="32"/>
|
||
<attribute name="collect_type" label="扣款类型" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="vi_manual_dedution"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="VI_YC_RENT_COLLECT" label="扣款信息(邮储)" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="distributor_id" label="经销商id" type="STRING" length="32"/>
|
||
<attribute name="contract_id" label="合同主键ID" type="STRING" length="32"/>
|
||
<attribute name="payment_number" label="payment_number" type="STRING" length="32"/>
|
||
<attribute name="customername" label="客户名称" type="STRING" length="32"/>
|
||
<attribute name="acc_number" label="客户账号" type="STRING" length="32"/>
|
||
<attribute name="certid" label="证件号" type="STRING" length="40"/>
|
||
<attribute name="collect_type" label="扣款类型" type="STRING" length="32"/>
|
||
<attribute name="plan_list" label="期次" type="STRING" length="32"/>
|
||
<attribute name="plan_date" label="计划日期" type="STRING" length="32"/>
|
||
<attribute name="collect_status" label="扣款状态" type="STRING" length="32"/>
|
||
<attribute name="batch_status" label="处理状态信息" type="STRING" length="32"/>
|
||
<attribute name="rent_over" label="租金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus_over" label="本金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="interest_over" label="利息余额" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty_over" label="罚息余额" type="DOUBLE" length="32"/>
|
||
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="VI_YC_RENT_COLLECT"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
|
||
<class name="VI_RENT_COLLECT_4_EBANK" label="扣款信息(网银收款专用)" keyAttributes="ID">
|
||
<attributes>
|
||
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
||
<attribute name="contract_id" label="合同id" type="STRING" length="32"/>
|
||
<attribute name="businesstype" label="业务类型" type="STRING" length="32"/>
|
||
<attribute name="subjectid" label="主体id" type="STRING" length="32"/>
|
||
<attribute name="subjectname" label="主体名称" type="STRING" length="32"/>
|
||
<attribute name="distributor_id" label="经销商id" type="STRING" length="32"/>
|
||
<attribute name="contract_number" label="合同编号" type="STRING" length="32"/>
|
||
<attribute name="payment_number" label="payment_number" type="STRING" length="32"/>
|
||
<attribute name="customername" label="客户名称" type="STRING" length="32"/>
|
||
<attribute name="acc_number" label="客户账号" type="STRING" length="32"/>
|
||
<attribute name="plan_list" label="期次" type="STRING" length="32"/>
|
||
<attribute name="plan_date" label="计划日期" type="STRING" length="32"/>
|
||
<attribute name="collect_status" label="扣款状态" type="STRING" length="32"/>
|
||
<attribute name="collect_msg" label="扣款状态信息" type="STRING" length="32"/>
|
||
<attribute name="batch_status" label="处理状态信息" type="STRING" length="32"/>
|
||
<attribute name="rent" label="租金" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus" label="本金" type="DOUBLE" length="32"/>
|
||
<attribute name="interest" label="利息" type="DOUBLE" length="32"/>
|
||
<attribute name="rent_over" label="租金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="corpus_over" label="本金余额" type="DOUBLE" length="32"/>
|
||
<attribute name="interest_over" label="利息余额" type="DOUBLE" length="32"/>
|
||
<attribute name="penalty_sum" label="已收总罚息" type="DOUBLE" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="vi_rent_collect_4_ebank"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="BANK_COLLECT_TYPE_CONFIG" label="银行扣款方式配置" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||
<attribute name="bank_code" label="银行代码" type="STRING" length="32"/>
|
||
<attribute name="bank_name" label="银行名称" type="STRING" length="32"/>
|
||
<attribute name="collect_type" label="扣款方式" 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="bank_collect_type_config"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="BANK_COLLECT_TYPE_CONFIG_LOG" label="银行扣款方式配置日志表" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||
<attribute name="config_id" label="配置id" type="STRING" length="32"/>
|
||
<attribute name="bank_code" label="银行代码" type="STRING" length="32"/>
|
||
<attribute name="bank_name" label="银行名称" type="STRING" length="32"/>
|
||
<attribute name="collect_type" label="扣款方式" type="STRING" length="32"/>
|
||
<attribute name="operation_type" label="操作类型" type="STRING" length="32"/>
|
||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="bank_collect_type_config_log"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="BANK_COLLEC_TYPET_4_CONTRACT" 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_no" label="合同号" type="STRING" length="32"/>
|
||
<attribute name="start_date" label="开始日期" type="STRING" length="32"/>
|
||
<attribute name="end_date" label="结束日期" type="STRING" length="32"/>
|
||
<attribute name="collect_type" label="扣款方式" 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="bank_collec_typet_4_contract"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
<class name="LB_CGB_0032_LOG" label="广发银行网银流水每日日志" keyAttributes="id">
|
||
<attributes>
|
||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||
<attribute name="account" label="银行账号" type="STRING" length="30"/>
|
||
<attribute name="tran_date" label="网银流水日期" type="STRING" length="10"/>
|
||
<attribute name="record_num" label="当天网银流水记录数" type="INT"/>
|
||
<attribute name="curr_rec_tran_code" label="正在处理的tran_code" type="STRING" length="50"/>
|
||
<attribute name="curr_rec_tran_seq" label="正在处理的tran_seq" type="STRING" length="50"/>
|
||
<attribute name="status" label="当天网银处理状态,0处理中,1处理成功,2处理失败" type="INT"/>
|
||
<attribute name="fail_msg" label="失败信息" type="STRING" length="255"/>
|
||
<attribute name="create_time" label="创建时间" type="STRING" length="20"/>
|
||
<attribute name="update_time" label="更新时间" type="STRING" length="20"/>
|
||
</attributes>
|
||
<manager>
|
||
<managerProperties>
|
||
<property name="table" value="LB_CGB_0032_LOG"/>
|
||
<property name="createKey" value="true"/>
|
||
</managerProperties>
|
||
</manager>
|
||
</class>
|
||
</package>
|
||
</jbo>
|