feat(peer): add alias field and support filtering by alias

This commit is contained in:
lejianwen
2025-08-31 13:39:22 +08:00
parent 9b769b99dc
commit ade6e6355a
4 changed files with 8 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import (
"github.com/spf13/cobra"
)
const DatabaseVersion = 264
const DatabaseVersion = 265
// @title 管理系统API
// @version 1.0