创建检查系统计划

This commit is contained in:
2025-12-03 17:51:29 +08:00
parent b26b7ee0f3
commit 3cfe532517
3 changed files with 82 additions and 2 deletions

View File

@@ -90,6 +90,9 @@ func GetAllModels() []interface{} {
// Notification Models
&Notification{},
// OTA Upgrade Models
&OTATask{},
}
}