Skip to content

Commit

Permalink
Merge pull request #96 from muller317/Branch-updateModelDiagram
Browse files Browse the repository at this point in the history
Update model class diagram
  • Loading branch information
RuijianLu authored Nov 7, 2024
2 parents c0e9140 + d03286d commit 7ebd6c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/diagrams/BetterModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ Person *--> Name
Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> comment
Person *--> isVIP
@enduml
2 changes: 2 additions & 0 deletions docs/diagrams/ModelClassDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ Person *--> Phone
Person *--> Email
Person *--> Address
Person *--> "*" Tag
Person *--> Comment
Person *--> isVip

Person -[hidden]up--> I
UniquePersonList -[hidden]right-> I
Expand Down

0 comments on commit 7ebd6c3

Please sign in to comment.