Class ProductDto

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

public class ProductDto extends Object
Data Transfer Object (DTO) for the Product entity.

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

  • Constructor Details

    • ProductDto

      public ProductDto()