更新配置
This commit is contained in:
parent
9b6cc0a15a
commit
4c025b1828
@ -2579,7 +2579,7 @@
|
||||
<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="500"/>
|
||||
<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"/>
|
||||
@ -2733,6 +2733,26 @@
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</class>
|
||||
|
||||
<class name="LB_CAR_CREDIT_PETITIONER_HOMEANALYSIS" label="申请人信息归属地解析表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="flowunid" label="流程编号" type="STRING" length="100"/>
|
||||
<attribute name="name" label="申请人姓名" type="STRING" length="100"/>
|
||||
<attribute name="certid" label="申请人身份证号码" type="STRING" length="100"/>
|
||||
<attribute name="phonenumber" label="申请人手机号码" type="STRING" length="100"/>
|
||||
<attribute name="certidqzone" label="申请人身份证号码归属地" type="STRING" length="500"/>
|
||||
<attribute name="phonenumberqzone" label="申请人手机号码归属地" type="STRING" length="500"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="lb_car_credit_petitioner_homeanalysis" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user