Class Orders
java.lang.Object
com.glowmart.shop_management.entity.Orders
Represents an order placed by a user in the shopping system.
This entity stores details about user orders, including the user who placed the order, the payment method used, total price, status, and timestamps for creation and updates.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Orders
public Orders()
-