更新邮件发送jbo

This commit is contained in:
zhangjun 2018-12-05 16:12:09 +08:00
parent 2ba3cec261
commit 05b6eb2264

View File

@ -3095,5 +3095,27 @@
</managerProperties>
</manager>
</class>
<class name="BT_EMAIL_SEND" label="" keyAttributes="">
<attributes>
<attribute name="ID" label="标识" type="STRING" length="96"/>
<attribute name="TOEMAIL" label="收件人邮箱" type="STRING" length="60"/>
<attribute name="EMAIL_HEADLINE" label="邮件标题" type="STRING" length="60"/>
<attribute name="EMAIL_CONTENT" label="邮件内容" type="STRING" length="3000"/>
<attribute name="NOTICE_TIME" label="预计发送时间" type="STRING" length="60"/>
<attribute name="SEND_TIME" label="实际发送时间" type="STRING" length="60"/>
<attribute name="SEND_TIMING" label="发送时机" type="STRING" length="60"/>
<attribute name="SEND_FLAG" label="发送状态" type="INT" length="10"/>
<attribute name="INPUTUSERID" label="录入人" type="STRING" length="96"/>
<attribute name="INPUTORGID" label="录入部门" type="STRING" length="96"/>
<attribute name="INPUTTIME" label="录入时间" type="STRING" length="60"/>
<attribute name="UPDATEUSERID" label="修改人" type="STRING" length="96"/>
<attribute name="UPDATETIME" label="修改时间" type="STRING" length="60"/>
</attributes>
<manager>
<managerProperties>
<property name="table" value="bt_email_send" />
</managerProperties>
</manager>
</class>
</package>
</jbo>