From 539c2941e18b4efa7adf770c46d800d187365f9c Mon Sep 17 00:00:00 2001 From: whm <973418690@qq.com> Date: Tue, 3 Feb 2026 16:44:34 +0800 Subject: [PATCH] =?UTF-8?q?1.=E4=BF=AE=E6=94=B9acconut=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E6=96=B0=E5=A2=9Edevice=5Fname=EF=BC=8Cdevic?= =?UTF-8?q?e=5Fport=EF=BC=8Cdevice=5Fip=EF=BC=8Cis=5Fok=E5=8F=AF=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/schemas/account.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/schemas/account.py b/app/schemas/account.py index 79120da..32fcdfc 100644 --- a/app/schemas/account.py +++ b/app/schemas/account.py @@ -28,6 +28,10 @@ class AccountUpdate(BaseModel): project_name: Optional[str] = None update_time: Optional[str] = None cl_name: Optional[str] = None + device_name: Optional[str] = None + device_port: Optional[str] = None + device_ip: Optional[str] = None + is_ok: Optional[int] = None class AccountResponse(AccountBase): account_id: int