fix: swagger

This commit is contained in:
2025-12-16 17:11:49 +08:00
parent 0e303e8a5c
commit 9bc2155008
16 changed files with 998 additions and 704 deletions

View File

@@ -12,7 +12,7 @@ type TenantFilter struct {
requests.Pagination
requests.SortQueryFilter
Name *string `json:"name,omitempty"`
Name *string `json:"name,omitempty" query:"name"`
}
type TenantItem struct {