更新代码
This commit is contained in:
parent
3e773f8228
commit
42f699492a
@ -2476,6 +2476,33 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CAR_CREDIT_RISKITEM" label="个人风险详情正式表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="entryid" label="进件编号" type="STRING" length="100"/>
|
||||
<attribute name="project_id" label="项目编号" 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="100"/>
|
||||
<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" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="CUSTOMER_FAMILY" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
@ -2681,6 +2708,37 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CAR_CREDIT_PERSONAL_INFO" label="个人风险信息正式表" keyAttributes="ID">
|
||||
<attributes>
|
||||
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
|
||||
<attribute name="ENTRYID" label="进件ID" 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="project_id" 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" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="LB_CARDATA_COMMERCIAL_BRAND" label="商用车品牌表" keyAttributes="ID">
|
||||
<attributes>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user