1.产品规格添加客户签约方式和公司盖章方式

This commit is contained in:
zhangbb 2019-07-23 10:07:26 +08:00
parent 2d748abe7f
commit 5acd72b2af
2 changed files with 104 additions and 0 deletions

View File

@ -534,6 +534,57 @@
</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"/>
@ -1460,6 +1511,57 @@
</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"/>

View File

@ -82,6 +82,8 @@
<attribute name="operationType" label="业务模式" type="STRING" length="10"/>
<attribute name="payType" label="放款方式" type="STRING" length="10"/>
<attribute name="EarlySettleBreachRatio" label="提前结清违约金比例" type="STRING" length="32"/>
<attribute name="signType" label="客户签约方式" type="STRING" length="10"/>
<attribute name="sealType" label="公司盖章方式" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>