定义通知model

This commit is contained in:
2025-10-25 13:28:19 +08:00
parent bd8729d473
commit d8de5a68eb
3 changed files with 43 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ func GetAllModels() []interface{} {
// Medication Models
&Medication{},
&MedicationLog{},
// Notification Models
&Notification{},
}
}