Class CartItemDto

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

public class CartItemDto extends Object
Data Transfer Object (DTO) for the CartItem entity.

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

  • Constructor Details

    • CartItemDto

      public CartItemDto()