更新配置

This commit is contained in:
liuz 2018-07-06 16:32:34 +08:00
parent 478e25a13d
commit 9e0b4263ad
2 changed files with 60 additions and 43 deletions

View File

@ -1108,6 +1108,15 @@
<attribute name="project_no" label="项目编号" type="STRING"/>
<attribute name="car_type" label="车类型" type="STRING"/>
<attribute name="LEAS_FORM" label="租赁方式" type="STRING"/>
<attribute name="InterOpinion1" label="内部意见1" type="STRING"/>
<attribute name="DistriOpinion1" label="经销商意见1" type="STRING"/>
<attribute name="InterOpinion2" label="内部意见2" type="STRING"/>
<attribute name="DistriOpinion2" label="经销商意见2" type="STRING"/>
<attribute name="InterOpinion3" label="内部意见3" type="STRING"/>
<attribute name="DistriOpinion3" label="经销商意见3" type="STRING"/>
<attribute name="InterOpinion4" label="内部意见4" type="STRING"/>
<attribute name="DistriOpinion4" label="经销商意见4" type="STRING"/>
<attribute name="opinionType" label="意见类型" type="STRING"/>
</attributes>
<manager>
<managerProperties>

View File

@ -605,49 +605,7 @@
</managerProperties>
</manager>
</class>
<class name="FLOW_OPINION" label="流程意见记录" keyAttributes="OPINIONNO,SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流程任务流水号" type="STRING" length="32"/>
<attribute name="OPINIONNO" label="意见序号" type="STRING" length="32"/>
<attribute name="OBJECTTYPE" label="对象类型" type="STRING" length="18"/>
<attribute name="OBJECTNO" label="对象编号" type="STRING" length="32"/>
<attribute name="CUSTOMERID" label="客户编号" type="STRING" length="32"/>
<attribute name="CUSTOMERNAME" label="客户名称" type="STRING" length="80"/>
<attribute name="BUSINESSCURRENCY" label="币种" type="STRING" length="18"/>
<attribute name="BUSINESSSUM" label="金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="TERMYEAR" label="期限(年)" type="INT" length="20"/>
<attribute name="TERMMONTH" label="期限(月)" type="INT" length="20"/>
<attribute name="TERMDAY" label="期限(日)" type="INT" length="20"/>
<attribute name="BASERATETYPE" label="基准利率类型" type="STRING" length="18"/>
<attribute name="RATEFLOATTYPE" label="利率浮动方式" type="STRING" length="18"/>
<attribute name="RATEFLOAT" label="利率浮动" type="DOUBLE" length="10" scale="6"/>
<attribute name="BAILCURRENCY" label="保证金币种" type="STRING" length="18"/>
<attribute name="BUSINESSRATE" label="执行利率" type="DOUBLE" length="10" scale="6"/>
<attribute name="BAILRATIO" label="保证金比率" type="DOUBLE" length="10" scale="6"/>
<attribute name="BAILSUM" label="保证金金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="PDGRATIO" label="手续费比率" type="DOUBLE" length="10" scale="6"/>
<attribute name="PDGSUM" label="手续费金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="BASERATE" label="基准利率" type="DOUBLE" length="10" scale="6"/>
<attribute name="PHASECHOICE" label="阶段意见" type="STRING" length="800"/>
<attribute name="PHASEOPINION" label="意见详情" type="STRING" length="2000"/>
<attribute name="PHASEOPINION1" label="意见详情1" type="STRING" length="400"/>
<attribute name="PHASEOPINION2" label="意见详情2" type="STRING" length="400"/>
<attribute name="PHASEOPINION3" label="意见详情3" type="STRING" length="400"/>
<attribute name="INPUTORG" label="登记机构" type="STRING" length="32"/>
<attribute name="INPUTUSER" label="登记人员" type="STRING" length="32"/>
<attribute name="INPUTTIME" label="登记时间" type="STRING" length="20"/>
<attribute name="UPDATEUSER" label="变更人员" type="STRING" length="32"/>
<attribute name="UPDATETIME" label="变更时间" type="STRING" length="20"/>
<attribute name="OPINIONTEXT" label="意见详情" type="STRING" length="400"/>
<attribute name="OPINIONTYPE" label="意见详情" type="STRING" length="10"/>
</attributes>
<manager>
<managerProperties>
<property name="createKey" value="true"/>
<property name="table" value="FLOW_OPINION"/>
</managerProperties>
</manager>
</class>
<class name="FLOW_TASK" label="流程任务" keyAttributes="SERIALNO">
<attributes>
<attribute name="SERIALNO" label="流水号" type="STRING" length="32"/>
@ -2184,5 +2142,55 @@
</managerProperties>
</manager>
</class>
<class name="FLOW_OPINION" label="" keyAttributes="opinionno,serialno">
<attributes>
<attribute name="serialno" label="流程任务流水号" type="STRING" length="32"/>
<attribute name="opinionno" label="见序号" type="STRING" length="32"/>
<attribute name="objecttype" label="对象类型" type="STRING" length="18"/>
<attribute name="objectno" label="对象编号" type="STRING" length="32"/>
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
<attribute name="customername" label="客户名称" type="STRING" length="80"/>
<attribute name="businesscurrency" label="币种" type="STRING" length="18"/>
<attribute name="businesssum" label="金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="termyear" label="期限(年)" type="INT" length="10"/>
<attribute name="termmonth" label="期限(月)" type="INT" length="10"/>
<attribute name="termday" label="期限(日)" type="INT" length="10"/>
<attribute name="baseratetype" label="基准利率类型" type="STRING" length="18"/>
<attribute name="ratefloattype" label="利率浮动方式" type="STRING" length="18"/>
<attribute name="ratefloat" label="利率浮动" type="DOUBLE" length="10" scale="6"/>
<attribute name="bailcurrency" label="保证金币种" type="STRING" length="18"/>
<attribute name="businessrate" label="执行利率" type="DOUBLE" length="10" scale="6"/>
<attribute name="bailratio" label="保证金比率" type="DOUBLE" length="10" scale="6"/>
<attribute name="bailsum" label="保证金金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="pdgratio" label="手续费比率" type="DOUBLE" length="10" scale="6"/>
<attribute name="pdgsum" label="手续费金额" type="DOUBLE" length="24" scale="6"/>
<attribute name="baserate" label="基准利率" type="DOUBLE" length="10" scale="6"/>
<attribute name="phasechoice" label="阶段意见" type="STRING" length="800"/>
<attribute name="phaseopinion" label="意见详情" type="STRING" length="2000"/>
<attribute name="InterOpinion1" label="内部意见1" type="STRING" length="400"/>
<attribute name="DistriOpinion1" label="经销商意见1" type="STRING" length="400"/>
<attribute name="InterOpinion2" label="内部意见2" type="STRING" length="400"/>
<attribute name="DistriOpinion2" label="经销商意见2" type="STRING" length="400"/>
<attribute name="InterOpinion3" label="内部意见3" type="STRING" length="400"/>
<attribute name="DistriOpinion3" label="经销商意见3" type="STRING" length="400"/>
<attribute name="InterOpinion4" label="内部意见4" type="STRING" length="400"/>
<attribute name="DistriOpinion4" label="经销商意见4" type="STRING" length="400"/>
<attribute name="opinionType" label="意见类型" type="STRING" length="10"/>
<attribute name="phaseopinion1" label="意见详情1" type="STRING" length="400"/>
<attribute name="phaseopinion2" label="意见详情2" type="STRING" length="400"/>
<attribute name="phaseopinion3" label="意见详情3" type="STRING" length="400"/>
<attribute name="inputorg" label="登记部门" type="STRING" length="32"/>
<attribute name="inputuser" label="登记人" type="STRING" length="32"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="20"/>
<attribute name="updateuser" label="更新人" type="STRING" length="32"/>
<attribute name="updatetime" label="变更时间" type="STRING" length="20"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="flow_opinion" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>