完善中间件自动更新逻辑

This commit is contained in:
BBIT-Kai
2025-12-30 17:55:43 +08:00
parent 62e8ecb7d6
commit 3c1128b356
8 changed files with 74 additions and 26 deletions
@@ -4,5 +4,5 @@ from pydantic import BaseModel
class IotDeviceCommandRequest(BaseModel):
id: str | None = None
command: str | None = None
project: str | None = None
dept_id: str | None = None
device_type: str | None = None