feat(server-go): LAMP 检测管理(任务单/步骤/结果录入/结果图片,#14)

This commit is contained in:
weijuesen
2026-08-12 17:48:46 +08:00
parent 713d34a3b5
commit c6e5a76e71
6 changed files with 331 additions and 0 deletions
+1
View File
@@ -32,6 +32,7 @@ func Init(cfg *config.Config) error {
&model.Tray{}, &model.Batch{}, &model.RearingRecord{},
&model.WechatBinding{},
&model.WeatherAlert{},
&model.LampTest{}, &model.LampTestStep{},
); err != nil {
slog.Warn("自动迁移有警告(可忽略)", "err", err)
}