package cn.hellohao.service; import org.springframework.stereotype.Service; @Service public interface NoticeService { String getNotice(); }