@@ -2,4 +2,4 @@
- 姓名:黄骁逸
- 学号:202226701049
- 班级:22级大数据技术班
-- 电话:19880018168
+- 电话:19880018168
@@ -1 +1,22 @@
-# 项目名称
+# 项目名称
+```plantuml
+@startuml
+abstract abstract
+abstract class "abstract class"
+annotation annotation
+circle circle
+() circle_short_form
+class class
+class class_stereo <<stereotype>>
+diamond diamond
+<> diamond_short_form
+entity entity
+enum enum
+exception exception
+interface interface
+metaclass metaclass
+protocol protocol
+stereotype stereotype
+struct struct
+@enduml
+```