Open masmangan opened 1 year ago
Using https://www.planttext.com/.
https://www.planttext.com/
Draft:
` @startuml
title Conceptual Model
class Building {
id
number
}
class Room {
Building *-- Room
@enduml `
Using
https://www.planttext.com/
.Draft:
` @startuml
title Conceptual Model
class Building {
id
number
}
class Room {
id
number
}
Building *-- Room
@enduml `