更新配置

This commit is contained in:
liuz 2018-07-14 18:12:15 +08:00
parent e5185088c8
commit 387903a347

View File

@ -2709,16 +2709,13 @@
</managerProperties>
</manager>
</class>
<class name="VI_LB_CAR_CREDIT_INVESTIGATION" label="贷前征信信息表" keyAttributes="">
<class name="VI_LB_CAR_CREDIT_INVESTIGATION" label="贷前征信相关人员信息表" keyAttributes="">
<attributes>
<attribute name="FULLNAME" label="姓名" type="STRING"/>
<attribute name="CERTID" label="身份证编号" type="STRING"/>
<attribute name="PHONENUMBER" label="手机号" type="STRING"/>
<attribute name="RELATION" label="身份" type="STRING"/>
<attribute name="SCORE" label="决策最终分数" type="STRING"/>
<attribute name="DECISION" label="决策最后决定" type="STRING"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING"/>
<attribute name="fullName" label="姓名" type="STRING"/>
<attribute name="phoneNumber" label="手机号" type="STRING"/>
<attribute name="certId" label="身份证号码" type="STRING"/>
<attribute name="relation" label="身份" type="STRING"/>
<attribute name="flowunid" label="流程编号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
@ -2760,5 +2757,37 @@
</class>
<class name="LB_TEST" label="定时任务处理器" keyAttributes="id">
<attributes>
<attribute name="id" label="标识id" type="STRING" length="100"/>
<attribute name="name" label="姓名" type="STRING" length="50"/>
<attribute name="age" label="年龄" type="STRING" length="10"/>
<attribute name="InputUserID" label="登记人" type="STRING" length="50"/>
<attribute name="InputOrgID" label="登记部门" type="STRING" length="50"/>
<attribute name="InputTime" label="登记时间" type="STRING" length="50"/>
<attribute name="UpdateUserID" label="更新人" type="STRING" length="50"/>
<attribute name="UpdateOrgID" label="更新部门" type="STRING" length="50"/>
<attribute name="UpdateTime" label="更新时间" type="STRING" length="50"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_test" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="VI_LB_IDENTITY_CHECK" label="身份校验视图表" keyAttributes="">
<attributes>
<attribute name="fullName" label="姓名" type="STRING"/>
<attribute name="certId" label="身份证编号" type="STRING"/>
<attribute name="relation" label="身份" type="STRING"/>
<attribute name="flowunid" label="流程编号" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_lb_identity_check" />
</managerProperties>
</manager>
</class>
</package>
</jbo>