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

@Entity public class Cart extends Object
Represents a shopping cart entity in the system.

This entity is used to store information about a user's shopping cart, including the user it belongs to, the total price of items in the cart, the status of the cart, and timestamps for creation and updates.

  • Constructor Details

    • Cart

      public Cart()