add eventgroup->event

This commit is contained in:
2024-02-28 18:32:57 +09:00
parent 72608a8ffd
commit 26761f6d39
2 changed files with 2 additions and 0 deletions

View File

@@ -137,6 +137,7 @@ class Event(Base):
eventid: str
function: str
mobile: bool
eventgroup: bool
class Config:
orm_mode = True