feat: refact id column define

This commit is contained in:
engigu
2026-03-03 17:25:38 +08:00
parent 117ae126f7
commit 4589c64923
62 changed files with 881 additions and 454 deletions
+2
View File
@@ -4,6 +4,7 @@ import (
"github.com/engigu/baihu-panel/cmd/reposync"
"github.com/engigu/baihu-panel/cmd/resetpwd"
"github.com/engigu/baihu-panel/cmd/restore"
// "github.com/engigu/baihu-panel/cmd/migrate"
)
// CommandHandler 定义命令执行函数
@@ -14,4 +15,5 @@ var Handlers = map[string]CommandHandler{
"reposync": reposync.Run,
"resetpwd": resetpwd.Run,
"restore": restore.Run,
// "migrate": migrate.Run,
}