Package com.glowmart.shop_management.dto
Class CategoryDto
java.lang.Object
com.glowmart.shop_management.dto.CategoryDto
Data Transfer Object (DTO) for the Category entity.
This class is used to transfer category-related data between different layers of the application, ensuring that only the necessary details are exposed in API responses.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CategoryDto
public CategoryDto()
-