156 lines
9.2 KiB
XML
156 lines
9.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<jbo>
|
|
<package name="jbo.com.tenwa.limit" >
|
|
<class name="LA_LIMIT_CONFIG" label="额度配置表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="PRODUCT_ID" label="产品编号" type="STRING" length="32"/>
|
|
<attribute name="SPECIFIC_ID" label="规格编号" type="STRING" length="32"/>
|
|
<attribute name="SORT_NO" label="排序号" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_ELEMENT" label="要素编号" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_OPERATOR" label="操作符" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_VALUE" label="数值" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_CODE" label="显示值" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_DESCRIPT" label="描述" type="STRING" length="500"/>
|
|
<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="LA_LIMIT_CONFIG" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LA_LIMIT_ELEMENT" label="额度要素定义表" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="ELEMENT_NO" label="要素编号" type="STRING" length="32"/>
|
|
<attribute name="ELEMENT_NAME" label="要素名称" type="STRING" length="32"/>
|
|
<attribute name="ELEMENT_TYPE" label="要素类型" type="STRING" length="32"/>
|
|
<attribute name="VALUE_TYPE" label="要素值类型" type="STRING" length="32"/>
|
|
<attribute name="VALUE_SOURCE" label="选项来源定义" type="STRING" length="32"/>
|
|
<attribute name="VALUE_DEFINE" label="选项定义" type="STRING" length="500"/>
|
|
<attribute name="ELEMENT_BUSSION" label="业务逻辑" type="STRING" length="500"/>
|
|
<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="LA_LIMIT_ELEMENT" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LA_AMOUNT_CONFIG" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_ID" label="额度编号" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_ID" label="额度产品编号" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_MONEY" label="授信金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="LIMIT_DESCRIPT" label="授信定义" type="STRING" length="2000"/>
|
|
<attribute name="LIMIT_CONDTION" label="授信条件" type="STRING" length="2000"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LA_AMOUNT_CONFIG" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LA_AMOUNT_CONFIG_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_ID" label="额度编号" type="STRING" length="32"/>
|
|
<attribute name="LIMIT_ID" label="额度产品编号" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_MONEY" label="授信金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="MEMO" label="备注" type="STRING" length="2000"/>
|
|
<attribute name="LIMIT_DESCRIPT" label="授信定义" type="STRING" length="2000"/>
|
|
<attribute name="LIMIT_CONDTION" label="授信条件" type="STRING" length="2000"/>
|
|
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LA_AMOUNT_CONFIG_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LA_AMOUNT_INFO" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_ID" label="额度编号" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_DATE" label="申请日期" type="STRING" length="32"/>
|
|
<attribute name="CUST_ID" label="授信主体" type="STRING" length="32"/>
|
|
<attribute name="GROUP_ID" label="客户集团" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_STYLE" label="额度种类" type="STRING" length="32"/>
|
|
<attribute name="CUST_SOURCE" label="客户来源" type="STRING" length="32"/>
|
|
<attribute name="APPLICATION" label="本次申请额度" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_LIMIT_USED" label="已使用额度金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_LIMIT_NOUSED" label="未使用额度金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_BALANCE" label="授信余额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_PERIOD" 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="LIMIT_APPROVE_TYPE" label="额度审批结论类型" type="STRING" length="32"/>
|
|
<attribute name="APPROVE_DATE" label="审核通过日期" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_MEMO" label="信审结论" type="STRING" length="2000"/>
|
|
<attribute name="RISK_REGISTRAR" label="风控经办人" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LA_AMOUNT_INFO" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
<class name="LA_AMOUNT_INFO_TEMP" label="" keyAttributes="ID">
|
|
<attributes>
|
|
<attribute name="ID" label="标识" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_ID" label="额度编号" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_DATE" label="申请日期" type="STRING" length="32"/>
|
|
<attribute name="CUST_ID" label="授信主体" type="STRING" length="32"/>
|
|
<attribute name="GROUP_ID" label="客户集团" type="STRING" length="32"/>
|
|
<attribute name="AMOUNT_STYLE" label="额度种类" type="STRING" length="32"/>
|
|
<attribute name="CUST_SOURCE" label="客户来源" type="STRING" length="32"/>
|
|
<attribute name="APPLICATION" label="本次申请额度" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_LIMIT_USED" label="已使用额度金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_LIMIT_NOUSED" label="未使用额度金额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_BALANCE" label="授信余额" type="DOUBLE" length="22" scale="2"/>
|
|
<attribute name="CREDIT_PERIOD" 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="LIMIT_APPROVE_TYPE" label="额度审批结论类型" type="STRING" length="32"/>
|
|
<attribute name="APPROVE_DATE" label="审核通过日期" type="STRING" length="32"/>
|
|
<attribute name="CREDIT_MEMO" label="信审结论" type="STRING" length="2000"/>
|
|
<attribute name="RISK_REGISTRAR" label="风控经办人" type="STRING" length="32"/>
|
|
<attribute name="FLOWUNID" label="流程标识" type="STRING" length="32"/>
|
|
</attributes>
|
|
<manager>
|
|
<managerProperties>
|
|
<property name="table" value="LA_AMOUNT_INFO_TEMP" />
|
|
<property name="createKey" value="true" />
|
|
</managerProperties>
|
|
</manager>
|
|
</class>
|
|
</package>
|
|
</jbo>
|