增加饲喂计划列表展示界面

This commit is contained in:
2025-09-10 16:14:05 +08:00
parent 9944340d17
commit 40a19b831a
10 changed files with 479 additions and 24 deletions

View File

@@ -19,6 +19,10 @@ var migrateModels = []interface{}{
&model.OperationHistory{},
&model.Device{},
&model.DeviceControl{},
&model.FeedingPlan{},
&model.FeedingPlanStep{},
&model.FeedingExecution{},
&model.FeedingExecutionStep{},
}
// PostgresStorage 代表基于PostgreSQL的存储实现