通告详情接口
This commit is contained in:
parent
abb0434360
commit
1de9200359
@ -77,7 +77,7 @@ public interface IBusiNoticeService extends IService<BusiNotice>
|
|||||||
* @author 朱春云
|
* @author 朱春云
|
||||||
* @date 15:39 2025/3/29
|
* @date 15:39 2025/3/29
|
||||||
* @param noticeId 通告id
|
* @param noticeId 通告id
|
||||||
* @return com.ruoyi.common.core.domain.AjaxResult
|
* @return JSONObject
|
||||||
**/
|
**/
|
||||||
JSONObject appGetDetail(String noticeId);
|
JSONObject appGetDetail(String noticeId);
|
||||||
}
|
}
|
||||||
|
@ -245,7 +245,7 @@ public class BusiNoticeServiceImpl extends ServiceImpl<BusiNoticeMapper,BusiNoti
|
|||||||
* @author 朱春云
|
* @author 朱春云
|
||||||
* @date 15:39 2025/3/29
|
* @date 15:39 2025/3/29
|
||||||
* @param noticeId 通告id
|
* @param noticeId 通告id
|
||||||
* @return com.ruoyi.common.core.domain.AjaxResult
|
* @return JSONObject
|
||||||
**/
|
**/
|
||||||
@Override
|
@Override
|
||||||
public JSONObject appGetDetail(String noticeId) {
|
public JSONObject appGetDetail(String noticeId) {
|
||||||
|
Loading…
Reference in New Issue
Block a user