feat(server-go): 和风天气接入与高发病天气预警规则(#12)

This commit is contained in:
weijuesen
2026-08-12 17:40:24 +08:00
parent fa86542e55
commit c7f18c1381
10 changed files with 464 additions and 0 deletions
+1
View File
@@ -31,6 +31,7 @@ func Init(cfg *config.Config) error {
&model.InspectionRecord{},
&model.Tray{}, &model.Batch{}, &model.RearingRecord{},
&model.WechatBinding{},
&model.WeatherAlert{},
); err != nil {
slog.Warn("自动迁移有警告(可忽略)", "err", err)
}