Update app.py

This commit is contained in:
qiaofeng1227 2023-03-08 15:00:02 +08:00 committed by GitHub
parent eded320500
commit 62b616ef0a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ from pydantic import BaseModel
class App(BaseModel):
id: int
name: str
trade_mark: str
status_code: int
status: str
port: int