add domainid->flow

This commit is contained in:
2023-11-13 18:02:19 +09:00
parent 55181f2c57
commit 5cb9375db3
4 changed files with 12 additions and 5 deletions

View File

@@ -104,6 +104,7 @@ class Flow(Base):
flowid: str
appid: str
eventid: str
domainid: int
name: str = None
content: str = None