feat: 问卷分析
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
fyy
2025-08-14 17:19:58 +08:00
parent 575ee16a87
commit 78ff0f0c3d
8 changed files with 306 additions and 16 deletions

View File

@@ -178,9 +178,9 @@ export interface DeviceManageQuery extends PageQuery {
*/
deviceMac?: string;
lon: number;
lon?: number;
lat: number;
lat?: number;
/**
* 设备在线状态 0:离线 1:在线 2:未知