Class Orders

java.lang.Object
com.glowmart.shop_management.entity.Orders

@Entity public class Orders extends Object
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 Details

    • Orders

      public Orders()