From 65b0befcc0757c4c71df978ead02749a5302a17a Mon Sep 17 00:00:00 2001 From: MDeghaud67 Date: Mon, 20 Mar 2023 10:03:46 +0100 Subject: [PATCH] =?UTF-8?q?impl=C3=A9mentation=20du=20diagramme=20de=20s?= =?UTF-8?q?=C3=A9quence?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IOT/diagram/diagram.wsd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 IOT/diagram/diagram.wsd diff --git a/IOT/diagram/diagram.wsd b/IOT/diagram/diagram.wsd new file mode 100644 index 0000000..59b0303 --- /dev/null +++ b/IOT/diagram/diagram.wsd @@ -0,0 +1,16 @@ +@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 \ No newline at end of file