Class WishListDto

java.lang.Object
com.glowmart.shop_management.dto.WishListDto

public class WishListDto extends Object
Data Transfer Object (DTO) for the WishList entity.

This class is used to transfer wishlist-related data between different layers of the application, ensuring that only the necessary details are exposed in API responses.

  • Constructor Details

    • WishListDto

      public WishListDto()