first entity

This commit is contained in:
2023-09-27 08:31:00 +02:00
parent 4f4756a605
commit ce16467f1d
6 changed files with 65 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
enum Priority{
none,
low,
medium,
moderate,
high
}