update 首页数据大屏

This commit is contained in:
Lemon
2026-05-25 14:35:00 +08:00
parent a3fdff2a63
commit 19710e588e
14 changed files with 313 additions and 0 deletions

View File

@@ -147,4 +147,11 @@ public interface MemberBasicInfoMapper {
* @return 会员总数
*/
Long countTotalMembers();
/**
* 统计今日新增会员数
*
* @return 今日新增会员数
*/
Long countTodayNewMembers();
}