You are on page 1of 1

User

userId:Integer Cart
name:String cartitemId:Integer
mobile:String cartitem:Products
password:String customerlist:Customer
Products
productId:integer
productName:String
price:Double
Customer colour:String
customerId:Integer dimension:String
fname:String specification:String
lname:String MyOrder manufacturer:String
mobileNumber:String orderId:Integer quantity:Integer
addressList:List<Address> orderStatus:String category:CategoryEnum
email:String customer:Customer
productList:List<Products>
address:Address
localTime:LocalDateTime CategoryEnum
Address TECHNOLOGY,BOOKS,CLOTHES
addressId:Integer
streetNo:String
buildingName:String
city:String
country:String
zipcode:String

You might also like