feat: enhance tenant management with status description and improved UI components
This commit is contained in:
@@ -18,8 +18,9 @@ type TenantFilter struct {
|
||||
type TenantItem struct {
|
||||
*models.Tenant
|
||||
|
||||
UserCount int64
|
||||
UserBalance int64
|
||||
UserCount int64 `json:"user_count"`
|
||||
UserBalance int64 `json:"user_balance"`
|
||||
StatusDescription string `json:"status_description"`
|
||||
}
|
||||
|
||||
type TenantExpireUpdateForm struct {
|
||||
|
||||
Reference in New Issue
Block a user