mirror of
https://github.com/continew-org/continew-admin.git
synced 2025-09-12 16:57:12 +08:00
feat: 完善仪表盘热门模块区块内容
1.完善仪表盘热门模块区块内容 2.sys_log 表增加 module 字段索引 3.优化总计区块图标
This commit is contained in:
@@ -33,7 +33,7 @@ public interface AnnouncementMapper extends BaseMapper<AnnouncementDO> {
|
||||
/**
|
||||
* 查询仪表盘公告列表
|
||||
*
|
||||
* @return 公告列表
|
||||
* @return 仪表盘公告列表
|
||||
*/
|
||||
List<DashboardAnnouncementVO> selectDashboardList();
|
||||
}
|
@@ -25,7 +25,7 @@ import io.swagger.v3.oas.annotations.media.Schema;
|
||||
import top.charles7c.cnadmin.system.enums.AnnouncementTypeEnum;
|
||||
|
||||
/**
|
||||
* 仪表盘公告信息
|
||||
* 仪表盘-公告信息
|
||||
*
|
||||
* @author Charles7c
|
||||
* @since 2023/8/20 10:55
|
||||
|
@@ -37,7 +37,7 @@ public interface AnnouncementService
|
||||
/**
|
||||
* 查询仪表盘公告列表
|
||||
*
|
||||
* @return 公告列表
|
||||
* @return 仪表盘公告列表
|
||||
*/
|
||||
List<DashboardAnnouncementVO> listDashboard();
|
||||
}
|
Reference in New Issue
Block a user