顾客完结订单类图
2016-04-17 23:09:43 1 举报
顾客完结订单类图描述: 该类图展示了顾客在完成订单过程中涉及的各种实体及其之间的关系。首先,有一个顾客类,包含顾客的基本信息如姓名、联系方式等。其次,有一个订单类,包含订单的详细信息如商品列表、总价、支付方式等。此外,还有一个购物车类,用于存储顾客选择的商品。在顾客完成订单的过程中,需要将购物车中的商品添加到订单中,并选择合适的支付方式进行支付。最后,当订单支付成功后,会生成一个订单状态为已完成的订单记录。整个过程中涉及到的操作包括添加商品到购物车、从购物车移除商品、提交订单、支付订单等。
作者其他创作
大纲/内容
Order
+ note+ make_order_time+ accept_order_time+ confirm_time+ status+ total_price
OrderFood
+ count
FoodReview
OrderReview
+ delivery_time
Customer
+ get_customer(customer_id)+ get_complaints()+ get_delivery_informations()
Image
+ image
+ create_image(image_data)
DeliveryInformation
+ address+ phone+ receiver
Review
+ star+ content+ created_time
Food
+ name+ description+ price+ stock
0 条评论
下一页