更新JBO

This commit is contained in:
liuzhao 2018-07-11 16:27:59 +08:00
parent e25ae84437
commit dfe0c6c3e4

View File

@ -3888,6 +3888,53 @@
</managerProperties>
</manager>
</class>
<class name="LC_IDENTITY_CHECK_RESULT" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="name" label="姓名" type="STRING" length="200"/>
<attribute name="certid" label="身份证编号" type="STRING" length="200"/>
<attribute name="result" label="身份证校验结果" type="STRING" length="200"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="200"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="200"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="200"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="200"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="200"/>
<attribute name="inputtime" label="登记部门" type="STRING" length="200"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="200"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="200"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="200"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_identity_check_result" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
<class name="LC_IDENTITY_CHECK_RESULT_TEMP" label="" keyAttributes="ID">
<attributes>
<attribute name="ID" label="标识编号" type="STRING" length="32"/>
<attribute name="flowunid" label="流程编号" type="STRING" length="200"/>
<attribute name="name" label="姓名" type="STRING" length="200"/>
<attribute name="certid" label="身份证编号" type="STRING" length="200"/>
<attribute name="result" label="校验结果" type="STRING" length="200"/>
<attribute name="retainfield1" label="保留字段1" type="STRING" length="200"/>
<attribute name="retainfield2" label="保留字段2" type="STRING" length="200"/>
<attribute name="retainfield3" label="保留字段3" type="STRING" length="200"/>
<attribute name="inputuserid" label="登记人" type="STRING" length="200"/>
<attribute name="inputorgid" label="登记部门" type="STRING" length="200"/>
<attribute name="inputtime" label="登记时间" type="STRING" length="200"/>
<attribute name="updateuserid" label="更新人" type="STRING" length="200"/>
<attribute name="updateorgid" label="更新部门" type="STRING" length="200"/>
<attribute name="updatetime" label="更新时间" type="STRING" length="200"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="lc_identity_check_result_temp" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
<package name="jbo.com.tenwa.lease.carbrand" >
<class name="LB_CLAIMS_BOOK_DETAIL" label="索赔申请书详情表" keyAttributes="ID">