add get_all_by_field method

This commit is contained in:
Vladless
2025-06-22 21:10:56 +03:00
parent 2d4cdb0e35
commit 58cda2e5ff
7 changed files with 58 additions and 10 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ class ServerBase(BaseModel):
inbound_id: str
panel_type: str
max_keys: Optional[int] = None
tariff_group: str
tariff_group: Optional[str] = ""
enabled: bool = True