调整models定义

This commit is contained in:
2025-11-07 22:19:55 +08:00
parent 2796d9bad7
commit d3207cc2b8
3 changed files with 49 additions and 23 deletions

View File

@@ -63,6 +63,10 @@ func GetAllModels() []interface{} {
&Medication{},
&MedicationLog{},
// Alarm Models
&ActiveAlarm{},
&HistoricalAlarm{},
// Notification Models
&Notification{},
}