feat(server-go): 疫病溯源三级模型与接口(#21,一级自动溯源/二级清单/三级备注)

This commit is contained in:
weijuesen
2026-08-12 23:12:25 +08:00
parent 97087f51af
commit dc97d1cf56
7 changed files with 576 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@ func Init(cfg *config.Config) error {
&model.Consumable{},
&model.Consultation{},
&model.SpectrumEntry{},
&model.TraceRecord{},
); err != nil {
slog.Warn("自动迁移有警告(可忽略)", "err", err)
}