积分列表接口
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user