欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

绘制UML图

程序员文章站 2024-03-19 19:01:16
...

@[TOC]绘制UML图)

表关系图

使用Visio2019绘制

绘制UML图

使用mermaid绘制

1对多
1对多
1对多
1对多
1对多
1对多
1对多
1对多
1对多
1对多
1对多
Category
Property
Product
Order
OrderItem
PropertyValue
ProductImage
Review
User
graph 
Category(Category) -->|1对多| Property(Property)
Category -->|1对多| Product(Product)
Order(Order)-->|1对多|OrderItem
Property --> |1对多|PropertyValue(PropertyValue)
Product-->|1对多|PropertyValue
Product-->|1对多|ProductImage(ProductImage)
Product-->|1对多|OrderItem(OrderItem)
Product-->|1对多|Review(Review)
User(User)-->|1对多|Order
User(User)-->|1对多|OrderItem
User-->|1对多|Review
相关标签: 小tips