# 综合办公模块
# 综合办公待办生成监听事件
# 事件对象
com.seeyon.apps.office.event.OfficeAffairsAssignedEvent
# 事件说明
综合办公待办生成监听事件
# 事件触发时间点
- after
# 事件方法
方法名 | 方法参数 | 方法返回值 | 参数描述 |
---|---|---|---|
setAffairs | java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> | void | 设置affairs |
getAffairs | - | java.util.List<com.seeyon.ctp.common.po.affair.CtpAffair> | 获取affairs |
getIsStart | - | java.lang.Boolean | 获取isStart |
setIsStart | java.lang.Boolean | void | 设置isStart |
