Last active
August 29, 2021 03:04
-
-
Save rodrigolmacedo/90ecf5db2c87e14f7a13af2bf9f2ce2e to your computer and use it in GitHub Desktop.
diagrama_classe_livraria_mermaid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
classDiagram | |
class Usuario{ | |
+id | |
+senha | |
+nome | |
} | |
class Produto{ | |
+id | |
+nome | |
} | |
class Categoria{ | |
+id | |
+nome | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment