新增会员数量,充值金额统计接口

This commit is contained in:
2024-07-06 14:33:34 +08:00
parent 22d1123232
commit 3adfefad1e
10 changed files with 466 additions and 3 deletions

View File

@@ -128,4 +128,5 @@ public class TbShopUserServiceImpl implements TbShopUserService {
}
FileUtil.downloadExcel(list, response);
}
}
}

View File

@@ -74,4 +74,5 @@ public interface TbShopUserService {
* @throws IOException /
*/
void download(List<TbShopUserDto> all, HttpServletResponse response) throws IOException;
}
}