app history

This commit is contained in:
2024-12-09 13:00:54 +09:00
parent 8c4aa3119a
commit 9b1ae3bb5b
4 changed files with 146 additions and 51 deletions

View File

@@ -91,7 +91,13 @@ class AppVersion(BaseModel):
versionname: str
comment:str
appid:str
version:t.Optional[int] = None
class VersionUpdate(BaseModel):
appid:str
versionname: str
comment:str
class TokenData(BaseModel):
id:int = 0