Package com.glowmart.shop_management.dto
Class OrdersItemDto
java.lang.Object
com.glowmart.shop_management.dto.OrdersItemDto
Data Transfer Object (DTO) for the OrderItem entity.
This class is used to transfer order item-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
-
OrdersItemDto
public OrdersItemDto()
-