feat(server-go): 耗材管理(库存/预警/采购建议,#16)

This commit is contained in:
weijuesen
2026-08-12 18:03:49 +08:00
parent 6ada0c74c5
commit 65c993abb5
6 changed files with 244 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ func Init(cfg *config.Config) error {
&model.WechatBinding{},
&model.WeatherAlert{},
&model.LampTest{}, &model.LampTestStep{},
&model.Consumable{},
); err != nil {
slog.Warn("自动迁移有警告(可忽略)", "err", err)
}