🆕完成客户端链接状态监控

This commit is contained in:
coward
2024-03-15 15:17:40 +08:00
parent d50f17ed12
commit 30cc35ae00
8 changed files with 115 additions and 3 deletions

View File

@@ -8,6 +8,12 @@ type ClientList struct {
page
}
// ClientStatusList
// @description: 客户端状态列表
type ClientStatusList struct {
page
}
// SaveClient
// @description: 新增/编辑客户端
type SaveClient struct {