邮件表xml主键
This commit is contained in:
parent
ca73562100
commit
1e24e85567
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user