T-DEV-811/IOT/diagram/diagram.wsd

16 lines
239 B
Plaintext
Raw Normal View History

@startuml diagram
class users {
username: text
email: email
name: text
image: file
created: date
updated: date
}
class poubelle_status{
value: text
author: users
created: date
updated: date
}
@enduml