feat(server-go): 分子检测扩展(qPCR Ct 判读/SERS 光谱上传/光谱库,#19)

This commit is contained in:
weijuesen
2026-08-12 19:33:05 +08:00
parent afb1df6f10
commit 7bb87dd89c
7 changed files with 323 additions and 0 deletions
+1
View File
@@ -35,6 +35,7 @@ func Init(cfg *config.Config) error {
&model.LampTest{}, &model.LampTestStep{},
&model.Consumable{},
&model.Consultation{},
&model.SpectrumEntry{},
); err != nil {
slog.Warn("自动迁移有警告(可忽略)", "err", err)
}