Livoa LogoLivoa
Customer


- customerID: String

- name: String

- username: String

- registrationDate: Date

ContactInfo


- phone: String

- email: String

- address: String

ShoppingCart


- cartID: String

- totalItems: Integer

- subtotal: Decimal

CartItem


- productID: String

- quantity: Integer

- tempPrice: Decimal

Purchase


- orderNumber: String

- orderDate: Date

- totalAmount: Decimal

- deliveryMethod: String

- status: String

PurchaseItem


- itemID: String

- quantity: Integer

- unitPrice: Decimal

- subtotal: Decimal

Payment


- paymentID: String

- paymentDate: Date

- amount: Decimal

- paymentMethod: String

DeliveryInfo


- deliveryID: String

- address: String

- deliveryTime: DateTime

- courierFee: Decimal

k

by k

0
0 uses