积分列表接口

This commit is contained in:
张松
2025-09-26 16:57:22 +08:00
parent 00b79a40b4
commit e9581d9cfd
3 changed files with 9 additions and 5 deletions

View File

@@ -18,5 +18,5 @@ public interface MemberPointsLogService extends IService<MemberPointsLog> {
Page<MemberPointsLogDTO> getMemberPointsLogPage(MemberPointsLogDTO param);
List<PointsShopListVO> getList(long userId);
List<PointsShopListVO> getList(long userId, String shopName);
}