package com.kingdee.eas.custom.notify.web; import java.util.LinkedList; import java.util.List; import org.operamasks.faces.annotation.Inject; import org.operamasks.faces.annotation.ManagedBean; import org.operamasks.faces.annotation.ManagedBeanScope; import com.kingdee.bos.metadata.entity.SelectorItemCollection; import com.kingdee.bos.waf.annotation.IBOSBizCtrl; import com.kingdee.bos.waf.winlet.edit.EditBean; import com.kingdee.eas.framework.CoreBaseInfo; import com.kingdee.eas.framework.ICoreBase; import com.kingdee.eas.custom.notify.INotifyTodo; import com.kingdee.eas.custom.notify.NotifyTodoInfo; @ManagedBean(name = "custom.notify.NotifyTodoEditUIBean", scope = ManagedBeanScope.SESSION) public class NotifyTodoEditUIBean extends AbstractNotifyTodoEditUIBean { }