generic update / delete

This commit is contained in:
null
2024-03-08 11:33:21 +01:00
parent 1c22fb7b34
commit 5323204789
4 changed files with 84 additions and 4 deletions
+1 -1
View File
@@ -5,9 +5,9 @@ from typing import Optional
@dataclass
class Strategy():
id: str
createdAt: str
enabled: bool
fulfilled: bool
createdAt: Optional[str]
@classmethod
def get_table_name(cls):