更新配置
This commit is contained in:
parent
b2ffe2298c
commit
4a2d3491c5
@ -525,83 +525,8 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="CUSTOMER_FAMILY_TEMP" label="配偶信息" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
|
||||
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
||||
<attribute name="name" label="姓名" type="STRING" length="32"/>
|
||||
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
|
||||
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
|
||||
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
|
||||
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
|
||||
<attribute name="status" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
|
||||
|
||||
<attribute name="Partner_" label="作为共同申请人" type="STRING" length="32" />
|
||||
<attribute name="shukou" label="户口" type="STRING" length="32" />
|
||||
<attribute name="suname" label="单位名称" type="STRING" length="60" />
|
||||
<attribute name="suphone" label="单位电话" type="STRING" length="32" />
|
||||
<attribute name="sposition" label="职位" type="STRING" length="32" />
|
||||
<attribute name="smincome" label="月收入" type="DOUBLE" length="22" scale="2" />
|
||||
|
||||
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="customer_family_temp" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="CUSTOMER_FAMILY_HIS" label="配偶信息历史表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
|
||||
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
||||
<attribute name="name" label="姓名" type="STRING" length="32"/>
|
||||
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
|
||||
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
|
||||
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
|
||||
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
|
||||
<attribute name="status" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="flowunid" label="流程标识" type="STRING" length="32"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
|
||||
|
||||
<attribute name="Partner_" label="作为共同申请人" type="STRING" length="32" />
|
||||
<attribute name="shukou" label="户口" type="STRING" length="32" />
|
||||
<attribute name="suname" label="单位名称" type="STRING" length="60" />
|
||||
<attribute name="suphone" label="单位电话" type="STRING" length="32" />
|
||||
<attribute name="sposition" label="职位" type="STRING" length="32" />
|
||||
<attribute name="smincome" label="月收入" type="DOUBLE" length="22" scale="2" />
|
||||
|
||||
|
||||
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="customer_family_his" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
<class name="CUSTOMER_ADDRESS_HIS" label="客户地址临时表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="序列号" type="STRING" length="32"/>
|
||||
@ -799,43 +724,7 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="CUSTOMER_FAMILY" label="家庭主要成员" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
|
||||
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
||||
<attribute name="name" label="姓名" type="STRING" length="32"/>
|
||||
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
|
||||
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
|
||||
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
|
||||
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
|
||||
<attribute name="status" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
|
||||
|
||||
<attribute name="Partner_" label="作为共同申请人" type="STRING" length="32" />
|
||||
<attribute name="shukou" label="户口" type="STRING" length="32" />
|
||||
<attribute name="suname" label="单位名称" type="STRING" length="60" />
|
||||
<attribute name="suphone" label="单位电话" type="STRING" length="32" />
|
||||
<attribute name="sposition" label="职位" type="STRING" length="32" />
|
||||
<attribute name="smincome" label="月收入" type="DOUBLE" length="22" scale="2" />
|
||||
|
||||
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="customer_family" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
<class name="CUSTOMER_GROUP_COMPANY" label="集团信息表" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="序列号" type="STRING" length="32"/>
|
||||
@ -2707,5 +2596,111 @@
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="CUSTOMER_FAMILY" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
|
||||
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
||||
<attribute name="name" label="姓名" type="STRING" length="32"/>
|
||||
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
|
||||
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
|
||||
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
|
||||
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
|
||||
<attribute name="status" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="Spouse_" label="是否配偶" type="STRING" length="32"/>
|
||||
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
|
||||
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
|
||||
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
|
||||
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
|
||||
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="customer_family" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
|
||||
|
||||
<class name="CUSTOMER_FAMILY_HIS" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
|
||||
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
||||
<attribute name="name" label="姓名" type="STRING" length="32"/>
|
||||
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
|
||||
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
|
||||
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
|
||||
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
|
||||
<attribute name="status" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="Spouse_" label="是否配偶" type="STRING" length="32"/>
|
||||
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
|
||||
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
|
||||
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
|
||||
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
|
||||
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
|
||||
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="customer_family_his" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
<class name="CUSTOMER_FAMILY_TEMP" label="" keyAttributes="id">
|
||||
<attributes>
|
||||
<attribute name="id" label="标识" type="STRING" length="32"/>
|
||||
<attribute name="customerid" label="客户编号" type="STRING" length="32"/>
|
||||
<attribute name="certtype" label="证件类型" type="STRING" length="32"/>
|
||||
<attribute name="certid" label="证件号码" type="STRING" length="32"/>
|
||||
<attribute name="name" label="姓名" type="STRING" length="32"/>
|
||||
<attribute name="relative" label="与该客户关系" type="STRING" length="32"/>
|
||||
<attribute name="tel" label="联系电话" type="STRING" length="40"/>
|
||||
<attribute name="workunit" label="工作单位" type="STRING" length="100"/>
|
||||
<attribute name="custtype" label="客户类型" type="STRING" length="32"/>
|
||||
<attribute name="status" label="是否有效" type="STRING" length="32"/>
|
||||
<attribute name="remark" label="备注" type="STRING" length="200"/>
|
||||
<attribute name="inputuserid" label="登记人" type="STRING" length="32"/>
|
||||
<attribute name="inputorgid" label="登记部门" type="STRING" length="32"/>
|
||||
<attribute name="inputtime" label="登记时间" type="STRING" length="32"/>
|
||||
<attribute name="updateuserid" label="更新人" type="STRING" length="32"/>
|
||||
<attribute name="updateorgid" label="更新部门" type="STRING" length="32"/>
|
||||
<attribute name="updatetime" label="更新时间" type="STRING" length="32"/>
|
||||
<attribute name="Spouse_" label="是否配偶" type="STRING" length="32"/>
|
||||
<attribute name="flowunid" label="流程编号" type="STRING" length="32"/>
|
||||
<attribute name="Partner_" label="是否共同申请人" type="STRING" length="32"/>
|
||||
<attribute name="shukou" label="户口-配偶" type="STRING" length="32"/>
|
||||
<attribute name="suname" label="单位名称-配偶" type="STRING" length="60"/>
|
||||
<attribute name="suphone" label="单位电话-配偶" type="STRING" length="32"/>
|
||||
<attribute name="sposition" label="职位—配偶" type="STRING" length="32"/>
|
||||
<attribute name="smincome" label="月收入——配偶" type="DOUBLE" length="22" scale="2"/>
|
||||
</attributes>
|
||||
<manager>
|
||||
<managerProperties>
|
||||
<property name="table" value="customer_family_temp" />
|
||||
<property name="createKey" value="true" />
|
||||
</managerProperties>
|
||||
</manager>
|
||||
</class>
|
||||
</package>
|
||||
</jbo>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user