2022-09-09 15:51:34 +08:00

5203 lines
365 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

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

<?xml version="1.0" encoding="UTF-8"?>
<jbo>
<package name="jbo.app.tenwa.calc" >
<class name="LC_EBANK" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="50"/>
<attribute name="EBANK_SN" label="流水号" type="STRING" length="100"/>
<attribute name="MONEY_TYPE" label="到账金额类型" type="STRING" length="32"/>
<attribute name="FACT_MONEY" label="到账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_DATE" label="到账时间" type="STRING" length="20"/>
<attribute name="NOWITH_MONEY" label="非业务金额[与系统无关金额]" type="DOUBLE" length="22" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="RATE" label="汇率" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLIENT_NAME" label="付款人" type="STRING" length="200"/>
<attribute name="EBANK_SUBJECTS" label="银行科目" type="STRING" length="200"/>
<attribute name="OWN_BANK" label="本方银行" type="STRING" length="200"/>
<attribute name="OWN_ACCOUNT" label="本方账户" type="STRING" length="200"/>
<attribute name="OWNACC_NUMBER" label="本方账号" type="STRING" length="200"/>
<attribute name="CLIENT_BANK" label="对方银行" type="STRING" length="200"/>
<attribute name="CLIENT_ACCOUNT" label="对方账户" type="STRING" length="200"/>
<attribute name="CLIENT_ACC_NUMBER" label="对方账号" type="STRING" length="200"/>
<attribute name="HAD_MONEY" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MAYOPE_MONEY" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_MONEY" label="收款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONTRACT_ID" label="合同主键id【手工生成虚拟网银用到】" type="STRING" length="50"/>
<attribute name="CONTRACT_ID_INCOME" label="对应实收合同号" type="STRING" length="50"/>
<attribute name="PAYMENT_NUMBER" label="对应投放编号" type="STRING" length="50"/>
<attribute name="NO_CONTRACT" label="是否暂收款" type="STRING" length="32"/>
<attribute name="RENT_LIST_INCOME" label="对应实收期项" type="STRING" length="50"/>
<attribute name="INVALID" label="是否作废(伪删除)[是/否][s]" type="STRING" length="32"/>
<attribute name="SUMMARY" label="备注" type="STRING" length="2000"/>
<attribute name="UPLOAD_DATE" label="上传时间" type="STRING" length="50"/>
<attribute name="CUSTOMER_ID" label="客户名称" type="STRING" length="32"/>
<attribute name="UPID" label="上传文件名" type="STRING" length="50"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="RETURN_MONEY" label="退回金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONFIRM_MONEY" label="确认收入金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_TIME" label="交易时间" type="STRING" length="32"/>
<attribute name="VALUE_DATE" label="起息日" type="STRING" length="32"/>
<attribute name="TRANSACTION_TYPE" label="交易类型" type="STRING" length="32"/>
<attribute name="DEBIT_MONEY" label="借方金额" type="DOUBLE" length="32" scale="2"/>
<attribute name="LEFT_MONEY" label="余额" type="DOUBLE" length="32" scale="2"/>
<attribute name="FLOW_INSTANCE_NUMBER" label="流程实例号" type="STRING" length="32"/>
<attribute name="BUSINESS_NAME" label="业务名称" type="STRING" length="255"/>
<attribute name="APPLICATION" label="用途" type="STRING" length="255"/>
<attribute name="BUSINESS_NUMBER" label="业务参考号" type="STRING" length="32"/>
<attribute name="BUSINESS_SUMMARY" label="业务摘要" type="STRING" length="255"/>
<attribute name="OTHER_SUMMARY" label="其它摘要" type="STRING" length="255"/>
<attribute name="CLIENT_BRANCH_NAME" label="收/付方分行名" type="STRING" length="255"/>
<attribute name="CLIENT_NUMBER" label="收/付方开户行行号" type="STRING" length="255"/>
<attribute name="CLIENT_ACC_ADDRESS" label="收/付方开户行地址" type="STRING" length="255"/>
<attribute name="COMPANY_BANK" label="母/子公司帐号分行名" type="STRING" length="255"/>
<attribute name="COMPANY_ACC_NUMBER" label="母/子公司帐号" type="STRING" length="255"/>
<attribute name="COMPANY_ACCOUNT" label="母/子公司名称" type="STRING" length="255"/>
<attribute name="MESSAGE_STATUS" label="信息标志" type="STRING" length="32"/>
<attribute name="IS_FILE" label="有否附件信息" type="STRING" length="32"/>
<attribute name="FLUENT_STATUS" label="冲帐标志" type="STRING" length="32"/>
<attribute name="EXPANSION_SUMMARY" label="扩展摘要" type="STRING" length="255"/>
<attribute name="TRANSACTION_ANALYSIS_CODE" label="交易分析码" type="STRING" length="255"/>
<attribute name="BILL_NUMBER" label="票据号" type="STRING" length="32"/>
<attribute name="BUSINESS_PAYMENT_NUMBER" label="商务支付订单号" type="STRING" length="255"/>
<attribute name="INNER_NUMBER" label="内部编号" type="STRING" length="32"/>
<attribute name="BUSINESS_TYPE" label="业务类型" type="STRING" length="32"/>
<attribute name="CUSTOMER_TYPE" label="客商类型" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_EBANK" />
<property name="createKey" value="true" />
<property name="keyDatePrefix" value="'LCE'yyyyMMdd"/>
<property name="query.largeResultLimit" value="30000"/>
</managerProperties>
</manager>
</class>
<class name="VI_LC_EBANK_BILL" label="网银挂账" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="50"/>
<attribute name="EBANK_SN" label="流水号" type="STRING" length="100"/>
<attribute name="FACT_MONEY" label="到账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_DATE" label="到账时间" type="STRING" length="20"/>
<attribute name="NOWITH_MONEY" label="非业务金额[与系统无关金额]" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLIENT_NAME" label="付款人" type="STRING" length="200"/>
<attribute name="OWN_BANK" label="本方银行" type="STRING" length="200"/>
<attribute name="OWN_ACCOUNT" label="本方账户" type="STRING" length="200"/>
<attribute name="OWNACC_NUMBER" label="本方账号" type="STRING" length="200"/>
<attribute name="CLIENT_BANK" label="对方银行" type="STRING" length="200"/>
<attribute name="CLIENT_ACCOUNT" label="对方账户" type="STRING" length="200"/>
<attribute name="CLIENT_ACC_NUMBER" label="对方账号" type="STRING" length="200"/>
<attribute name="HAD_MONEY" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MAYOPE_MONEY" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="NO_CONTRACT" label="是否暂收款" type="STRING" length="32"/>
<attribute name="UPLOAD_DATE" label="上传时间" type="STRING" length="50"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_LC_EBANK_BILL" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_EBANK_BILL" label="网银挂账" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="50"/>
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="100"/>
<attribute name="BILL_MONEY" label="挂账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32" />
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="100"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="100"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="100"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="100"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="100"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="100"/>
<attribute name="STATUS" label="核销状态" type="STRING" length="32"/>
<attribute name="BILL_TYPE" label="挂账类型" type="STRING" length="32"/>
<attribute name="HAD_MONEY" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MAYOPE_MONEY" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="OVER_NUMBER" label="超期核销次数" type="STRING" length="32" />
<attribute name="REBACK_MONEY" label="资金红冲" type="STRING" length="32" />
<attribute name="BILL_DAY" label="挂账日" type="STRING" length="32" />
<attribute name="RED_TYPE" label="红冲类型" type="STRING" length="32" />
<attribute name="INCOME_ID" label="红冲数据编号" type="STRING" length="32" />
<attribute name="PID" label="挂账数据编号" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_EBANK_BILL" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_EBANK_BILL_TEMP" label="网银挂账临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="50"/>
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="100"/>
<attribute name="BILL_MONEY" label="挂账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32" />
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="100"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="100"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="100"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="100"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="100"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="100"/>
<attribute name="STATUS" label="核销状态" type="STRING" length="32"/>
<attribute name="BILL_TYPE" label="挂账类型" type="STRING" length="32"/>
<attribute name="HAD_MONEY" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MAYOPE_MONEY" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="OVER_NUMBER" label="超期核销次数" type="STRING" length="32" />
<attribute name="REBACK_MONEY" label="资金红冲" type="STRING" length="32" />
<attribute name="BILL_DAY" label="挂账日" type="STRING" length="32" />
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32" />
<attribute name="IS_FLOWING" label="是否流程中" type="STRING" length="32" />
<attribute name="REVOKEBILL" label="是否红冲挂账" type="STRING" length="32" />
<attribute name="RED_TYPE" label="红冲类型" type="STRING" length="32" />
<attribute name="INCOME_ID" label="红冲数据编号" type="STRING" length="32" />
<attribute name="PID" label="挂账数据编号" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_EBANK_BILL_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_EBANK_BILL_HIS" label="网银挂账历史" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="50"/>
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="100"/>
<attribute name="BILL_MONEY" label="挂账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32" />
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="100"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="100"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="100"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="100"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="100"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="100"/>
<attribute name="STATUS" label="核销状态" type="STRING" length="32"/>
<attribute name="BILL_TYPE" label="挂账类型" type="STRING" length="32"/>
<attribute name="DELETEUSERID" label="删除人" type="STRING" length="100"/>
<attribute name="DELETEORGID" label="删除部门" type="STRING" length="100"/>
<attribute name="DELETETIME" label="删除时间" type="STRING" length="100"/>
<attribute name="HAD_MONEY" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MAYOPE_MONEY" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="OVER_NUMBER" label="超期核销次数" type="STRING" length="32" />
<attribute name="REBACK_MONEY" label="资金红冲" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_EBANK_BILL_HIS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_EBANK_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="50"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
<attribute name="EBANK_SN" label="流水号" type="STRING" length="100"/>
<attribute name="MONEY_TYPE" label="到账金额类型" type="STRING" length="32"/>
<attribute name="FACT_MONEY" label="到账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_DATE" label="到账时间" type="STRING" length="20"/>
<attribute name="NOWITH_MONEY" label="非业务金额[与系统无关金额]" type="DOUBLE" length="22" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="RATE" label="汇率" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLIENT_NAME" label="付款人" type="STRING" length="200"/>
<attribute name="OWN_BANK" label="本方银行" type="STRING" length="200"/>
<attribute name="OWN_ACCOUNT" label="本方账户" type="STRING" length="200"/>
<attribute name="OWNACC_NUMBER" label="本方账号" type="STRING" length="200"/>
<attribute name="CLIENT_BANK" label="对方银行" type="STRING" length="200"/>
<attribute name="CLIENT_ACCOUNT" label="对方账户" type="STRING" length="200"/>
<attribute name="CLIENT_ACC_NUMBER" label="对方账号" type="STRING" length="200"/>
<attribute name="HAD_MONEY" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MAYOPE_MONEY" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_MONEY" label="收款金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONTRACT_ID" label="合同主键id【手工生成虚拟网银用到】" type="STRING" length="50"/>
<attribute name="CONTRACT_ID_INCOME" label="对应实收合同号" type="STRING" length="50"/>
<attribute name="PAYMENT_NUMBER" label="对应投放编号" type="STRING" length="50"/>
<attribute name="NO_CONTRACT" label="是否暂收款" type="STRING" length="32"/>
<attribute name="RENT_LIST_INCOME" label="对应实收期项" type="STRING" length="50"/>
<attribute name="INVALID" label="是否作废(伪删除)[是/否][s]" type="STRING" length="32"/>
<attribute name="SUMMARY" label="备注" type="STRING" length="2000"/>
<attribute name="UPLOAD_DATE" label="上传时间" type="STRING" length="50"/>
<attribute name="CUSTOMER_ID" label="客户名称" type="STRING" length="32"/>
<attribute name="UPID" label="上传文件名" type="STRING" length="50"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="RETURN_MONEY" label="退回金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONFIRM_MONEY" label="确认收入金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="BUSINESS_TYPE" label="业务类型" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_EBANK_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_PLAN_CONFIG" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FEE_TYPE_NAME" label="费用类型名称" type="STRING" length="255"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="255"/>
<attribute name="FEE_TYPE_FIELD" label="商务报价字段名" type="STRING" length="255"/>
<attribute name="FEE_TYPE_DATE" label="费用收付日期" type="STRING" length="255"/>
<attribute name="PAY_TYPE_CODE" label="收入类型" type="STRING" length="255"/>
<attribute name="PAY_TYPE_NAME" label="收入类型名称" type="STRING" length="255"/>
<attribute name="PAYMENT_NUMB" label="收入次数" type="STRING" length="255"/>
<attribute name="SETTLE_METHOD" label="付款类型" type="STRING" length="255"/>
<attribute name="SETTLE_METHOD_NAME" label="付款类型名称" type="STRING" length="255"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="255"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="255"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="255"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="255"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="255"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="255"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_PLAN_CONFIG" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_RENT_ADJUST" label="租金变更信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="255"/>
<attribute name="START_LIST" label="开始期项" type="INT" length="10"/>
<attribute name="PAYDAY_ADJUST" label="支付日调整为" type="STRING" length="20"/>
<attribute name="HANDLING_CHARGE" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="ADJUST_LIST" label="调整后期数" type="INT" length="10"/>
<attribute name="YEAR_RATE" label="预计租赁年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INTEREST_HANDLING_CHARGE" label="利息手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_RENT" label="逾期租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_OVERAGE" label="未到期本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_PENALTY" label="逾期罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="AGREED_PENALTY" label="商定罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_OUT" label="其他应退" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_IN" label="其他应收" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONTRACT_TOTAL" label="合同债权总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="AGREED_INTEREST" label="商定利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="ASSET_OWNERSHIP" label="资产所有权" type="STRING" length="255"/>
<attribute name="CONTRACT_ID" label="合同号" type="STRING" length="32"/>
<attribute name="ADJUST_TYPE" label="变更类型" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="付租类型" type="STRING" length="200"/>
<attribute name="REPURCHASE_RATIO" label="回购比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="REPURCHASE_MONEY" label="回购本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="PAYDAY_DATE" label="商定时间" type="STRING" length="100"/>
<attribute name="NOMINAL_PRICE" label="留购价" type="DOUBLE" length="22" scale="2"/>
<attribute name="SDNOMINAL_PRICE" label="商定留购价" type="DOUBLE" length="22" scale="2"/>
<attribute name="SDHANDLING_CHARGE" label="商定手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIST_RENT" label="一年内未还租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIST_CORPUS" label="一年内未剩余本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="REPAYMENT_INTEREST" label="还款日差利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="COLLECT_FEES" label="催收费用" type="STRING" length="32"/>
<attribute name="DISPOSE_MONEY" label="处置金额" type="STRING" length="32"/>
<attribute name="SurplusINTEREST" label="剩余利息" type="STRING" length="32"/>
<attribute name="MAXIMUM_TOTAL" label="最终还款金额" type="STRING" length="32"/>
<attribute name="AGREED_DATEPENALTY" label="商定还款日息差" type="STRING" length="32"/>
<attribute name="SETTLE_METHOD" label="结清方式" type="STRING" length="32"/>
<attribute name="PROPROTION_NUMBER" label="租赁物比重" type="STRING" length="32"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资金额(元)" type="STRING" length="32"/>
<attribute name="PREMATURE_MONEY" label="部分结清车辆未到期本金" type="STRING" length="32"/>
<attribute name="RESIDUE_MONEY" label="剩余车辆未到期本金" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_RENT_ADJUST" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_RENT_ADJUST_TEMP" label="租金变更信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="255"/>
<attribute name="START_LIST" label="开始期项" type="INT" length="10"/>
<attribute name="PAYDAY_ADJUST" label="支付日调整为" type="STRING" length="20"/>
<attribute name="HANDLING_CHARGE" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="ADJUST_LIST" label="调整后期数" type="INT" length="10"/>
<attribute name="YEAR_RATE" label="预计租赁年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INTEREST_HANDLING_CHARGE" label="利息手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_RENT" label="逾期租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_OVERAGE" label="未到期本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="DUN_PENALTY" label="逾期罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="AGREED_PENALTY" label="商定罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_OUT" label="其他应退" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_IN" label="其他应收" type="DOUBLE" length="22" scale="2"/>
<attribute name="CONTRACT_TOTAL" label="合同债权总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="AGREED_INTEREST" label="商定利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="ASSET_OWNERSHIP" label="资产所有权" type="STRING" length="255"/>
<attribute name="CONTRACT_ID" label="合同号" type="STRING" length="32"/>
<attribute name="ADJUST_TYPE" label="变更类型" type="STRING" length="200"/>
<attribute name="ADJUST_STATUS" label="状态" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="付租类型" type="STRING" length="200"/>
<attribute name="REPURCHASE_RATIO" label="回购比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="REPURCHASE_MONEY" label="回购本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="PAYDAY_DATE" label="商定时间" type="STRING" length="100"/>
<attribute name="NOMINAL_PRICE" label="留购价" type="DOUBLE" length="22" scale="2"/>
<attribute name="SDNOMINAL_PRICE" label="商定留购价" type="DOUBLE" length="22" scale="2"/>
<attribute name="SDHANDLING_CHARGE" label="商定手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIST_RENT" label="一年内未还租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIST_CORPUS" label="一年内未剩余本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="REPAYMENT_INTEREST" label="还款日差利息" type="DOUBLE" length="22" scale="2"/>
<attribute name="COLLECT_FEES" label="催收费用" type="STRING" length="32"/>
<attribute name="DISPOSE_MONEY" label="处置金额" type="STRING" length="32"/>
<attribute name="SurplusINTEREST" label="剩余利息" type="STRING" length="32"/>
<attribute name="MAXIMUM_TOTAL" label="最终还款金额" type="STRING" length="32"/>
<attribute name="AGREED_DATEPENALTY" label="商定还款日息差" type="STRING" length="32"/>
<attribute name="SETTLE_METHOD" label="结清方式" type="STRING" length="32"/>
<attribute name="PROPROTION_NUMBER" label="租赁物比重" type="STRING" length="32"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资金额(元)" type="STRING" length="32"/>
<attribute name="PREMATURE_MONEY" label="部分结清车辆未到期本金" type="STRING" length="32"/>
<attribute name="RESIDUE_MONEY" label="剩余车辆未到期本金" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_RENT_ADJUST_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_RULES_TEMP" label="测算租金规则" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_RULES_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CASH_FLOW_TEMP" label="测算现金流" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CASH_FLOW_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_PLAN_TEMP" label="测算资金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="P_ID" label="计划编号" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FACT_MONEY" label="实收金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FEE_ADJUST" label="实收减免" type="DOUBLE" length="18" scale="2"/>
<attribute name="OVER_MONEY" label="计划余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="PAY_OBJ" label="收付对象" type="STRING" length="200"/>
<attribute name="FPNOTE" label="备注" type="STRING" length="1000"/>
<attribute name="TAX_RATE" label="税率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="OPERATION_STATUS" 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="LC_FUND_PLAN_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_RENT_PLAN_TEMP" label="测算租金计划临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="备用金到账批次号" type="STRING" length="32"/>
<attribute name="CORPUS_SP" label="分润成本" type="String" length="18" scale="2"/>
<attribute name="INTEREST_sp" label="分润给SP" type="String" length="18" scale="2"/>
<attribute name="SPLITTING_STATUS" label="分润支付状态" type="STRING" length="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_rent_plan_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_RENT_PLAN_TEMP" label="测算租金计划临时视图" >
<attributes>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PLANSTATUS" label="回笼状态" type="STRING" length="32"/>
<attribute name="ALL_REMAIN_CORPUS" label="剩余本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="60"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_RENT_PLAN_TEMP"/>
</managerProperties>
</manager>
</class>
<class name="LC_RENT_PLAN_SP_TEMP" label="测算租金计划临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="备用金到账批次号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_rent_plan_sp_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_CASH_FLOW" label="项目层现金流" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_CASH_FLOW" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_CONDITION" label="项目层商务条件" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32" />
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="STRING" length="22" scale="2" />
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY" label="联合方出资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_OUT" label="联合方出资额支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_RATIO" label="联合方出资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OPERATING_RATE" label="运营费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_DIFFERENCE" label="GPS差额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RISK_ACCRUAL_RATIO" label="风险计提比率" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGIC_COEFFICIENT" label="战略系数" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGY_ROA" label="战略ROA" type="DOUBLE" length="22" scale="6"/>
<attribute name="SPLIT_TYPE" label="是否灵活分润" type="STRING"/>
<attribute name="SUBSECTION_CONDIG" label="分段配置" type="STRING" length="32"/>
<attribute name="COMPREHENSIVE_RATE" label="综合利率" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_CONDITION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_FUND_PLAN" label="项目层资金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FACT_MONEY" label="实收金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FEE_ADJUST" label="实收减免" type="DOUBLE" length="18" scale="2"/>
<attribute name="OVER_MONEY" label="计划余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="PAY_OBJ" label="收付对象" type="STRING" length="200"/>
<attribute name="FPNOTE" label="备注" type="STRING" length="200"/>
<attribute name="TAX_RATE" label="税率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_FUND_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_RENT_PLAN" label="项目层租金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_RENT_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_RULES" label="项目层租金规则" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_RULES" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_CASH_FLOW" label="合同层现金流" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_CASH_FLOW" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_CONDITION" label="合同层商务条件" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="FACTORY_ACCESSORIES" label="原厂配件费" type="STRING" length="22" scale="2" />
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32" />
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY" label="联合方出资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_OUT" label="联合方出资额支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_RATIO" label="联合方出资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OPERATING_RATE" label="运营费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_DIFFERENCE" label="GPS差额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RISK_ACCRUAL_RATIO" label="风险计提比率" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGIC_COEFFICIENT" label="战略系数" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGY_ROA" label="战略ROA" type="DOUBLE" length="22" scale="6"/>
<attribute name="SPLIT_TYPE" label="是否灵活分润" type="STRING"/>
<attribute name="PERSONAL_INSURANCE" label="个人意外险" type="DOUBLE" length="22" scale="2"/>
<attribute name="DISCOUNT_INTEREST" label="贴息" type="DOUBLE" length="22" scale="2"/>
<attribute name="SUBSECTION_CONDIG" label="分段配置" type="STRING" length="32"/>
<attribute name="COMPREHENSIVE_RATE" label="综合利率" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_CONDITION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_FUND_PLAN" label="合同层资金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FACT_MONEY" label="实收金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FEE_ADJUST" label="实收减免" type="DOUBLE" length="18" scale="2"/>
<attribute name="OVER_MONEY" label="计划余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="PAY_OBJ" label="收付对象" type="STRING" length="200"/>
<attribute name="FPNOTE" label="备注" type="STRING" length="200"/>
<attribute name="TAX_RATE" label="税率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_FUND_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_RENT_PLAN" label="合同层租金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_RENT_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_RULES" label="合同层租金规则" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_RULES" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PAY_CASH_FLOW" label="投放层现金流" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PAY_CASH_FLOW" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PAY_RENT_PLAN" label="投放层租金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PAY_RENT_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_CONDITION" label="起租商务条件" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32" />
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY" label="联合方出资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_OUT" label="联合方出资额支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_RATIO" label="联合方出资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OPERATING_RATE" label="运营费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_DIFFERENCE" label="GPS差额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RISK_ACCRUAL_RATIO" label="风险计提比率" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGIC_COEFFICIENT" label="战略系数" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGY_ROA" label="战略ROA" type="DOUBLE" length="22" scale="6"/>
<attribute name="SPLIT_TYPE" label="是否灵活分润" type="STRING"/>
<attribute name="PERSONAL_INSURANCE" label="个人意外险" type="DOUBLE" length="22" scale="2"/>
<attribute name="DISCOUNT_INTEREST" label="贴息" type="DOUBLE" length="22" scale="2"/>
<attribute name="SUBSECTION_CONDIG" label="分段配置" type="STRING" length="32"/>
<attribute name="COMPREHENSIVE_RATE" label="综合利率" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_CONDITION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_RULES" label="起租租金规则" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_RULES" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_PLAN" label="起租资金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FACT_MONEY" label="实收金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FEE_ADJUST" label="实收减免" type="DOUBLE" length="18" scale="2"/>
<attribute name="OVER_MONEY" label="计划余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="PAY_OBJ" label="收付对象" type="STRING" length="200"/>
<attribute name="FPNOTE" label="备注" type="STRING" length="200"/>
<attribute name="TAX_RATE" label="税率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_RENT_PLAN" label="测算租金计划表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="备用金到账批次号" type="STRING" length="32"/>
<attribute name="CORPUS_SP" label="分润成本" type="String" length="18" scale="2"/>
<attribute name="INTEREST_sp" label="分润给SP" type="String" length="18" scale="2"/>
<attribute name="SPLITTING_STATUS" label="分润支付状态" type="STRING" length="2"/>
<attribute name="CHARGE_WAY" label="扣款方式" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_rent_plan" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_RENT_PLAN_SP" label="测算租金计划表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="备用金到账批次号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_rent_plan_sp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME" label="资金收付表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="RELATIVE_ID" label="货扣关联编号" type="STRING" length="32"/>
<attribute name="RELATIVE_TYPE" label="货扣类型" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="100"/>
<attribute name="PLAN_LIST" label="计划期次" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="CHARGE_LIST" label="收付次数" type="INT" length="10"/>
<attribute name="FACT_DATE" label="收支日期" type="STRING" length="32"/>
<attribute name="FACT_MONEY" label="收支金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FEE_ADJUST" label="费用调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_OBJECT" label="收支对象" type="STRING" length="200"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="32"/>
<attribute name="BANK" label="银行名称" type="STRING" length="200"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="200"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="100"/>
<attribute name="CLIENT_BANK" label="客户银行" type="STRING" length="200"/>
<attribute name="CLIENT_ACCOUNT" label="客户帐户" type="STRING" length="200"/>
<attribute name="CLIENT_ACCNUMBER" label="客户帐号" type="STRING" length="200"/>
<attribute name="CLIENT_PROVINCE" label="开户省份" type="STRING" length="200"/>
<attribute name="CLIENT_CITY" label="开户地区" type="STRING" length="200"/>
<attribute name="ACCOUNTING_DATE" label="会计处理日" type="STRING" length="32"/>
<attribute name="APPLYPAY_DATE" label="申请支付日期" type="STRING" length="32"/>
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
<attribute name="PAY_STATUS" label="支付状态" type="STRING" length="32"/>
<attribute name="MEMO" label="备注" type="STRING" length="500"/>
<attribute name="ROLL_BACK" label="是否红冲或被红冲记录" type="STRING" length="10"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="RATE" label="汇率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="BANK_YURREF" label="业务参考号" type="STRING" length="32"/>
<attribute name="BANK_SQRNBR" label="流水号" type="STRING" length="32"/>
<attribute name="BANK_PAY_ID" label="支付ID" type="STRING" length="32"/>
<attribute name="BANK_REQNBR" label="流程实例号" type="STRING" length="32"/>
<attribute name="BANK_ID" label="支付账户ID" type="STRING" length="32"/>
<attribute name="CMB_PAY_NO" label="支付流水号" type="STRING" length="32"/>
<attribute name="CMB_PAY_LOG" label="支付日志" type="STRING" length="32"/>
<attribute name="EBANK_STATUS" label="回盘状态" type="STRING" length="32"/>
<attribute name="FUND_FEETYPE" label="抵扣资金项" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="32"/>
<!-- <attribute name="FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="FPHM" label="发票号码" type="STRING" length="10"/> -->
<attribute name="isCompany" label="是否关联公司" type="STRING" length="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_INCOME" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_INCOME_TEMP" label="资金收付临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="支付编号" type="STRING" length="32"/>
<attribute name="RELATIVE_ID" label="货扣关联编号" type="STRING" length="32"/>
<attribute name="RELATIVE_TYPE" label="货扣类型" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划ID" type="STRING" length="100"/>
<attribute name="PLAN_LIST" label="计划期次" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="CHARGE_LIST" label="收付次数" type="INT" length="10"/>
<attribute name="FACT_DATE" label="收支日期" type="STRING" length="32"/>
<attribute name="FACT_MONEY" label="收支金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FEE_ADJUST" label="费用调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="FACT_OBJECT" label="收支对象" type="STRING" length="200"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="32"/>
<attribute name="BANK" label="银行名称" type="STRING" length="200"/>
<attribute name="ACCOUNT" label="帐户名称" type="STRING" length="200"/>
<attribute name="ACC_NUMBER" label="银行帐号" type="STRING" length="100"/>
<attribute name="CLIENT_BANK" label="客户银行" type="STRING" length="200"/>
<attribute name="CLIENT_ACCOUNT" label="客户帐户" type="STRING" length="200"/>
<attribute name="CLIENT_ACCNUMBER" label="客户帐号" type="STRING" length="200"/>
<attribute name="CLIENT_PROVINCE" label="开户省份" type="STRING" length="200"/>
<attribute name="CLIENT_CITY" label="开户地区" type="STRING" length="200"/>
<attribute name="ACCOUNTING_DATE" label="会计处理日" type="STRING" length="32"/>
<attribute name="APPLYPAY_DATE" label="申请支付日期" type="STRING" length="32"/>
<attribute name="APPLY_PERSON" label="申请人" type="STRING" length="32"/>
<attribute name="APPLY_DEPT" label="申请部门" type="STRING" length="32"/>
<attribute name="PAY_STATUS" label="支付状态" type="STRING" length="32"/>
<attribute name="MEMO" label="备注" type="STRING" length="500"/>
<attribute name="ROLL_BACK" label="是否红冲或被红冲记录" type="STRING" length="10"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="RATE" label="汇率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="OPERATION_STATUS" label="操作状态" type="STRING" length="32"/>
<attribute name="IS_FLOWING" label="是否流程中" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="BANK_YURREF" label="业务参考号" type="STRING" length="32"/>
<attribute name="BANK_SQRNBR" label="流水号" type="STRING" length="32"/>
<attribute name="BANK_PAY_ID" label="支付ID" type="STRING" length="32"/>
<attribute name="BANK_REQNBR" label="流程实例号" type="STRING" length="32"/>
<attribute name="BANK_ID" label="支付账户ID" type="STRING" length="32"/>
<attribute name="CMB_PAY_NO" label="支付流水号" type="STRING" length="32"/>
<attribute name="CMB_PAY_LOG" label="支付日志" type="STRING" length="32"/>
<attribute name="EBANK_STATUS" label="回盘状态" type="STRING" length="32"/>
<attribute name="FUND_FEETYPE" label="抵扣资金项" type="STRING" length="100"/>
<attribute name="DISTRIBUTOR_ID" label="经销商ID" type="STRING" length="32"/>
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="32"/>
<!-- <attribute name="FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="FPHM" label="发票号码" type="STRING" length="10"/> -->
<attribute name="isCompany" label="是否关联公司" type="STRING" length="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_INCOME_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_RENT_INCOME" label="租金收付表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="租金计划期次" type="INT" length="10"/>
<attribute name="HIRE_LIST" label="回笼期项" type="INT" length="10"/>
<attribute name="HIRE_DATE" label="核销日期" type="STRING" length="32"/>
<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="PENALTY" label="回笼罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_ADJUST" label="本金调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="INTEREST_ADJUST" label="租息调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENALTY_ADJUST" label="罚息调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="CARDDEDUCT_ID" label="卡扣数据编号" type="STRING" length="32"/>
<attribute name="CARDDEDUCT_STATUS" label="卡扣核销状态" type="STRING" length="32"/>
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="32"/>
<attribute name="RELATIVE_ID" label="货扣编号" type="STRING" length="32"/>
<attribute name="COIN" label="货币类型" type="STRING" length="32"/>
<attribute name="RATE" label="汇率" type="DOUBLE" length="22" scale="2"/>
<attribute name="HIRE_OBJECT" label="付款人" type="STRING" length="200"/>
<attribute name="INVOICE_NUMBER" label="单据号" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="32"/>
<attribute name="HIRE_BANK" label="付款人银行" type="STRING" length="300"/>
<attribute name="HIRE_ACCOUNT" label="付款人帐户" type="STRING" length="300"/>
<attribute name="HIRE_NUMBER" label="付款人帐号" type="STRING" length="200"/>
<attribute name="OWN_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="OWN_ACCOUNT" label="本方银行账户" type="STRING" length="200"/>
<attribute name="OWN_NUMBER" label="本方银行帐号" type="STRING" length="200"/>
<attribute name="ACCOUNTING_DATE" label="会计处理日" type="STRING" length="32"/>
<attribute name="INSTEAD_FLAG" label="是否代付" type="STRING" length="100"/>
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
<attribute name="ROLL_BACK" label="是否红冲或被红冲记录" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="penalty_reduce" label="减免罚息" type="STRING" length="32"/>
<attribute name="SPARE_BATCH_NO" label="扣款批次号" type="STRING" length="32"/>
<attribute name="CHARGE_WAY" label="手续费方式" type="STRING" length="10"/>
<!-- <attribute name="RENT_FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="RENT_FPHM" label="发票号码" type="STRING" length="10"/>
<attribute name="INTEREST_FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="INTEREST_FPHM" label="发票号码" type="STRING" length="10"/>
<attribute name="PENALTY_FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="PENALTY_FPHM" label="发票号码" type="STRING" length="10"/>
-->
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_RENT_INCOME" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_RENT_INCOME_TEMP" label="租金收付临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="INCOME_ID" label="收款编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_ID" label="计划id" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="租金计划期次" type="INT" length="10"/>
<attribute name="HIRE_LIST" label="回笼期项" type="INT" length="10"/>
<attribute name="HIRE_DATE" label="核销日期" type="STRING" length="32"/>
<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="PENALTY" label="回笼罚息" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_ADJUST" label="本金调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="INTEREST_ADJUST" label="租息调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENALTY_ADJUST" label="罚息调整" type="DOUBLE" length="22" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="CARDDEDUCT_ID" label="卡扣数据编号" type="STRING" length="32"/>
<attribute name="CARDDEDUCT_STATUS" label="卡扣核销状态" type="STRING" length="32"/>
<attribute name="DEDUCTION_ID" label="保证金抵扣编号" type="STRING" length="32"/>
<attribute name="RELATIVE_ID" label="货扣编号" type="STRING" length="32"/>
<attribute name="COIN" label="货币类型" type="STRING" length="32"/>
<attribute name="RATE" label="汇率" type="DOUBLE" length="22" scale="2"/>
<attribute name="HIRE_OBJECT" label="付款人" type="STRING" length="200"/>
<attribute name="INVOICE_NUMBER" label="单据号" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="32"/>
<attribute name="HIRE_BANK" label="付款人银行" type="STRING" length="300"/>
<attribute name="HIRE_ACCOUNT" label="付款人帐户" type="STRING" length="300"/>
<attribute name="HIRE_NUMBER" label="付款人帐号" type="STRING" length="200"/>
<attribute name="OWN_BANK" label="本方银行" type="STRING" length="100"/>
<attribute name="OWN_ACCOUNT" label="本方银行账户" type="STRING" length="200"/>
<attribute name="OWN_NUMBER" label="本方银行帐号" type="STRING" length="200"/>
<attribute name="ACCOUNTING_DATE" label="会计处理日" type="STRING" length="32"/>
<attribute name="INSTEAD_FLAG" label="是否代付" type="STRING" length="100"/>
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
<attribute name="ROLL_BACK" label="是否红冲或被红冲记录" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="IS_FLOWING" label="是否流程中" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="penalty_reduce" label="减免罚息" type="STRING" length="32"/>
<attribute name="SPARE_BATCH_NO" label="扣款批次号" type="STRING" length="32"/>
<attribute name="CHARGE_WAY" label="手续费方式" type="STRING" length="10"/>
<!-- <attribute name="RENT_FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="RENT_FPHM" label="发票号码" type="STRING" length="10"/>
<attribute name="INTEREST_FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="INTEREST_FPHM" label="发票号码" type="STRING" length="10"/>
<attribute name="PENALTY_FPDM" label="发票代码" type="STRING" length="10"/>
<attribute name="PENALTY_FPHM" label="发票号码" type="STRING" length="10"/>
-->
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_RENT_INCOME_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_EBANK_PROCESS" label="网银过程表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="EBANK_NUMBER" label="网银编号" type="STRING" length="32"/>
<attribute name="PROCESS_MONEY" label="核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOW_NAME" label="流程名称" type="STRING" length="200"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_EBANK_PROCESS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_FUND_PLAN" label="资金计划视图表" keyAttributes="">
<attributes>
<attribute name="id" label="资金计划编号" type="STRING"/>
<attribute name="contract_id" label="合同编号" type="STRING"/>
<attribute name="businesstype" label="业务类型" type="STRING"/>
<attribute name="subjectid" label="多主体ID" type="STRING"/>
<attribute name="distributor_id" label="经销商ID" type="STRING"/>
<attribute name="contract_status" label="合同状态" type="STRING"/>
<attribute name="contract_number" label="业务合同号" type="STRING"/>
<attribute name="payment_number" label="投放编号" type="STRING"/>
<attribute name="project_name" label="项目名称" type="STRING"/>
<attribute name="customername" label="客户名称" type="STRING"/>
<attribute name="pay_type" label="收付方向" type="STRING"/>
<attribute name="fee_type" label="费用类型" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="DOUBLE"/>
<attribute name="fact_money" label="实收金额" type="DOUBLE"/>
<attribute name="fee_adjust" label="费用减免" type="DOUBLE"/>
<attribute name="allfact_money" label="减免后实收金额" type="DOUBLE"/>
<attribute name="overmoney" label="剩余应收金额" type="DOUBLE"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_fund_plan" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_RENT_PLAN" label="租金计划视图表" keyAttributes="">
<attributes>
<attribute name="id" label="租金计划编号" type="STRING"/>
<attribute name="contract_number" label="业务合同号" type="STRING"/>
<attribute name="contract_status" label="合同状态" type="STRING"/>
<attribute name="contract_id" label="合同号" type="STRING"/>
<attribute name="businesstype" label="业务类型" type="STRING"/>
<attribute name="subjectid" label="多主体ID" type="STRING"/>
<attribute name="distributor_id" label="经销商ID" type="STRING"/>
<attribute name="payment_number" label="投放编号" type="STRING"/>
<attribute name="customername" label="客户名称" type="STRING"/>
<attribute name="project_name" label="项目名称" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="rent" label="计划租金" type="STRING"/>
<attribute name="corpus" label="计划本金" type="STRING"/>
<attribute name="interest" label="计划利息" type="STRING"/>
<attribute name="penalty" label="应收罚息" type="STRING"/>
<attribute name="fact_rent" label="实收租金" type="STRING"/>
<attribute name="fact_corpus" label="实收本金" type="STRING"/>
<attribute name="fact_interest" label="实收利息" type="STRING"/>
<attribute name="fact_penalty" label="实收罚息" type="STRING"/>
<attribute name="corpus_adjust" label="本金调整" type="STRING"/>
<attribute name="interest_adjust" label="利息调整" type="STRING"/>
<attribute name="penalty_adjust" label="罚息调整" type="STRING"/>
<attribute name="rent_over" label="租金余额" type="STRING"/>
<attribute name="corpus_over" label="本金余额" type="STRING"/>
<attribute name="interest_over" label="利息余额" type="STRING"/>
<attribute name="penalty_over" label="罚息余额" type="STRING"/>
<attribute name="planstatus" label="回笼状态" type="STRING"/>
<attribute name="project_id" label="项目id" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_rent_plan" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_RENT_PLAN_NEW" label="租金计划视图表(新)" keyAttributes="">
<attributes>
<attribute name="id" label="租金计划编号" type="STRING"/>
<attribute name="project_id" label="项目id" type="STRING"/>
<attribute name="contract_id" label="合同号" type="STRING"/>
<attribute name="payment_number" label="投放编号" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="rent_over" label="租金余额" type="STRING"/>
<attribute name="corpus_over" label="本金余额" type="STRING"/>
<attribute name="interest_over" label="利息余额" type="STRING"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_rent_plan_new" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_SUBSECTION_TEMP" label="分段测算" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="测算方法" type="STRING" length="32"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="32"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="STRING" length="32"/>
<attribute name="APPOINT_TYPE" label="指定类型" type="STRING" length="32"/>
<attribute name="APPOINT_MONEY" label="指定金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPOINT_RATE" label="指定利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_SUBSECTION_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_PERIOD_TEMP" label="已知周期" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_PERIOD_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CASH_FLOW" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CASH_FLOW" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_PERIOD" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_PERIOD" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_SUBSECTION" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="测算方法" type="STRING" length="32"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="32"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="STRING" length="32"/>
<attribute name="APPOINT_TYPE" label="指定类型" type="STRING" length="32"/>
<attribute name="APPOINT_MONEY" label="指定金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPOINT_RATE" label="指定利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_SUBSECTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_PERIOD" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_PERIOD" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_SUBSECTION" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="测算方法" type="STRING" length="32"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="32"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="STRING" length="32"/>
<attribute name="APPOINT_TYPE" label="指定类型" type="STRING" length="32"/>
<attribute name="APPOINT_MONEY" label="指定金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPOINT_RATE" label="指定利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CONTRACT_SUBSECTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_PERIOD" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_PERIOD" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_SUBSECTION" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="测算方法" type="STRING" length="32"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="32"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="STRING" length="32"/>
<attribute name="APPOINT_TYPE" label="指定类型" type="STRING" length="32"/>
<attribute name="APPOINT_MONEY" label="指定金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPOINT_RATE" label="指定利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_PROJ_SUBSECTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_CONDITION_STATUS" label="投放方案状态" keyAttributes="ID">
<attributes>
<attribute name="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_STATUS" label="投放状态" type="STRING" length="32"/>
<attribute name="FIVE_GRADE" label="五级分类" type="STRING" length="32"/>
<attribute name="IS_AUTO" label="是否自动五级分类" type="STRING" length="32"/>
<attribute name="FIVE_GRADE_DATE" label="五级分类时间" type="STRING" length="32"/>
<attribute name="FIVE_GRADE_DEMO" label="五级分类说明" type="STRING" length="4000"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="IS_REMIND" label="五级分类下调提醒" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_CONDITION_STATUS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_CONDITION_STATUS_TEMP" label="五级分类临时表" keyAttributes="ID">
<attributes>
<attribute name="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_STATUS" label="状态" type="STRING" length="32"/>
<attribute name="FIVE_GRADE" label="五级分类" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="IS_AUTO" label="是否自动五级分类" type="STRING" length="32"/>
<attribute name="IS_REMIND" label="五级分类下调提醒" type="STRING" length="32"/>
<attribute name="FIVE_GRADE_DATE" label="五级分类时间" type="STRING" length="32"/>
<attribute name="FIVE_GRADE_DEMO" label="五级分类说明" type="STRING" length="4000"/>
<attribute name="NEW_FIVE_GRADE" label="更新后五级分类" type="STRING" length="32"/>
<attribute name="IS_SYNC" label="对该承租人下的所有投放执行统一五级分类" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_CONDITION_STATUS_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_DEDUCT_DOC" label="卡扣文件" keyAttributes="id">
<attributes>
<attribute name="id" label="卡扣文件编号" type="STRING" length="32"/>
<attribute name="docname" label="文件名" type="STRING" length="200"/>
<attribute name="fullpath" label="文件全路径" type="STRING" length="200"/>
<attribute name="filepath" label="相对路径" type="STRING" length="200"/>
<attribute name="filesize" label="文件大小" type="STRING" length="100"/>
<attribute name="allfact_money" label="总到账金额" type="DOUBLE" llength="22" scale="2"/>
<attribute name="allhad_money" label="总已用金额" type="DOUBLE" llength="22" scale="2"/>
<attribute name="allmayope_money" label="总可用金额" type="DOUBLE" llength="22" scale="2"/>
<attribute name="status" 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="import_date" label="导入日期" type="STRING" length="32"/>
<attribute name="deduct_info_id" label="导出数据编号" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_DEDUCT_DOC" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_DEDUCT_DOC_TEMP" label="卡扣文件临时表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="deduct_docid" label="卡扣文件编号" type="STRING" length="32"/>
<attribute name="docname" label="文件名" type="STRING" length="200"/>
<attribute name="fullpath" label="文件全路径" type="STRING" length="200"/>
<attribute name="filepath" label="相对路径" type="STRING" length="200"/>
<attribute name="filesize" label="文件大小" type="STRING" length="100"/>
<attribute name="allfact_money" label="总到账金额" type="DOUBLE" llength="22" scale="2"/>
<attribute name="allhad_money" label="总已用金额" type="DOUBLE" llength="22" scale="2"/>
<attribute name="allmayope_money" label="总可用金额" type="DOUBLE" llength="22" scale="2"/>
<attribute name="status" label="核销状态" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
<attribute name="inputuserid" label="上传人" type="STRING" length="32"/>
<attribute name="inputorgid" label="上传人所在部门" type="STRING" length="32"/>
<attribute name="inputtime" label="上传时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_DEDUCT_DOC_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_CARD_DEDUCT_DATA" label="卡扣数据视图" keyAttributes="">
<attributes>
<attribute name="serialno" label="序号" type="STRING"/>
<attribute name="contract_id" label="合同编号" type="STRING"/>
<attribute name="carddeduct_id" label="卡扣数据编号" type="STRING"/>
<attribute name="deduct_docid" label="卡扣文件编号" type="STRING"/>
<attribute name="contract_number" label="业务合同号" type="STRING"/>
<attribute name="payment_number" label="投放编号" type="STRING"/>
<attribute name="customername" label="客户名称" type="STRING"/>
<attribute name="lease_acc_bank" label="本方银行" type="STRING"/>
<attribute name="ownacc_number" label="本方账号" type="STRING"/>
<attribute name="own_account" label="本方账户" type="STRING"/>
<attribute name="client_bank" label="对方银行" type="STRING"/>
<attribute name="client_account" label="对方账户" type="STRING"/>
<attribute name="client_acc_number" label="对方账号" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="fee_type" label="费用类型" type="STRING"/>
<attribute name="enddate" label="到账日期" type="STRING"/>
<attribute name="actual_debit_amt" label="到账金额" type="STRING"/>
<attribute name="over_money" label="剩余金额" type="STRING"/>
<attribute name="transtatus" label="交易状态" type="STRING"/>
<attribute name="resultdesc" label="交易结果" type="STRING"/>
<attribute name="carddeduct_status" label="核销状态" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_card_deduct_data" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_DEDUCT_MATCHFAIL" label="卡扣核销失败数据" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="deduct_docid" label="卡扣文件编号" type="STRING" length="32"/>
<attribute name="carddeduct_id" label="卡口数据编号" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_DEDUCT_MATCHFAIL" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_DEDUCT_MATCHFAIL_TEMP" label="卡扣核销失败数据临时表" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="deduct_docid" label="卡扣文件编号" type="STRING" length="32"/>
<attribute name="carddeduct_id" label="卡口数据编号" type="STRING" length="32"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_DEDUCT_MATCHFAIL_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_STANDARD_INTEREST" label="央行基准利率调整" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="START_DATE" label="利率开始执行时间" type="STRING" length="32"/>
<attribute name="RATE_HALF" label="利息调整幅度_六月" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_ONE" label="利息调整幅度_1年" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_THREE" label="利息调整幅度_3年" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_FIVE" label="利息调整幅度_5年" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_ABOVEFIVE" label="利息调整幅度_5年以上" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_HALF" label="利息央行基准_六月" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_ONE" label="利息央行基准_1年" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_THREE" label="利息央行基准_3年" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_FIVE" label="利息央行基准_5年" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_ABOVEFIVE" label="利息央行基准_5年以上" type="DOUBLE" length="22" scale="2"/>
<attribute name="IS_CLOSE" label="调息是否完成" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="创建部门" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改部门" type="STRING" length="32"/>
<attribute name="adjust_interest_source" label="调息来源" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_STANDARD_INTEREST" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_STANDARD_INTEREST_TEMP" label="央行基准利率调整临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="START_DATE" label="利率开始执行时间" type="STRING" length="32"/>
<attribute name="RATE_HALF" label="利息调整幅度_六月" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_ONE" label="利息调整幅度_1年" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_THREE" label="利息调整幅度_3年" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_FIVE" label="利息调整幅度_5年" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_ABOVEFIVE" label="利息调整幅度_5年以上" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_HALF" label="利息央行基准_六月" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_ONE" label="利息央行基准_1年" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_THREE" label="利息央行基准_3年" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_FIVE" label="利息央行基准_5年" type="DOUBLE" length="22" scale="2"/>
<attribute name="BASE_RATE_ABOVEFIVE" label="利息央行基准_5年以上" type="DOUBLE" length="22" scale="2"/>
<attribute name="IS_CLOSE" label="调息是否完成" type="STRING" length="10"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="创建人" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="创建时间" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="创建部门" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="修改部门" type="STRING" length="32"/>
<attribute name="adjust_interest_source" label="调息来源" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_STANDARD_INTEREST_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_ADJUST_CONTRACT" label="合同调息记录" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="RATE_ORIGINAL" label="调息前利率" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_ADJUST" label="调息后利率" type="DOUBLE" length="22" scale="2"/>
<attribute name="OLD_IRR" label="调息前IRR" type="DOUBLE" length="22" scale="2"/>
<attribute name="NEW_IRR" label="调息后IRR" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="ADJUST_DATE" label="调息日期" type="STRING" length="32"/>
<attribute name="MOD_REASON" label="修改原因" type="STRING" length="100"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="ADJUST_ID" label="央行利率ID" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_ADJUST_CONTRACT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_ADJUST_CONTRACT_TEMP" label="合同调息记录" keyAttributes="ID">
<attributes>
<attribute name="ID" label="主键" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="RATE_ORIGINAL" label="调息前利率" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_ADJUST" label="调息后利率" type="DOUBLE" length="22" scale="2"/>
<attribute name="OLD_IRR" label="调息前IRR" type="DOUBLE" length="22" scale="2"/>
<attribute name="NEW_IRR" label="调息后IRR" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="ADJUST_DATE" label="调息日期" type="STRING" length="32"/>
<attribute name="MOD_REASON" label="修改原因" type="STRING" length="100"/>
<attribute name="STATUS" label="状态" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="ADJUST_ID" label="央行利率ID" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="100"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_ADJUST_CONTRACT_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_RENT_PLAN_HIS" label="测算租金计划历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="1000"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="备用金到账批次号" type="STRING" length="32"/>
<attribute name="CORPUS_SP" label="分润成本" type="String" length="18" scale="2"/>
<attribute name="INTEREST_sp" label="分润给SP" type="String" length="18" scale="2"/>
<attribute name="SPLITTING_STATUS" label="分润支付状态" type="STRING" length="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_rent_plan_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CASH_FLOW_TEMP" label="测算现金流" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CASH_FLOW_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CASH_FLOW_HIS" label="测算现金流历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CASH_FLOW_HIS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_CONDITION_HIS" label="测算商务条件历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32" />
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY" label="联合方出资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_OUT" label="联合方出资额支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_RATIO" label="联合方出资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OPERATING_RATE" label="运营费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_DIFFERENCE" label="GPS差额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RISK_ACCRUAL_RATIO" label="风险计提比率" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGIC_COEFFICIENT" label="战略系数" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGY_ROA" label="战略ROA" type="DOUBLE" length="22" scale="6"/>
<attribute name="SPLIT_TYPE" label="是否灵活分润" type="STRING"/>
<attribute name="PERSONAL_INSURANCE" label="个人意外险" type="DOUBLE" length="22" scale="2"/>
<attribute name="DISCOUNT_INTEREST" label="贴息" type="DOUBLE" length="22" scale="2"/>
<attribute name="SUBSECTION_CONDIG" label="分段配置" type="STRING" length="32"/>
<attribute name="COMPREHENSIVE_RATE" label="综合利率" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CALC_CONDITION_HIS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CLOSE_ACCOUNT" label="财务关账日维护" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="cyear" label="年" type="STRING" length="32"/>
<attribute name="cmonth" label="月" type="STRING" length="32"/>
<attribute name="is_close" 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="LC_CLOSE_ACCOUNT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_CASH_FLOW" label="客户报价现金流" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="现金流日期" type="STRING" length="20"/>
<attribute name="FUND_IN" label="流入量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_IN_DETAILS" label="流入量清单" type="STRING" length="200"/>
<attribute name="FUND_OUT" label="流出量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FUND_OUT_DETAILS" label="流出量清单" type="STRING" length="200"/>
<attribute name="NET_FLOW" label="净流量" type="DOUBLE" length="22" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_CASH_FLOW" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_CONDITION" label="客户报价商务条件" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32" />
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_CONDITION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_FUND_PLAN" label="客户报价资金计划" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FACT_MONEY" label="实收金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FEE_ADJUST" label="实收减免" type="DOUBLE" length="18" scale="2"/>
<attribute name="OVER_MONEY" label="计划余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="PAY_OBJ" label="收付对象" type="STRING" length="200"/>
<attribute name="FPNOTE" label="备注" type="STRING" length="200"/>
<attribute name="TAX_RATE" label="税率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_FUND_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_PERIOD" label="客户报价已知租金/本金表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="计划期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_PERIOD" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_RENT_PLAN" label="客户报价租金表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_RENT_PLAN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_RULES" label="客户报价已知规则" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_RULES" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CUSTOMER_SUBSECTION" label="客户报价分段" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="开始期次" type="INT" length="10"/>
<attribute name="END_LIST" label="结束期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="测算方法" type="STRING" length="32"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="32"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="STRING" length="32"/>
<attribute name="APPOINT_TYPE" label="指定类型" type="STRING" length="32"/>
<attribute name="APPOINT_MONEY" label="指定金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPOINT_RATE" label="指定利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CUSTOMER_SUBSECTION" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_CONDITION_TEMP" label="资金信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="QUOT_ID" type="STRING" length="32"/>
<attribute name="CUST_ID" label="CUST_ID" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="PROJECT_ID" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="PROJECT_PLAN_NUMBER" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="CONTRACT_PLAN_NUMBER" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="PAYMENT_NUMBER" type="STRING" length="32"/>
<attribute name="MONEY" label="MONEY" type="DOUBLE" length="22" scale="2"/>
<attribute name="MONEY_RATIO" label="MONEY_RATIO" type="DOUBLE" length="22" scale="6"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_FUND_CONDITION_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_RENT_PLAN" label="" keyAttributes="">
<attributes>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="payment_number" label="payment_number" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="plan_date" label="plan_date" type="STRING"/>
<attribute name="rent" label="rent" type="STRING"/>
<attribute name="corpus" label="corpus" type="STRING"/>
<attribute name="interest" label="interest" type="STRING"/>
<attribute name="all_remain_corpus" label="all_remain_corpus" type="STRING"/>
<attribute name="plan_penalty" label="plan_penalty" type="STRING"/>
<attribute name="income_rent" label="income_rent" type="STRING"/>
<attribute name="income_corpus" label="income_corpus" type="STRING"/>
<attribute name="income_interest" label="income_interest" type="STRING"/>
<attribute name="income_penalty" label="income_penalty" type="STRING"/>
<attribute name="rent_over" label="rent_over" type="STRING"/>
<attribute name="corpus_over" label="corpus_over" type="STRING"/>
<attribute name="interest_over" label="interest_over" type="STRING"/>
<attribute name="penalty_over" label="penalty_over" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_rent_plan" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_CONDITION_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="EQUIP_AMT" label="设备款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_RATIO" label="综合首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="EQUIP_END_VALUE" label="期末余值" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="FIRST_PAYMENT_TOTAL" label="期初付款总计" type="DOUBLE" length="22" scale="2"/>
<attribute name="CLEAN_CREDIT_MONEY" label="净融资额" type="DOUBLE" length="22" scale="3"/>
<attribute name="CLEAN_CREDIT_RATIO" label="净融资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_OR_RATE_VALUE" label="测算利率/租金" type="DOUBLE" length="22" scale="6"/>
<attribute name="RENT_VALUE" label="测算租金" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCOME_NUMBER" label="期数" type="INT" length="10"/>
<attribute name="GRACE" label="宽限期" type="INT" length="10"/>
<attribute name="LEASE_TERM" label="租赁期限" type="INT" length="10"/>
<attribute name="RATE_FLOAT_AMT" label="利率调整值" type="DOUBLE" length="22" scale="6"/>
<attribute name="BASE_RATE" label="基准利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="START_DATE" label="起租日" type="STRING" length="32"/>
<attribute name="LEASE_AMT_DATE" label="投放日" type="STRING" length="32"/>
<attribute name="FIRST_PLAN_DATE" label="第一期租金支付日" type="STRING" length="32"/>
<attribute name="SECOND_PLAN_DATE" label="第二期租金支付日" type="STRING" length="32"/>
<attribute name="HANDLING_CHARGE_MONEY" label="手续费" type="DOUBLE" length="22" scale="2"/>
<attribute name="HANDLING_CHARGE_MONEY_RATIO" label="手续费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="MANAGEMENT_MONEY" label="管理费" type="DOUBLE" length="22" scale="2"/>
<attribute name="MANAGEMENT_MONEY_RATIO" label="管理费比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_MONEY" label="保证金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_RATIO" label="保证金比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_DEDUCTION_RATIO" label="保证金抵扣比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAUTION_DEDUCTION_MONEY" label="保证金抵扣金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CAUTION_MONEY_REMAIN" label="保证金退还金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME" label="保险费收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_INCOME_RATIO" label="保险费收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_EXPENSE" label="保险费支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURE_EXPENSE_RATIO" label="保险费支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURE_MONEY" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSEE" label="保险费(承租人)" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_LESSOR" label="保险费(我司)" type="DOUBLE" length="22" scale="2"/>
<attribute name="NOMINAL_PRICE" label="留购价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="BEFORE_INTEREST" label="租前息" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME" label="其他收入" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_INCOME_RATIO" label="其他收入比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="OTHER_EXPENDITURE" label="其他支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OTHER_EXPENDITURE_RATIO" label="其他支出比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="RETURN_AMT" label="厂商返利" type="DOUBLE" length="22" scale="2"/>
<attribute name="PENA_RATE" label="罚息利率" type="DOUBLE" length="22" scale="6"/>
<attribute name="FREE_DEFA_INTER_DAY" label="免罚息天数" type="INT" length="10"/>
<attribute name="IRR" label="内部收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="PLAN_IRR" label="财务收益率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GROSS_PROFIT" label="项目粗利" type="DOUBLE" length="22" scale="6"/>
<attribute name="RESERVED_FIELD1" label="保留字1" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD2" label="保留字2" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD3" label="保留字3" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD4" label="保留字4" type="STRING" length="20"/>
<attribute name="RESERVED_FIELD5" label="保留字5" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD6" label="保留字6" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD7" label="保留字7" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD8" label="保留字8" type="DOUBLE" length="22" scale="0"/>
<attribute name="RESERVED_FIELD9" label="保留字9" type="INT" length="10"/>
<attribute name="RESERVED_FIELD10" label="保留字10" type="INT" length="10"/>
<attribute name="RESERVED_FIELD11" label="保留字11" type="INT" length="10"/>
<attribute name="RESERVED_FIELD12" label="保留字12" type="INT" length="10"/>
<attribute name="CREDIT_MONTHS" label="实际授信月数" type="STRING" length="20"/>
<attribute name="DC_NUM" label="保证金抵扣期数" type="INT" length="10"/>
<attribute name="END_DATE" label="结束日期" type="STRING" length="20"/>
<attribute name="JSON_KNOWING_RENT_PLAN_STR" label="已知租金计划" type="STRING" length="2147483647"/>
<attribute name="JSON_KNOWING_CORPUS_PLAN_STR" label="已知本金计划" type="STRING" length="2147483647"/>
<attribute name="SETTLE_METHOD" label="租金计算方式" type="STRING" length="200"/>
<attribute name="RENT_OR_RATE" label="租金推算方法" type="STRING" length="200"/>
<attribute name="PERIOD_TYPE" label="期初/期末" type="STRING" length="200"/>
<attribute name="INCOME_NUMBER_YEAR" label="还款间隔" type="STRING" length="200"/>
<attribute name="INCOME_INTERVAL_MONTH" label="还款间隔(月)" type="INT" length="10"/>
<attribute name="RATE_FLOAT_TYPE" label="利率计算方式" type="STRING" length="200"/>
<attribute name="RATE_FLOAT_DAY" label="利率计算天数" type="STRING" length="32"/>
<attribute name="INSURE_MONEY_TYPE" label="保险计算方式" type="STRING" length="200"/>
<attribute name="ADJUST_STYLE" label="调息生效节点" type="STRING" length="200"/>
<attribute name="ADJUST_TYPE" label="调息计算方式" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="LAST_PLAN_DATE" label="最后一期计划日期" type="STRING" length="32"/>
<attribute name="PLAN_DATE_HOILDAY" label="计划日期节假日调整" type="STRING" length="32"/>
<attribute name="INTEREST_DATE_HOLIDAY" label="计息日期节假日调整" type="STRING" length="32"/>
<attribute name="FIRST_INTEREST_DATE" label="第一期计息日" type="STRING" length="32"/>
<attribute name="LAST_INTEREST_DATA" label="最后一期计息日" type="STRING" length="32"/>
<attribute name="RATE" label="税率" type="STRING" length="32"/>
<attribute name="ADDITIONAL_RATE" label="附加税" type="STRING" length="32"/>
<attribute name="INTEREST_DAY_TYPE" label="计息日计算方式" type="STRING" length="32"/>
<attribute name="PURCHASE_TAX" label="购置税" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FINA" label="购置税是否参与融资" type="STRING" length="32"/>
<attribute name="INSURANCE_PREMIUM" label="保险费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FINA" label="保险费是否参与融资" type="STRING" length="32"/>
<attribute name="INCIDENTAL" label="杂费" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_FINA" label="杂费是否参与融资" type="STRING" length="32"/>
<attribute name="TABLEWARE_FEE" label="精品费用" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FINA" label="精品费用是否参与融资" type="STRING" length="32"/>
<attribute name="CORPUS" label="期限内本金" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_RATIO" label="期限内本金比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="DISCOUNT" label="贴息" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT" label="尾款" type="DOUBLE" length="22" scale="6"/>
<attribute name="FINAL_PAYMENT_RATIO" label="尾款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FIRST_PAYMENT_RATIO" label="车款首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="CAR_FINANCE" label="车款融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_FIRST_PAYMENT_RATIO" label="购置税首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="PURCHASE_TAX_FINANCE" label="购置税融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_FIRST_PAYMENT_RATIO" label="保险费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INSURANCE_PREMIUM_FINANCE" label="保险费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE" label="GPS安装服务费" type="DOUBLE" length="22" scale="2"/>
<attribute name="GPS_FEE_FINA" label="GPS是否参与融资" type="STRING" length="32"/>
<attribute name="GPS_FEE_FIRST_PAYMENT_RATIO" label="GPS首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_FEE_FINANCE" label="GPS融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="TABLEWARE_FEE_FIRST_PAYMENT_RATIO" label="精品首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="TABLEWARE_FEE_FINANCE" label="精品融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_INTEREST" label="利率/费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FIRST_PAYMENT_RATIO" label="杂费首付款比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="INCIDENTAL_FINANCE" label="杂费融资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RENT_RATIO" label="融租比" type="DOUBLE" length="22" scale="6"/>
<attribute name="TOTAL_ALL" label="总价款" type="DOUBLE" length="22" scale="2"/>
<attribute name="DefaultDueDay" label="默认还款日" type="STRING" length="32" />
<attribute name="FINAL_PAYMENT_METHOD" label="尾款处置方式" type="STRING" length="32"/>
<attribute name="CAUTION_MONEY_METHOD" label="期末保证金处理方式" type="STRING" length="32"/>
<attribute name="ALL_FIRST_PAYMENT" label="综合首付款" type="DOUBLE" length="22" scale="2"/>
<attribute name="ALL_FIRST_PAYMENT_RATIO" label="综合首付款比例 " type="DOUBLE" length="22" scale="6"/>
<attribute name="HANDLING_CHARGE_MONEY_TYPE" label="手续费类型" type="STRING" length="32" />
<attribute name="OTHER_MONEY" label="其他" type="DOUBLE" length="22" scale="2"/>
<attribute name="RATE_TYPE" label="利率类型" type="STRING" length="32" />
<attribute name="TABLEWARE_FEE_RATIO" label="加装费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INCIDENTAL_RATIO" label="杂费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="PURCHASE_TAX_RATIO" label="购置税比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="INSURANCE_PREMIUM_RATIO" label="保险费比例" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY" label="联合方出资额" type="DOUBLE" length="22" scale="2"/>
<attribute name="UNITE_MONEY_RATIO" label="联合方出资额比例" type="DOUBLE" length="22" scale="6"/>
<attribute name="UNITE_MONEY_OUT" label="联合方出资额支出" type="DOUBLE" length="22" scale="2"/>
<attribute name="OPERATING_RATE" label="运营费率" type="DOUBLE" length="22" scale="6"/>
<attribute name="GPS_DIFFERENCE" label="GPS差额" type="DOUBLE" length="22" scale="2"/>
<attribute name="RISK_ACCRUAL_RATIO" label="风险计提比率" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGIC_COEFFICIENT" label="战略系数" type="DOUBLE" length="22" scale="6"/>
<attribute name="STRATEGY_ROA" label="战略ROA" type="DOUBLE" length="22" scale="6"/>
<attribute name="SPLIT_TYPE" label="是否灵活分润" type="STRING"/>
<attribute name="PERSONAL_INSURANCE" label="个人意外险" type="DOUBLE" length="22" scale="2"/>
<attribute name="DISCOUNT_INTEREST" label="贴息" type="DOUBLE" length="22" scale="2"/>
<attribute name="SUBSECTION_CONDIG" label="分段配置" type="STRING" length="32"/>
<attribute name="COMPREHENSIVE_RATE" label="综合利率" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_calc_condition_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_ACTUAL_PAYMENT_INFO" label="实际放款信息" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="CONTRACT_COUNT" label="CONTRACT_COUNT" type="INT" length="0"/>
<attribute name="TOTAL_MONEY" label="TOTAL_MONEY" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPLY_DATE" label="APPLY_DATE" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
<attribute name="bank" label="本方银行" type="STRING" length="200"/>
<attribute name="account" label="本方账户" type="STRING" length="200"/>
<attribute name="acc_number" label="本方帐号" type="STRING" length="200"/>
<attribute name="pay_mode" label="付款方式" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_ACTUAL_PAYMENT_INFO" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_ACTUAL_PAYMENT_INFO_TEMP" label="实际放款信息临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="32"/>
<attribute name="CONTRACT_COUNT" label="CONTRACT_COUNT" type="INT" length="0"/>
<attribute name="TOTAL_MONEY" label="TOTAL_MONEY" type="DOUBLE" length="22" scale="2"/>
<attribute name="APPLY_DATE" label="APPLY_DATE" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="FLOWUNID" type="STRING" length="32"/>
<attribute name="bank" label="本方银行" type="STRING" length="200"/>
<attribute name="account" label="本方账户" type="STRING" length="200"/>
<attribute name="acc_number" label="本方帐号" type="STRING" length="200"/>
<attribute name="pay_mode" label="付款方式" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_ACTUAL_PAYMENT_INFO_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_ACTUAL_FUND_PLAN" label="实际付款计划视图" keyAttributes="">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_number" label="业务合同号" type="STRING"/>
<attribute name="product_id" label="产品编号" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="plan_id" label="计划编号" type="STRING"/>
<attribute name="payment_number" label="投放编号" type="STRING"/>
<attribute name="objectname" label="付款对象" type="STRING"/>
<attribute name="settle_method" label="结算方式" type="STRING"/>
<attribute name="fact_money" label="付款金额" type="STRING"/>
<attribute name="fact_date" label="付款日期" type="STRING"/>
<attribute name="username" label="申请人" type="STRING"/>
<attribute name="orgname" label="申请部门" type="STRING"/>
<attribute name="project_id" label="项目编号" type="STRING"/>
<attribute name="channel_name" label="渠道" type="STRING"/>
<attribute name="FACT_OBJECT" label="支付对象" type="STRING"/>
<attribute name="CLIENT_BANK" label="对方银行" type="STRING"/>
<attribute name="CLIENT_ACCOUNT" label="对方帐户" type="STRING"/>
<attribute name="CLIENT_ACCNUMBER" label="对方帐号" type="STRING"/>
<attribute name="payType" label="付款方式" type="STRING"/>
<attribute name="subjectName" label="主体名称" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_ACTUAL_FUND_PLAN" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_RENT_COLLECTION" label="租金通知书" keyAttributes="">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="orgid" label="orgid" type="STRING"/>
<attribute name="userid" label="userid" type="STRING"/>
<attribute name="project_id" label="project_id" type="STRING"/>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_status" label="contract_status" type="STRING"/>
<attribute name="contract_number" label="contract_number" type="STRING"/>
<attribute name="payment_number" label="payment_number" type="STRING"/>
<attribute name="customername" label="customername" type="STRING"/>
<attribute name="project_name" label="project_name" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="plan_date" label="plan_date" type="STRING"/>
<attribute name="rent" label="rent" type="STRING"/>
<attribute name="corpus" label="corpus" type="STRING"/>
<attribute name="interest" label="interest" type="STRING"/>
<attribute name="penalty" label="penalty" type="STRING"/>
<attribute name="fact_rent" label="fact_rent" type="STRING"/>
<attribute name="fact_corpus" label="fact_corpus" type="STRING"/>
<attribute name="fact_interest" label="fact_interest" type="STRING"/>
<attribute name="fact_penalty" label="fact_penalty" type="STRING"/>
<attribute name="corpus_adjust" label="corpus_adjust" type="STRING"/>
<attribute name="interest_adjust" label="interest_adjust" type="STRING"/>
<attribute name="penalty_adjust" label="penalty_adjust" type="STRING"/>
<attribute name="rent_over" label="rent_over" type="STRING"/>
<attribute name="corpus_over" label="corpus_over" type="STRING"/>
<attribute name="interest_over" label="interest_over" type="STRING"/>
<attribute name="penalty_over" label="penalty_over" type="STRING"/>
<attribute name="planstatus" label="planstatus" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_rent_collection" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_CONTRACT_RENT_PLAN" label="" keyAttributes="">
<attributes>
<attribute name="ID" label="合同ID" type="STRING"/>
<attribute name="customerid" label="银联网络用户编号" type="STRING"/>
<attribute name="bankcode" label="银行代码" type="STRING"/>
<attribute name="acc_number_type" label="账号类型" type="STRING"/>
<attribute name="account_province" label="开户行所在省 " type="STRING"/>
<attribute name="account_city" label="开户行所在市" type="STRING"/>
<attribute name="account_type" label="账户类型" type="STRING"/>
<attribute name="coin" label="货币类型" type="STRING"/>
<attribute name="protocol_number" label="协议号" type="STRING"/>
<attribute name="protocol_cust_number" label="协议用户编号" type="STRING"/>
<attribute name="cert_type" label="开户证件类型" type="STRING"/>
<attribute name="cert_id" label="证件号" type="STRING"/>
<attribute name="mobile" label="手机号/小灵通" type="STRING"/>
<attribute name="custom_number" label="自定义用户号" type="STRING"/>
<attribute name="clearing_acc_number" label="清分账号" type="STRING"/>
<attribute name="CONTRACT_NUMBER" label="合同编号" type="STRING"/>
<attribute name="PRODUCT_ID" label="产品编号" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="CUSTOMERNAME" label="客户名称" type="STRING"/>
<attribute name="LEASE_ACC_BANK" label="LEASE_ACC_BANK" type="STRING"/>
<attribute name="LEASE_ACC_NAME" label="LEASE_ACC_NAME" type="STRING"/>
<attribute name="LEASE_ACC_NUMBER" label="LEASE_ACC_NUMBER" type="STRING"/>
<attribute name="bank_name" label="开户行名称" type="STRING"/>
<attribute name="account" label="账户名" type="STRING"/>
<attribute name="ACC_NUMBER" label="账号" type="STRING"/>
<attribute name="amount" label="金额" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_contract_rent_plan" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_DEDUCT_DATA" label="卡扣导入数据" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
<attribute name="payment_number" label="投放编号" type="STRING" length="32"/>
<attribute name="plan_list" label="期次" type="STRING" length="32"/>
<attribute name="fee_type" label="费用类型" type="STRING" length="32"/>
<attribute name="deduct_docid" label="卡扣文件编号" type="STRING" length="32"/>
<attribute name="serialno" label="序号" type="STRING" length="32"/>
<attribute name="paytype" label="固定值7" type="STRING" length="32"/>
<attribute name="transactiontype" label="固定值1" type="STRING" length="32"/>
<attribute name="ownacc_number" label="本方账号" type="STRING" length="200"/>
<attribute name="own_account" label="本方账户" type="STRING" length="200"/>
<attribute name="client_acc_number" label="对方账号" type="STRING" length="200"/>
<attribute name="client_account" label="对方账户" type="STRING" length="200"/>
<attribute name="client_bank" label="对方银行" type="STRING" length="200"/>
<attribute name="uage" label="固定值批量扣款" type="STRING" length="32"/>
<attribute name="fencode" label="固定值01" type="STRING" length="32"/>
<attribute name="currflag" label="固定值0" type="STRING" length="32"/>
<attribute name="amount" label="计划金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="deductfeetype" label="扣款费用类型" type="STRING" length="200"/>
<attribute name="enddate" label="扣款日期" type="STRING" length="32"/>
<attribute name="transtatus" label="交易状态" type="STRING" length="32"/>
<attribute name="errorcode" label="错误代码" type="STRING" length="32"/>
<attribute name="resultdesc" label="交易结果" type="STRING" length="500"/>
<attribute name="actual_debit_amt" label="到账金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="customerid" label="银联网络用户编号" type="STRING" length="32"/>
<attribute name="bankcode" label="银行代码" type="STRING" length="32"/>
<attribute name="acc_number_type" label="帐号类型" type="STRING" length="32"/>
<attribute name="account_province" label="开户行所在省" type="STRING" length="200"/>
<attribute name="account_city" label="开户行所在市" type="STRING" length="200"/>
<attribute name="account_type" label="账户类型" type="STRING" length="32"/>
<attribute name="coin" label="货币类型" type="STRING" length="32"/>
<attribute name="protocol_number" label="协议号" type="STRING" length="32"/>
<attribute name="protocol_cust_number" label="协议用户编号" type="STRING" length="32"/>
<attribute name="cert_type" label="开户证件类型" type="STRING" length="32"/>
<attribute name="cert_id" label="证件号" type="STRING" length="32"/>
<attribute name="mobile" label="手机号/小灵通" type="STRING" length="32"/>
<attribute name="custom_number" label="自定义用户号" type="STRING" length="32"/>
<attribute name="clearing_acc_number" label="清分账号" type="STRING" length="32"/>
<attribute name="contract_number" label="备注" type="STRING" length="32"/>
<attribute name="had_money" label="已核销金额" type="DOUBLE" length="22" scale="2"/>
<attribute name="mayope_money" label="可核销金额" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_card_deduct_data" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_DEDUCT_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="all_count" label="all_count" type="STRING" length="32"/>
<attribute name="all_amount" label="all_amount" type="DOUBLE" length="22" scale="2"/>
<attribute name="may_count" label="may_count" type="STRING" length="32"/>
<attribute name="may_amount" label="may_amount" type="DOUBLE" length="22" scale="2"/>
<attribute name="export_date" label="export_date" type="STRING" length="32"/>
<attribute name="agreement" label="agreement" type="STRING" length="32"/>
<attribute name="inputuserid" label="inputuserid" type="STRING" length="32"/>
<attribute name="inputorgid" label="inputorgid" type="STRING" length="32"/>
<attribute name="inputtime" label="inputtime" type="STRING" length="32"/>
<attribute name="updateuserid" label="updateuserid" type="STRING" length="32"/>
<attribute name="updateorgid" label="updateorgid" type="STRING" length="32"/>
<attribute name="updatetime" label="updatetime" type="STRING" length="32"/>
<attribute name="bank_type" label="bank_type" type="STRING" length="32"/>
<attribute name="file_id" label="file_id" type="STRING" length="32"/>
<attribute name="import_date" label="import_date" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_card_deduct_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_EXPORT_DATA" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING" length="32"/>
<attribute name="serialno" label="serialno" type="STRING" length="32"/>
<attribute name="customerid" label="customerid" type="STRING" length="32"/>
<attribute name="bankcode" label="bankcode" type="STRING" length="32"/>
<attribute name="acc_number_type" label="acc_number_type" type="STRING" length="32"/>
<attribute name="account_province" label="account_province" type="STRING" length="200"/>
<attribute name="account_city" label="account_city" type="STRING" length="200"/>
<attribute name="account_type" label="account_type" type="STRING" length="32"/>
<attribute name="coin" label="coin" type="STRING" length="32"/>
<attribute name="protocol_number" label="protocol_number" type="STRING" length="32"/>
<attribute name="protocol_cust_number" label="protocol_cust_number" type="STRING" length="32"/>
<attribute name="cert_type" label="cert_type" type="STRING" length="32"/>
<attribute name="cert_id" label="cert_id" type="STRING" length="32"/>
<attribute name="mobile" label="mobile" type="STRING" length="32"/>
<attribute name="custom_number" label="custom_number" type="STRING" length="32"/>
<attribute name="clearing_acc_number" label="clearing_acc_number" type="STRING" length="32"/>
<attribute name="contract_number" label="contract_number" type="STRING" length="32"/>
<attribute name="product_id" label="product_id" type="STRING" length="32"/>
<attribute name="payment_number" label="payment_number" type="STRING" length="32"/>
<attribute name="customername" label="customername" type="STRING" length="32"/>
<attribute name="bank_name" label="bank_name" type="STRING" length="100"/>
<attribute name="account" label="account" type="STRING" length="32"/>
<attribute name="acc_number" label="acc_number" type="STRING" length="32"/>
<attribute name="amount" label="amount" type="DOUBLE" length="22" scale="2"/>
<attribute name="deduct_info_id" label="deduct_info_id" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_card_export_data" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_CONFIRM" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="appid" label="应用代码" type="STRING" length="100"/>
<attribute name="sid" label="交易流水id" type="STRING" length="100"/>
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="3"/>
<attribute name="kplx" label="开票类型" type="STRING" length="1"/>
<attribute name="tspz" label="特殊票种标识" type="STRING" length="2"/>
<attribute name="xhdwdzdh" label="销货单位地址电话" type="STRING" length="100"/>
<attribute name="xhdwyhzh" label="销货单位银行帐号" type="STRING" length="100"/>
<attribute name="ghdwsbh" label="购货单位识别号" type="STRING" length="20"/>
<attribute name="ghdwmc" label="购货单位名称" type="STRING" length="100"/>
<attribute name="ghdwdzdh" label="购货单位地址电话" type="STRING" length="100"/>
<attribute name="ghdwyhzh" label="购货单位银行帐号" type="STRING" length="100"/>
<attribute name="hsslbs" label="含税税率标识" type="STRING" length="1"/>
<attribute name="zhsl" label="综合税率" type="STRING" length="32"/>
<attribute name="hjje" label="合计金额" type="STRING" length="32"/>
<attribute name="hjse" label="合计税额" type="STRING" length="32"/>
<attribute name="jshj" label="价税合计" type="STRING" length="32"/>
<attribute name="bz" label="备注" type="STRING" length="184"/>
<attribute name="skr" label="收款人" type="STRING" length="16"/>
<attribute name="fhr" label="复核人" type="STRING" length="16"/>
<attribute name="kpr" label="开票人" type="STRING" length="16"/>
<attribute name="zyspmc" label="主要商品名称" type="STRING" length="100"/>
<attribute name="spsm" label="商品税目" type="STRING" length="10"/>
<attribute name="ssyf" label="所属月份" type="STRING" length="6"/>
<attribute name="tzdbh" label="通知单编号" type="STRING" length="20"/>
<attribute name="yfpdm" label="原发票代码" type="STRING" length="8"/>
<attribute name="yfphm" label="原发票号码" type="STRING" length="12"/>
<attribute name="GMF_DZYX" label="收票人电子邮箱" type="STRING" length="50"/>
<attribute name="GMF_SJHM" label="收票人手机号码" type="STRING" length="11"/>
<attribute name="GMF_OPENID" label="收票人微信" type="STRING" length="50"/>
<attribute name="yylxdm" label="应用类型代码" type="STRING" length="1"/>
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
<attribute name="invoice_type" label="invoice_type" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_confirm" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_CONFIRM_DETAIL" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="invoice_id" label="租金资金ID" type="STRING" length="32"/>
<attribute name="invoice_confirm_id" label="invoice_confirm_id" type="STRING" length="32"/>
<attribute name="invoice_type" label="rent-fund" type="STRING" length="32"/>
<attribute name="fphxz" label="发票行性质" type="STRING" length="1"/>
<attribute name="spmc" label="商品名称" type="STRING" length="72"/>
<attribute name="spsm" label="商品税目" type="STRING" length="20"/>
<attribute name="ggxh" label="规格型号" type="STRING" length="36"/>
<attribute name="dw" label="单位" type="STRING" length="14"/>
<attribute name="spsl" label="商品数量" type="STRING" length="32"/>
<attribute name="dj" label="单价" type="STRING" length="32"/>
<attribute name="je" label="金额" type="STRING" length="32"/>
<attribute name="sl" label="税率" type="STRING" length="32"/>
<attribute name="se" label="税额" type="STRING" length="32"/>
<attribute name="hsbz" label="含税标志" type="STRING" length="1"/>
<attribute name="spbm" label="商品编码" type="STRING" length="19"/>
<attribute name="zxbm" label="纳税人自行编码" type="STRING" length="32"/>
<attribute name="yhzcbs" label="优惠政策标识" type="STRING" length="1"/>
<attribute name="slbs" label="0税率标识" type="STRING" length="1"/>
<attribute name="zzstsgl" label="增值税特殊管理" type="STRING" length="32"/>
<attribute name="FIELD1" label="FIELD1" type="STRING" length="32"/>
<attribute name="FIELD2" label="FIELD2" type="STRING" length="32"/>
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_confirm_detail" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="contractnumber" label="contractnumber" type="STRING"/>
<attribute name="paymentnumber" label="paymentnumber" type="STRING"/>
<attribute name="customer_id" label="customer_id" type="STRING"/>
<attribute name="customername" label="customername" type="STRING"/>
<attribute name="planlist" label="planlist" type="STRING"/>
<attribute name="plandate" label="plandate" type="STRING"/>
<attribute name="planmoney" label="planmoney" type="STRING"/>
<attribute name="factdate" label="factdate" type="STRING"/>
<attribute name="factmoney" label="factmoney" type="STRING"/>
<attribute name="invoicemoney" label="invoicemoney" type="STRING"/>
<attribute name="feetype" label="feetype" type="STRING"/>
<attribute name="invoiceobject" label="invoiceobject" type="STRING"/>
<attribute name="taxregcode" label="taxregcode" type="STRING"/>
<attribute name="taxbank" label="taxbank" type="STRING"/>
<attribute name="taxacc" label="taxacc" type="STRING"/>
<attribute name="invoicephone" label="invoicephone" type="STRING"/>
<attribute name="invoiceadd" label="invoiceadd" type="STRING"/>
<attribute name="invoicestatus" label="invoicestatus" type="STRING"/>
<attribute name="leaseform" label="leaseform" type="STRING"/>
<attribute name="feetypecode" label="feetypecode" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_RESULT" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="sid" label="交易流水id" type="STRING" length="100"/>
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="100"/>
<attribute name="fpdm" label="发票代码" type="STRING" length="20"/>
<attribute name="fphm" label="发票号码" type="STRING" length="8"/>
<attribute name="kprq" label="开票日期" type="STRING" length="14"/>
<attribute name="hjje" label="合计金额" type="STRING" length="32"/>
<attribute name="skm" label="税控码" type="STRING" length="200"/>
<attribute name="jym" label="校验码" type="STRING" length="30"/>
<attribute name="pdfurl" label="电子票PDF文件下载地址" type="STRING" length="500"/>
<attribute name="localFile" label="电子票PDF文件本地地址" type="STRING" length="500"/>
<attribute name="returncode" label="结果状态码" type="STRING" length="1"/>
<attribute name="returnmsg" label="结果描述" type="STRING" length="500"/>
<attribute name="FIELD1" label="FIELD1" type="STRING" length="32"/>
<attribute name="FIELD2" label="FIELD2" type="STRING" length="32"/>
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_result" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_RENT" label="" keyAttributes="contract_id">
<attributes>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="payment_number" label="payment_number" type="STRING"/>
<attribute name="customer_id" label="customer_id" type="STRING"/>
<attribute name="customer_name" label="customer_name" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="plan_id" label="plan_id" type="STRING"/>
<attribute name="plan_date" label="plan_date" type="STRING"/>
<attribute name="plan_money" label="plan_money" type="STRING"/>
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
<attribute name="tax_type" label="tax_type" type="STRING"/>
<attribute name="cert_id" label="cert_id" type="STRING"/>
<attribute name="account" label="account" type="STRING"/>
<attribute name="acc_number" label="acc_number" type="STRING"/>
<attribute name="bank_name" label="bank_name" type="STRING"/>
<attribute name="telephone" label="telephone" type="STRING"/>
<attribute name="customer_type" label="customer_type" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_rent" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="COMMISSION_INTEREST" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="distributor_name" label="经销商名称" type="STRING" length="32"/>
<attribute name="distri_relative" label="经销商联系人" type="STRING" length="32"/>
<attribute name="telephone" label="联系电话" type="STRING" length="32"/>
<attribute name="comm_months" label="月份" type="STRING" length="32"/>
<attribute name="history_month" label="历史月份" type="STRING" length="32"/>
<attribute name="loan_orders" label="当月放款单量" type="STRING" length="32"/>
<attribute name="loan_money" label="当月放款金额" type="STRING" length="32"/>
<attribute name="base_commission" label="基本佣金" type="STRING" length="32"/>
<attribute name="groups" label="集团内别" type="STRING" length="32"/>
<attribute name="loanmonth" label="放款月份" type="STRING" length="32"/>
<attribute name="over_orders" label="逾期30天及以上单量" type="STRING" length="32"/>
<attribute name="over_capital" label="逾期30天及以上未尝本金总额" type="STRING" length="32"/>
<attribute name="over_has_order" label="逾期30天及以上但已还款单量" type="STRING" length="32"/>
<attribute name="FIELD1" label="FIELD1" type="STRING" length="32"/>
<attribute name="FIELD2" label="FIELD2" type="STRING" length="32"/>
<attribute name="FIELD3" label="FIELD3" type="STRING" length="32"/>
<attribute name="FIELD4" label="FIELD4" type="STRING" length="32"/>
<attribute name="FIELD5" label="FIELD5" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="commission_interest" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_OVERDUE_RENT_PLAN_SUM" label="" keyAttributes="contract_id">
<attributes>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="over_list" label="over_list" type="STRING"/>
<attribute name="over_days" label="over_days" type="STRING"/>
<attribute name="over_money" label="over_money" type="STRING"/>
<attribute name="over_penalty" label="over_penalty" type="STRING"/>
<attribute name="over_interest" label="over_interest" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_overdue_rent_plan_sum" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_NORMALSETTLE_CONTRACT" label="" keyAttributes="contract_id">
<attributes>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="contract_status" label="合同状态" type="STRING"/>
<attribute name="income_number" label="还租次数" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_normalsettle_contract" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_INVOICE_RENT_PLAN_CONFIRM" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="CONTRACT_NO" label="业务合同号" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="CUSTOMER_ID" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="plan_list" label="计划期次" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="STRING"/>
<attribute name="invoice_money" label="开票金额" type="STRING"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING"/>
<attribute name="TAX_BANK" label="开户行" type="STRING"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING"/>
<attribute name="invoice_status" label="状态" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_invoice_rent_plan_confirm" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_OTHERS" label="" keyAttributes="id">
<attributes>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="contract_no" label="合同编号" type="STRING"/>
<attribute name="customer_id" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="plan_price" label="计划金额" type="STRING"/>
<attribute name="invoice_price" label="开票金额" type="STRING"/>
<attribute name="moneytype" label="金额类型" type="STRING"/>
<attribute name="typess" label="金额类型" type="STRING"/>
<attribute name="cert_id" label="纳税人识别号" type="STRING"/>
<attribute name="account" label="账户" type="STRING"/>
<attribute name="acc_number" label="开户账号" type="STRING"/>
<attribute name="bank_name" label="开户行" type="STRING"/>
<attribute name="telephone" label="联系电话" type="STRING"/>
<attribute name="customer_type" label="客户类型" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_others" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_RENT_DIRECT" label="" keyAttributes="contract_id">
<attributes>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="contract_no" label="合同编号" type="STRING"/>
<attribute name="payment_number" label="投放编号" type="STRING"/>
<attribute name="customer_id" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="plan_list" label="期数" type="STRING"/>
<attribute name="plan_id" label="计划id" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="STRING"/>
<attribute name="invoice_money" label="开票金额" type="STRING"/>
<attribute name="tax_type" label="金额类型" type="STRING"/>
<attribute name="tax_types" label="金额类型" type="STRING"/>
<attribute name="cert_id" label="纳税人识别号" type="STRING"/>
<attribute name="account" label="账户" type="STRING"/>
<attribute name="acc_number" label="开户账号" type="STRING"/>
<attribute name="bank_name" label="开户行" type="STRING"/>
<attribute name="telephone" label="联系电话" type="STRING"/>
<attribute name="customer_type" label="客户类型" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_rent_direct" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_CONTRACT_OVERDUE" label="" keyAttributes="contract_id">
<attributes>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="contract_number" label="合同编号" type="STRING"/>
<attribute name="CONTRACT_STATUS" label="合同状态" type="STRING"/>
<attribute name="over_list" label="逾期期数" type="STRING"/>
<attribute name="over_days" label="逾期天数" type="STRING"/>
<attribute name="over_money" label="逾期金额" type="STRING"/>
<attribute name="over_penalty" label="逾期罚息" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_contract_overdue" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_INVOICE_RENT_INCOME_CONFIRM" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="CONTRACT_NO" label="合同编号" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="CUSTOMER_ID" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户姓名" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="plan_date" label="核销日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="STRING"/>
<attribute name="invoice_money" label="开票金额" type="STRING"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING"/>
<attribute name="TAX_BANK" label="开户行" type="STRING"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING"/>
<attribute name="invoice_status" label="状态" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_invoice_rent_income_confirm" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_PRINT_RESULT" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="ghdwmc" label="购货单位名称" type="STRING" length="32"/>
<attribute name="new_sid" label="新sid" type="STRING" length="100"/>
<attribute name="fpdm" label="发票代码" type="STRING" length="20"/>
<attribute name="fphm" label="发票号码" type="STRING" length="8"/>
<attribute name="returncode" label="返回代码" type="STRING" length="8"/>
<attribute name="returnmsg" label="返回信息" type="STRING" length="256"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
<attribute name="invoice_type" label="invoice_type" type="STRING" length="32"/>
<attribute name="invalid_apply" label="作废申请结果" type="STRING" length="32"/>
<attribute name="field1" label="invoice_type" type="STRING" length="32"/>
<attribute name="field2" label="invoice_type" type="STRING" length="32"/>
<attribute name="field3" label="invoice_type" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_print_result" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_INVOICE_RENT_CONFIRM_PRINT" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="CONTRACT_NO" label="业务合同号" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="CUSTOMER_ID" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户名称" type="STRING"/>
<attribute name="plan_list" label="计划期次" type="STRING"/>
<attribute name="plan_date" label="计划日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="STRING"/>
<attribute name="invoice_money" label="开票金额" type="STRING"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING"/>
<attribute name="TAX_BANK" label="开户行" type="STRING"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING"/>
<attribute name="invoice_status" label="状态" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_invoice_rent_confirm_print" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_INVOICE_RENT_INCOME_CONFIRM_E" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="CONTRACT_NO" label="合同编号" type="STRING"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING"/>
<attribute name="CUSTOMER_ID" label="客户id" type="STRING"/>
<attribute name="customer_name" label="客户姓名" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="plan_date" label="核销日期" type="STRING"/>
<attribute name="plan_money" label="计划金额" type="STRING"/>
<attribute name="invoice_money" label="开票金额" type="STRING"/>
<attribute name="TAX_TYPE" label="金额类型" type="STRING"/>
<attribute name="TAX_REG_CODE" label="纳税人识别号" type="STRING"/>
<attribute name="TAX_BANK" label="开户行" type="STRING"/>
<attribute name="TAX_ACC" label="开户账号" type="STRING"/>
<attribute name="invoice_status" label="状态" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_invoice_rent_income_confirm_e" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_INVALID" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="ghdwmc" label="购货单位名称" type="STRING" length="32"/>
<attribute name="new_sid" label="新sid" type="STRING" length="100"/>
<attribute name="fplxdm" label="发票类型代码" type="STRING" length="32"/>
<attribute name="fpdm" label="发票代码" type="STRING" length="20"/>
<attribute name="fphm" label="发票号码" type="STRING" length="8"/>
<attribute name="fpzt" label="作废状态" type="STRING" length="2"/>
<attribute name="zfrq" label="作废日期" type="STRING" length="8"/>
<attribute name="returncode" label="返回代码" type="STRING" length="8"/>
<attribute name="returnmsg" label="返回信息" type="STRING" length="256"/>
<attribute name="INPUTUSERID" label="INPUTUSERID" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="INPUTORGID" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="INPUTTIME" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="UPDATEUSERID" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="UPDATEORGID" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="UPDATETIME" type="STRING" length="32"/>
<attribute name="invoice_type" label="发票类型" type="STRING" length="32"/>
<attribute name="lease_form" label="租赁形式" type="STRING" length="32"/>
<attribute name="field1" label="field1" type="STRING" length="32"/>
<attribute name="field2" label="field2" type="STRING" length="32"/>
<attribute name="field3" label="field3" type="STRING" length="32"/>
<attribute name="field4" label="field4" type="STRING" length="32"/>
<attribute name="field5" label="field5" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_invalid" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LV_RENT_INCOME" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="96"/>
<attribute name="voucher_f3" label="voucher_f3" type="STRING" length="96"/>
<attribute name="CUST_ID" label="CUST_ID" type="STRING" length="96"/>
<attribute name="cust_name" label="cust_name" type="STRING" length="96"/>
<attribute name="CONTRACT_ID" label="CONTRACT_ID" type="STRING" length="96"/>
<attribute name="contract_number" label="contract_number" type="STRING" length="96"/>
<attribute name="INCOME_ID" label="INCOME_ID" type="STRING" length="96"/>
<attribute name="HIRE_DATE" label="HIRE_DATE" type="STRING" length="96"/>
<attribute name="RENT" label="RENT" type="DOUBLE" length="24" scale="2"/>
<attribute name="CORPUS" label="CORPUS" type="DOUBLE" length="24" scale="2"/>
<attribute name="INTEREST" label="INTEREST" type="DOUBLE" length="24" scale="2"/>
<attribute name="PENALTY" label="PENALTY" type="DOUBLE" length="24" scale="2"/>
<attribute name="OWN_BANK" label="OWN_BANK" type="STRING" length="300"/>
<attribute name="OWN_ACCOUNT" label="OWN_ACCOUNT" type="STRING" length="600"/>
<attribute name="OWN_NUMBER" label="OWN_NUMBER" type="STRING" length="600"/>
<attribute name="EBANK_NUMBER" label="EBANK_NUMBER" type="STRING" length="96"/>
<attribute name="CARDDEDUCT_ID" label="CARDDEDUCT_ID" type="STRING" length="96"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lv_rent_income" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_RENT_COLLECTION_SORTING" label="" keyAttributes="">
<attributes>
<attribute name="PAYMENT_NUMBER" label="PAYMENT_NUMBER" type="STRING"/>
<attribute name="PLAN_LIST" label="PLAN_LIST" type="STRING"/>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="customername" label="customername" type="STRING"/>
<attribute name="contract_number" label="contract_number" type="STRING"/>
<attribute name="BUSINESSTYPE" label="BUSINESSTYPE" type="STRING"/>
<attribute name="START_DATE" label="START_DATE" type="STRING"/>
<attribute name="filename" label="filename" type="STRING"/>
<attribute name="creatime" label="creatime" type="STRING"/>
<attribute name="attrid" label="attrid" type="STRING"/>
<attribute name="orgid" label="orgid" type="STRING"/>
<attribute name="subjectid" label="主体id" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_rent_collection_sorting" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_RENT_INCOME" label="租金计划回笼" keyAttributes="">
<attributes>
<attribute name="CONTRACT_ID" label="合同ID" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="支付编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="50"/>
<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="RENT_OVERAGE" label="租金余额" type="DOUBLE" length="22" scale="2"/>
<attribute name="CORPUS_OVERAGE" label="本金余额" type="DOUBLE" length="22" scale="2"/>
<attribute name="INTEREST_OVERAGE" label="利息余额" type="DOUBLE" length="22" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="VI_LC_RENT_INCOME" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LC_SPLITTING_PAY_LIST" label="" keyAttributes="">
<attributes>
<attribute name="ID" label="ID" type="STRING"/>
<attribute name="distributor_name" label="distributor_name" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="customername" label="customername" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="plan_date" label="plan_date" type="STRING"/>
<attribute name="rent" label="rent" type="STRING"/>
<attribute name="corpus" label="corpus" type="STRING"/>
<attribute name="interest" label="interest" type="STRING"/>
<attribute name="corpus_sp" label="corpus_sp" type="STRING"/>
<attribute name="INTEREST_sp" label="INTEREST_sp" type="STRING"/>
<attribute name="splitting_status" label="splitting_status" type="STRING"/>
<attribute name="CHARGE_WAY" label="手续费费率类型" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lc_splitting_pay_list" />
</managerProperties>
</manager>
</class>
<class name="LB_PAYMENTRETURN_LOG" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="主键" type="STRING" length="32"/>
<attribute name="contract_no" label="合同编号" type="STRING" length="50"/>
<attribute name="distributor_name" label="渠道" type="STRING" length="100"/>
<attribute name="product_name" label="产品名称" type="STRING" length="100"/>
<attribute name="person_name" label="客户名称" type="STRING" length="100"/>
<attribute name="pay_object" label="付款对象" type="STRING" length="100"/>
<attribute name="pay_number" label="付款金额" type="STRING" length="32"/>
<attribute name="distributor_bank_name" label="经销商SP银行" type="STRING" length="100"/>
<attribute name="distributor_Account_name" label="经销商SP银行账户" type="STRING" length="100"/>
<attribute name="distributor_bank_number" label="经销商SP银行账号" type="STRING" length="32"/>
<attribute name="loan_type" label="放款方式" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INPUTUSERNAME" label="登记人" type="STRING" length="50"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_paymentreturn_log" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_FUND_PLAN_HIS" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="FEE_TYPE" label="费用类型" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="PAY_TYPE" label="收付类型" type="STRING" length="32"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="PLAN_MONEY" label="计划金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FACT_MONEY" label="实收金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="FEE_ADJUST" label="实收减免" type="DOUBLE" length="18" scale="2"/>
<attribute name="OVER_MONEY" label="计划余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="PAY_OBJ" label="收付对象" type="STRING" length="200"/>
<attribute name="FPNOTE" label="备注" type="STRING" length="1000"/>
<attribute name="TAX_RATE" label="税率" type="DOUBLE" length="18" scale="2"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_fund_plan_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="TAX_OPERATOR_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="tax_creator" label="开票人" type="STRING"/>
<attribute name="tax_checker" label="复核人" type="STRING"/>
<attribute name="Payee" label="收款人" type="STRING"/>
<attribute name="is_use" label="是否启用" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="tax_operator_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="TAX_CODE_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="code" label="编码" type="STRING"/>
<attribute name="full_code" label="合并编码" type="STRING"/>
<attribute name="tax_type" label="名称" type="STRING"/>
<attribute name="remark" label="简称" type="STRING"/>
<attribute name="lease_form" label="租赁类型01直租02回租" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="tax_code_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_COLLECT_MANUAL_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="plan_id" label="计划id" type="STRING"/>
<attribute name="plan_list" label="期次" type="STRING"/>
<attribute name="money" label="卡扣金额" type="STRING"/>
<attribute name="hire_date" label="卡口日期" type="STRING"/>
<attribute name="BATCH_NO" label="流水号" type="STRING"/>
<attribute name="BATCH_SN" label="期次编号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_collect_manual_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_COMPANY_LOAN_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="contract_id" label="合同id" type="STRING"/>
<attribute name="product_id" label="计划id" type="STRING"/>
<attribute name="f_plan_id" label="资金计划表" type="STRING"/>
<attribute name="f_income_id" label="资金实收表" type="STRING"/>
<attribute name="car_money_had" label="车款是否已支付" type="STRING"/>
<attribute name="handling_charge_money_had" label="手续费是否已支付" type="STRING"/>
<attribute name="purchase_tax_had" label="购置税是否已支付" type="STRING"/>
<attribute name="insurance_premium_had" label="保险费是否已支付" type="STRING"/>
<attribute name="incidental_had" label="杂费是否已支付" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_company_loan_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_TLSIGN" label="通联签约信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="100" />
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="100" />
<attribute name="REQUEST_CONTENT" label="请求内容" type="STRING" length="2147483647" />
<attribute name="RESPONSE_CONTENT" label="响应内容" type="STRING" length="2147483647" />
<attribute name="SIGN_STATUS" label="签约状态" type="STRING" length="100" />
<attribute name="SIGN_TIME" label="签约时间" type="STRING" length="100" />
<attribute name="CUSTOMER_LAUNCH_TIME" label="客户发起时间" type="STRING" length="100" />
<attribute name="AGRMNO" label="协议号" type="STRING" length="100" />
<attribute name="sign_type" label="签约类型" type="STRING" length="10" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_TLSIGN" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_TLSIGN_HIS" label="通联签约信息历史表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="ID" type="STRING" length="100" />
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="100" />
<attribute name="REQUEST_CONTENT" label="请求内容" type="STRING" length="2147483647" />
<attribute name="RESPONSE_CONTENT" label="响应内容" type="STRING" length="2147483647" />
<attribute name="SIGN_STATUS" label="签约状态" type="STRING" length="100" />
<attribute name="SIGN_TIME" label="签约时间" type="STRING" length="100" />
<attribute name="CUSTOMER_LAUNCH_TIME" label="客户发起时间" type="STRING" length="100" />
<attribute name="AGRMNO" label="协议号" type="STRING" length="100" />
<attribute name="sign_type" label="签约类型" type="STRING" length="10" />
<attribute name="flow_unid" label="流程编号" type="STRING" length="32" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_TLSIGN_HIS" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CARD_PAYMENT" label="通联卡扣信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING"/>
<attribute name="PROJECT_ID" label="项目ID" type="STRING"/>
<attribute name="STATUS" label="扣款状态" type="STRING"/>
<attribute name="SUBMITTIME" label="发起扣款时间" type="STRING"/>
<attribute name="FINTIME" label="扣款时间" type="STRING"/>
<attribute name="AGRMNO" label="协议号" type="STRING"/>
<attribute name="REQ_SN" label="交易流水" type="STRING"/>
<attribute name="ACCOUNT_NAME" label="账户名" type="STRING"/>
<attribute name="START_AMOUNT" label="发起的交易金额" type="STRING"/>
<attribute name="FINISH_AMOUNT" label="最终的交易金额" type="STRING"/>
<attribute name="REMARK" label="备注" type="STRING"/>
<attribute name="QUERYTIME" label="查询扣款时间" type="STRING"/>
<attribute name="NUM" label="查询次数" type="STRING"/>
<attribute name="FULLPATH" label="文件路径" type="STRING"/>
<attribute name="ACCOUNTCHECK_ID" label="外键" type="STRING"/>
<attribute name="SN" label="交易序号" type="STRING"/>
<attribute name="TRXDIR" label="交易方向" type="STRING"/>
<attribute name="RET_CODE" label="返回码" type="STRING"/>
<attribute name="IS_ACCOUNTCHECK" label="是否对账" type="STRING"/>
<attribute name="REASON" label="对账失败原因" type="STRING"/>\
<attribute name="UUID" label="扣款批次号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_CARD_PAYMENT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_SPLITTING_PAY" label="" keyAttributes="">
<attributes>
<attribute name="distributor_id" label="distributor_id" type="STRING"/>
<attribute name="distributor_name" label="distributor_name" type="STRING"/>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="customer_name" label="customer_name" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="splitting_money" label="splitting_money" type="STRING"/>
<attribute name="lccc_charge" label="lccc_charge" type="STRING"/>
<attribute name="lccc_ratio" label="lccc_ratio" type="STRING"/>
<attribute name="lccc_list" label="lccc_list" type="STRING"/>
<attribute name="sum_sp" label="sum_sp" type="STRING"/>
<attribute name="should_sp" label="should_sp" type="STRING"/>
<attribute name="cur_sp" label="cur_sp" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_splitting_pay" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_TJ_GPS" label="" keyAttributes="">
<attributes>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
<attribute name="tax_type" label="tax_type" type="STRING"/>
<attribute name="tax_no" label="tax_no" type="STRING"/>
<attribute name="cert_id" label="cert_id" type="STRING"/>
<attribute name="account" label="account" type="STRING"/>
<attribute name="acc_number" label="acc_number" type="STRING"/>
<attribute name="bank_name" label="bank_name" type="STRING"/>
<attribute name="telephone" label="telephone" type="STRING"/>
<attribute name="customer_type" label="customer_type" type="STRING"/>
<attribute name="customer_name" label="customer_name" type="STRING"/>
<attribute name="tax_ratio" label="tax_ratio" type="STRING"/>
<attribute name="invoice_status" label="invoice_status" type="STRING"/>
<attribute name="fpdm" label="fpdm" type="STRING"/>
<attribute name="fphm" label="fphm" type="STRING"/>
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
<attribute name="liti_id" label="liti_id" type="STRING"/>
<attribute name="mxxh" label="mxxh" type="STRING"/>
<attribute name="tax_code" label="tax_code" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_tj_gps" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_TJ_LEASEDIRECT" label="" keyAttributes="">
<attributes>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
<attribute name="tax_type" label="tax_type" type="STRING"/>
<attribute name="tax_no" label="tax_no" type="STRING"/>
<attribute name="cert_id" label="cert_id" type="STRING"/>
<attribute name="account" label="account" type="STRING"/>
<attribute name="acc_number" label="acc_number" type="STRING"/>
<attribute name="bank_name" label="bank_name" type="STRING"/>
<attribute name="telephone" label="telephone" type="STRING"/>
<attribute name="customer_type" label="customer_type" type="STRING"/>
<attribute name="customer_name" label="customer_name" type="STRING"/>
<attribute name="tax_ratio" label="tax_ratio" type="STRING"/>
<attribute name="invoice_status" label="invoice_status" type="STRING"/>
<attribute name="fpdm" label="fpdm" type="STRING"/>
<attribute name="fphm" label="fphm" type="STRING"/>
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
<attribute name="liti_id" label="liti_id" type="STRING"/>
<attribute name="mxxh" label="mxxh" type="STRING"/>
<attribute name="tax_code" label="tax_code" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_tj_leasedirect" />
</managerProperties>
</manager>
</class>
<class name="VI_LI_INVOICE_TJ_LEASEBACK" label="" keyAttributes="">
<attributes>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
<attribute name="tax_type" label="tax_type" type="STRING"/>
<attribute name="tax_no" label="tax_no" type="STRING"/>
<attribute name="cert_id" label="cert_id" type="STRING"/>
<attribute name="account" label="account" type="STRING"/>
<attribute name="acc_number" label="acc_number" type="STRING"/>
<attribute name="bank_name" label="bank_name" type="STRING"/>
<attribute name="telephone" label="telephone" type="STRING"/>
<attribute name="customer_type" label="customer_type" type="STRING"/>
<attribute name="customer_name" label="customer_name" type="STRING"/>
<attribute name="tax_ratio" label="tax_ratio" type="STRING"/>
<attribute name="invoice_status" label="invoice_status" type="STRING"/>
<attribute name="fpdm" label="fpdm" type="STRING"/>
<attribute name="fphm" label="fphm" type="STRING"/>
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
<attribute name="liti_id" label="liti_id" type="STRING"/>
<attribute name="mxxh" label="mxxh" type="STRING"/>
<attribute name="tax_code" label="tax_code" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_li_invoice_tj_leaseback" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_TJ_AUTO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="contract_id" label="contract_id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="lease_form" label="lease_form" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
<attribute name="tax_type" label="tax_type" type="STRING"/>
<attribute name="tax_no" label="tax_no" type="STRING"/>
<attribute name="cert_id" label="cert_id" type="STRING"/>
<attribute name="account" label="account" type="STRING"/>
<attribute name="acc_number" label="acc_number" type="STRING"/>
<attribute name="bank_name" label="bank_name" type="STRING"/>
<attribute name="telephone" label="telephone" type="STRING"/>
<attribute name="customer_type" label="customer_type" type="STRING"/>
<attribute name="customer_name" label="customer_name" type="STRING"/>
<attribute name="tax_code" label="tax_code" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_tj_auto" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LI_INVOICE_TJ_INFO" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="id" type="STRING"/>
<attribute name="contract_no" label="contract_no" type="STRING"/>
<attribute name="plan_list" label="plan_list" type="STRING"/>
<attribute name="fpzl" label="fpzl" type="STRING"/>
<attribute name="fpzf" label="fpzf" type="STRING"/>
<attribute name="invoice_money" label="invoice_money" type="STRING"/>
<attribute name="tax_type" label="tax_type" type="STRING"/>
<attribute name="tax_ratio" label="tax_ratio" type="STRING"/>
<attribute name="tax_money" label="tax_money" type="STRING"/>
<attribute name="sw_spbm" label="sw_spbm" type="STRING"/>
<attribute name="fpdm" label="fpdm" type="STRING"/>
<attribute name="fphm" label="fphm" type="STRING"/>
<attribute name="hztzdh" label="hztzdh" type="STRING"/>
<attribute name="mxxh" label="mxxh" type="STRING"/>
<attribute name="status" label="status" type="STRING"/>
<attribute name="payee" label="payee" type="STRING"/>
<attribute name="tax_creator" label="tax_creator" type="STRING"/>
<attribute name="tax_checker" label="tax_checker" type="STRING"/>
<attribute name="inputtime" label="inputtime" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="li_invoice_tj_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_RENT_DORMANT" label="休眠还款协议信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="rent_dormant_num" label="休眠还款协议编号" type="STRING" length="32"/>
<attribute name="zc_contract_num" label="中车合同编号" type="STRING" length="32"/>
<attribute name="contract_date" label="合同签署时间" type="STRING" length="32"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="LB_RENT_DORMANT" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_DORMANT_RENT_ADJUST_TEMP" label="休眠租金临时表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="休眠开始期次" type="STRING" length="20"/>
<attribute name="END_LIST" label="休眠结束期次" type="STRING" length="20" />
<attribute name="DORMANT_YEAR_RATE" label="休眠年利率" type="STRING" length="200"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="IRR_OLD" label="休眠变更前IRR" type="DOUBLE" length="22" scale="6"/>
<attribute name="CHANGE_TYPE" label="变更类型" type="STRING" length="32"/>
<attribute name="DELAY_START_LIST" label="延期开始期次" type="STRING" length="20"/>
<attribute name="DELAY_END_LIST" label="延期后总期数" type="STRING" length="20" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_DORMANT_RENT_ADJUST_TEMP" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_DORMANT_RENT_ADJUST" label="休眠租金" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="START_LIST" label="休眠开始期次" type="STRING" length="20"/>
<attribute name="END_LIST" label="休眠结束期次" type="STRING" length="20" />
<attribute name="DORMANT_YEAR_RATE" label="休眠年利率" type="STRING" length="200"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="IRR_OLD" label="休眠变更前IRR" type="DOUBLE" length="22" scale="6"/>
<attribute name="CHANGE_TYPE" label="变更类型" type="STRING" length="32"/>
<attribute name="DELAY_START_LIST" label="延期开始期次" type="STRING" length="20"/>
<attribute name="DELAY_END_LIST" label="延期后总期数" type="STRING" length="20" />
</attributes>
<manager>
<managerProperties>
<property name="table" value="LC_DORMANT_RENT_ADJUST" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_SUBSECTION_INFO" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="SUBSECTION_NUMBER" label="分段号" type="INT" length="10"/>
<attribute name="CLEAN_LEASE_RATIO" label="融资额比例" type="DOUBLE" length="18" scale="6"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="18" scale="2"/>
<attribute name="RATE" label="标准利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="DISCOUNT_RATE" label="产品利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="FINANCING_RATE" label="融资利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="INCOME_NUMBER" label="期次" type="INT" length="10"/>
<attribute name="DISCOUNT" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="MAXIMUM_DISCOUNT" label="最大贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="DISCOUNT_COLLECTION_PERIOD" label="贴息回款期次" type="INT" length="10"/>
<attribute name="DISCOUNT_CALC_METHOD" label="贴息计算方式" type="STRING" length="10"/>
<attribute name="IS_BALANCE_LENDING" label="是否差额放款" type="STRING" length="10"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="IS_ONLYREAD_INCOME_NUMBER" label="期次是否只读" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT" label="贴息金额是否固定金额" type="STRING" length="10"/>
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
<attribute name="MAX_INCOME_NUMBER" label="最大期次" type="STRING" length="32"/>
<attribute name="MIN_INCOME_NUMBER" label="最小期次" type="STRING" length="32"/>
<attribute name="MIN_LEASE_MONEY" label="融资金额最小值" type="STRING" length="32"/>
<attribute name="DISCOUNT_INTEREST" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_calc_subsection_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_SUBSECTION_INFO_HIS" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="SUBSECTION_NUMBER" label="分段号" type="INT" length="10"/>
<attribute name="CLEAN_LEASE_RATIO" label="融资额比例" type="DOUBLE" length="18" scale="6"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="18" scale="2"/>
<attribute name="RATE" label="标准利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="DISCOUNT_RATE" label="产品利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="FINANCING_RATE" label="融资利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="INCOME_NUMBER" label="期次" type="INT" length="10"/>
<attribute name="DISCOUNT" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="MAXIMUM_DISCOUNT" label="最大贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="DISCOUNT_COLLECTION_PERIOD" label="贴息回款期次" type="INT" length="10"/>
<attribute name="DISCOUNT_CALC_METHOD" label="贴息计算方式" type="STRING" length="10"/>
<attribute name="IS_BALANCE_LENDING" label="是否差额放款" type="STRING" length="10"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="IS_ONLYREAD_INCOME_NUMBER" label="期次是否只读" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT" label="贴息金额是否固定金额" type="STRING" length="10"/>
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
<attribute name="MAX_INCOME_NUMBER" label="最大期次" type="STRING" length="32"/>
<attribute name="MIN_INCOME_NUMBER" label="最小期次" type="STRING" length="32"/>
<attribute name="MIN_LEASE_MONEY" label="融资金额最小值" type="STRING" length="32"/>
<attribute name="DISCOUNT_INTEREST" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_calc_subsection_info_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CALC_SUBSECTION_INFO_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="SUBSECTION_NUMBER" label="分段号" type="INT" length="10"/>
<attribute name="CLEAN_LEASE_RATIO" label="融资额比例" type="DOUBLE" length="18" scale="6"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="18" scale="2"/>
<attribute name="RATE" label="标准利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="DISCOUNT_RATE" label="产品利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="FINANCING_RATE" label="融资利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="INCOME_NUMBER" label="期次" type="INT" length="10"/>
<attribute name="DISCOUNT" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="MAXIMUM_DISCOUNT" label="最大贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="DISCOUNT_COLLECTION_PERIOD" label="贴息回款期次" type="INT" length="10"/>
<attribute name="DISCOUNT_CALC_METHOD" label="贴息计算方式" type="STRING" length="10"/>
<attribute name="IS_BALANCE_LENDING" label="是否差额放款" type="STRING" length="10"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
<attribute name="IS_ONLYREAD_INCOME_NUMBER" label="期次是否只读" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT" label="贴息金额是否固定金额" type="STRING" length="10"/>
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
<attribute name="MAX_INCOME_NUMBER" label="最大期次" type="STRING" length="32"/>
<attribute name="MIN_INCOME_NUMBER" label="最小期次" type="STRING" length="32"/>
<attribute name="MIN_LEASE_MONEY" label="融资金额最小值" type="STRING" length="32"/>
<attribute name="DISCOUNT_INTEREST" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_calc_subsection_info_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_SUBSECTION_INFO" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="SUBSECTION_NUMBER" label="分段号" type="INT" length="10"/>
<attribute name="CLEAN_LEASE_RATIO" label="融资额比例" type="DOUBLE" length="18" scale="6"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="18" scale="2"/>
<attribute name="RATE" label="标准利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="DISCOUNT_RATE" label="产品利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="FINANCING_RATE" label="融资利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="INCOME_NUMBER" label="期次" type="INT" length="10"/>
<attribute name="DISCOUNT" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="MAXIMUM_DISCOUNT" label="最大贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="DISCOUNT_COLLECTION_PERIOD" label="贴息回款期次" type="INT" length="10"/>
<attribute name="DISCOUNT_CALC_METHOD" label="贴息计算方式" type="STRING" length="10"/>
<attribute name="IS_BALANCE_LENDING" label="是否差额放款" type="STRING" length="10"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="IS_ONLYREAD_INCOME_NUMBER" label="期次是否只读" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT" label="贴息金额是否固定金额" type="STRING" length="10"/>
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
<attribute name="MAX_INCOME_NUMBER" label="最大期次" type="STRING" length="32"/>
<attribute name="MIN_INCOME_NUMBER" label="最小期次" type="STRING" length="32"/>
<attribute name="MIN_LEASE_MONEY" label="融资金额最小值" type="STRING" length="32"/>
<attribute name="DISCOUNT_INTEREST" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_contract_subsection_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_SUBSECTION_INFO" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="SUBSECTION_NUMBER" label="分段号" type="INT" length="10"/>
<attribute name="CLEAN_LEASE_RATIO" label="融资额比例" type="DOUBLE" length="18" scale="6"/>
<attribute name="CLEAN_LEASE_MONEY" label="融资额" type="DOUBLE" length="18" scale="2"/>
<attribute name="RATE" label="标准利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="DISCOUNT_RATE" label="产品利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="FINANCING_RATE" label="融资利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="INCOME_NUMBER" label="期次" type="INT" length="10"/>
<attribute name="DISCOUNT" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="MAXIMUM_DISCOUNT" label="最大贴息金额" type="DOUBLE" length="18" scale="2"/>
<attribute name="DISCOUNT_COLLECTION_PERIOD" label="贴息回款期次" type="INT" length="10"/>
<attribute name="DISCOUNT_CALC_METHOD" label="贴息计算方式" type="STRING" length="10"/>
<attribute name="IS_BALANCE_LENDING" label="是否差额放款" type="STRING" length="10"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="IS_ONLYREAD_INCOME_NUMBER" label="期次是否只读" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT" label="贴息金额是否固定金额" type="STRING" length="10"/>
<attribute name="IS_UPDATE_LEASE_MONEY_RATIO" label="融资利率是否可修改" type="STRING" length="10"/>
<attribute name="MAX_LEASE_MONEY" label="融资金额最大值" type="STRING" length="32"/>
<attribute name="MINIMUM_DISCOUNT" label="最小贴息金额" type="STRING" length="10"/>
<attribute name="IS_FIXED_DISCOUNT_RATE" label="贴息后利率是否固定" type="STRING" length="10"/>
<attribute name="MAX_INCOME_NUMBER" label="最大期次" type="STRING" length="32"/>
<attribute name="MIN_INCOME_NUMBER" label="最小期次" type="STRING" length="32"/>
<attribute name="MIN_LEASE_MONEY" label="融资金额最小值" type="STRING" length="32"/>
<attribute name="DISCOUNT_INTEREST" label="贴息金额" type="DOUBLE" length="18" scale="2"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_proj_subsection_info" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_CONTRACT_SUBSECTION_RENT_PLAN" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="subsection_number" label="subsection_number" type="INT" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_contract_subsection_rent_plan" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_PROJ_SUBSECTION_RENT_PLAN" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="subsection_number" label="subsection_number" type="INT" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_proj_subsection_rent_plan" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_SUBSECTION_RENT_PLAN" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号,若拆分,以,分割" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="batch_sn" label="batch_sn" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="SPARE_BATCH_NO" type="STRING" length="32"/>
<attribute name="CORPUS_SP" label="CORPUS_SP" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_sp" label="INTEREST_sp" type="DOUBLE" length="18" scale="2"/>
<attribute name="splitting_status" label="splitting_status" type="STRING" length="2"/>
<attribute name="charge_way" label="charge_way" type="STRING" length="10"/>
<attribute name="subsection_number" label="subsection_number" type="INT" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_subsection_rent_plan" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_SUBSECTION_RENT_PLAN_HIS" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="批量交易流水号,若拆分,以,分割" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="SPARE_BATCH_NO" type="STRING" length="32"/>
<attribute name="CORPUS_SP" label="CORPUS_SP" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_sp" label="INTEREST_sp" type="DOUBLE" length="18" scale="2"/>
<attribute name="splitting_status" label="splitting_status" type="STRING" length="2"/>
<attribute name="charge_way" label="charge_way" type="STRING" length="10"/>
<attribute name="subsection_number" label="subsection_number" type="INT" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_subsection_rent_plan_his" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_SUBSECTION_RENT_PLAN_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="32"/>
<attribute name="QUOT_ID" label="报价编号" type="STRING" length="32"/>
<attribute name="CUST_ID" label="客户编号" type="STRING" length="32"/>
<attribute name="PROJECT_ID" label="项目编号" type="STRING" length="32"/>
<attribute name="PROJECT_PLAN_NUMBER" label="项目方案编号" type="STRING" length="32"/>
<attribute name="CONTRACT_ID" label="合同编号" type="STRING" length="32"/>
<attribute name="CONTRACT_PLAN_NUMBER" label="合同方案编号" type="STRING" length="32"/>
<attribute name="PAYMENT_NUMBER" label="投放编号" type="STRING" length="32"/>
<attribute name="PLAN_LIST" label="期次" type="INT" length="10"/>
<attribute name="PLAN_DATE" label="计划日期" type="STRING" length="32"/>
<attribute name="PLAN_STATUS" label="收付状态" type="STRING" length="32"/>
<attribute name="RENT" label="租金" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS" label="财务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST" label="财务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="PENALTY" label="应收罚息" type="DOUBLE" length="18" scale="2"/>
<attribute name="CORPUS_BUSINESS" label="业务本金" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_BUSINESS" label="业务租息" type="DOUBLE" length="18" scale="2"/>
<attribute name="RENT_ADJUST" label="租金调整值" type="DOUBLE" length="18" scale="2"/>
<attribute name="ALL_REMAIN_CORPUS" label="本期后本金余额" type="DOUBLE" length="18" scale="2"/>
<attribute name="SETTLE_METHOD" label="结算方式" type="STRING" length="32"/>
<attribute name="COIN" label="币种" type="STRING" length="32"/>
<attribute name="YEAR_RATE" label="年利率" type="DOUBLE" length="18" scale="6"/>
<attribute name="MEMO" label="备注" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="32"/>
<attribute name="INPUTUSERID" label="登记人" type="STRING" length="32"/>
<attribute name="INPUTORGID" label="登记部门" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="32"/>
<attribute name="UPDATEUSERID" label="更新人" type="STRING" length="32"/>
<attribute name="UPDATEORGID" label="更新部门" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="更新时间" type="STRING" length="32"/>
<attribute name="INTEREST_DATE" label="计息日" type="STRING" length="32"/>
<attribute name="AUDIT_STATE" label="代收审计状态" type="STRING" length="32"/>
<attribute name="COLLECT_STATUS" label="收款状态" type="STRING" length="32"/>
<attribute name="COLLECT_MSG" label="收款描述" type="STRING" length="200"/>
<attribute name="FAILURE_TIME" label="失败时间" type="STRING" length="200"/>
<attribute name="FAILURE_REASON" label="失败原因" type="STRING" length="200"/>
<attribute name="BATCH_NO" label="交易流水号,若拆分,以,分割" type="STRING" length="200"/>
<attribute name="BATCH_STATUS" label="批量处理状态" type="STRING" length="200"/>
<attribute name="BATCH_SN" label="一笔批量交易流水内项数SN" type="STRING" length="200"/>
<attribute name="SPARE_BATCH_NO" label="SPARE_BATCH_NO" type="STRING" length="32"/>
<attribute name="CORPUS_SP" label="CORPUS_SP" type="DOUBLE" length="18" scale="2"/>
<attribute name="INTEREST_sp" label="INTEREST_sp" type="DOUBLE" length="18" scale="2"/>
<attribute name="splitting_status" label="splitting_status" type="STRING" length="2"/>
<attribute name="charge_way" label="charge_way" type="STRING" length="10"/>
<attribute name="subsection_number" label="subsection_number" type="INT" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_subsection_rent_plan_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>