java110
2022-03-17 eeecad9e33c74100b1714f10f7ab2eb149ef1490
service-api/src/main/java/com/java110/api/components/notice/NoticeManageComponent.java
@@ -10,9 +10,9 @@
/**
 * 公告组件管理类
 *
 * <p>
 * add by wuxw
 *
 * <p>
 * 2019-06-29
 */
@Component("noticeManage")
@@ -23,10 +23,11 @@
    /**
     * 查询公告列表
     *
     * @param pd 页面数据封装
     * @return 返回 ResponseEntity 对象
     */
    public ResponseEntity<String> list(IPageData pd){
    public ResponseEntity<String> list(IPageData pd) {
        return listNoticesSMOImpl.listNotices(pd);
    }