更新配置

This commit is contained in:
liuz 2018-07-19 15:04:46 +08:00
parent c64b449744
commit 2ce1b31573

View File

@ -2444,33 +2444,34 @@
</managerProperties>
</manager>
</class>
<class name="LB_CAR_CREDIT_RISKITEM_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="100"/>
<attribute name="entryid" label="进件id" type="STRING" length="100"/>
<attribute name="rule_id" label="规则编号" type="STRING" length="100"/>
<attribute name="score" label="风险分数" type="STRING" length="100"/>
<attribute name="decision" label="决策结果" type="STRING" length="100"/>
<attribute name="risk_name" label="风险名称" type="STRING" length="100"/>
<attribute name="risk_detail" label="风险详情" type="STRING" length="5000"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
<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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_car_credit_riskitem_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LB_CAR_CREDIT_RISKITEM_TEMP" label="个人风险详情表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="100"/>
<attribute name="entryid" label="进件id" type="STRING" length="100"/>
<attribute name="score" label="风险分数" type="STRING" length="100"/>
<attribute name="risk_name" label="风险名称" type="STRING" length="100"/>
<attribute name="risk_detail" label="风险详情" type="STRING" length="5000"/>
<attribute name="certid" label="身份证号码" type="STRING" length="100"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
<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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_car_credit_riskitem_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="CUSTOMER_FAMILY" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING" length="32"/>
@ -2643,6 +2644,38 @@
<property name="table" value="vi_lb_identity_check" />
</managerProperties>
</manager>
</class>
</class>
<class name="LB_CAR_CREDIT_PERSONAL_INFO_TEMP" label="个人风险信息表" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="ENTRYID" label="进件ID" type="STRING" length="100"/>
<attribute name="FLOWUNID" label="流程编号" type="STRING" length="100"/>
<attribute name="FULLNAME" label="姓名" type="STRING" length="100"/>
<attribute name="MOBILE" label="手机号" type="STRING" length="100"/>
<attribute name="CERTID" label="身份证号码" type="STRING" length="100"/>
<attribute name="RELATION" label="身份" type="STRING" length="100"/>
<attribute name="FINAL_SCORE" label="最终分数" type="STRING" length="100"/>
<attribute name="FINAL_DECISION" label="最终决策结果" type="STRING" length="100"/>
<attribute name="PHONELOCATION" label="手机号归属地" type="STRING" length="100"/>
<attribute name="CERTLOCATION" label="身份证归属地" type="STRING" length="100"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="100"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="100"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="100"/>
<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"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lb_car_credit_personal_info_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>