backend変更マージ

This commit is contained in:
xiaozhe.ma
2024-11-23 18:36:01 +09:00
10 changed files with 176 additions and 114 deletions

View File

@@ -67,6 +67,7 @@ class AppList(Base):
domainurl: str
appname: str
appid:str
updateuser: UserOut
version:int
class AppVersion(BaseModel):
@@ -75,6 +76,7 @@ class AppVersion(BaseModel):
versionname: str
comment:str
appid:str
class TokenData(BaseModel):
id:int = 0
@@ -122,7 +124,7 @@ class Action(BaseModel):
class FlowIn(BaseModel):
flowid: str
domainurl:str
# domainurl:str
appid: str
appname:str
eventid: str