# 公告模块
# 公告-发布监听事件
# 事件对象
com.seeyon.apps.bulletin.event.BulletinAddEvent
# 事件说明
公告-发布监听事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getBulDataBO | - | com.seeyon.apps.bulletin.bo.BulDataBO | 获取BulDataBO |
setBulDataBO | com.seeyon.apps.bulletin.bo.BulDataBO | void | 设置BulDataBO |
# 公告-审核监听事件
# 事件对象
com.seeyon.apps.bulletin.event.BulletinAuditEvent
# 事件说明
公告-审核监听事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
getBulDataBO | - | com.seeyon.apps.bulletin.bo.BulDataBO | 获取BulDataBO |
setBulDataBO | com.seeyon.apps.bulletin.bo.BulDataBO | void | 设置BulDataBO |
