feat: update ui

This commit is contained in:
2025-08-06 11:12:16 +08:00
parent e034a2e54e
commit c4ad0c1dc9
12 changed files with 4983 additions and 226 deletions

View File

@@ -59,8 +59,10 @@ type TableResponse struct {
// TableInfo represents basic table information
type TableInfo struct {
Name string `json:"name"`
Alias string `json:"alias"`
Name string `json:"name"`
Alias string `json:"alias"`
Description string `json:"description"`
RowCount int64 `json:"row_count"`
}
// DetailResponse represents a single record detail response