邮件表xml主键

This commit is contained in:
zhouyahui 2018-12-05 17:12:58 +08:00
parent ca73562100
commit 1e24e85567

View File

@ -3095,7 +3095,7 @@
</managerProperties>
</manager>
</class>
<class name="BT_EMAIL_SEND" label="" keyAttributes="">
<class name="BT_EMAIL_SEND" label="" keyAttributes="id">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="96"/>
<attribute name="TOEMAIL" label="收件人邮箱" type="STRING" length="60"/>
@ -3113,7 +3113,8 @@
</attributes>
<manager>
<managerProperties>
<property name="table" value="bt_email_send" />
<property name="table" value="bt_email_send" />
<property name="createKey" value="true" />
</managerProperties>
</manager>
</class>