This commit is contained in:
liuzhao 2018-08-15 09:30:38 +08:00
parent 80bc2e5102
commit 30ef1a6bcd

View File

@ -2974,5 +2974,19 @@
</managerProperties>
</manager>
</class>
<class name="VI_MAIL_ADDRESS" label="" keyAttributes="id">
<attributes>
<attribute name="id" label="标识" type="STRING"/>
<attribute name="customerid" label="客户id" type="STRING"/>
<attribute name="fullname" label="自然人姓名" type="STRING"/>
<attribute name="Mailing_Address" label="邮寄地址" type="STRING"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="vi_mail_address" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>
</package>
</jbo>