新增会员数量,充值金额统计接口
This commit is contained in:
@@ -128,4 +128,5 @@ public class TbShopUserServiceImpl implements TbShopUserService {
|
||||
}
|
||||
FileUtil.downloadExcel(list, response);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -74,4 +74,5 @@ public interface TbShopUserService {
|
||||
* @throws IOException /
|
||||
*/
|
||||
void download(List<TbShopUserDto> all, HttpServletResponse response) throws IOException;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user