review:【antd】【iot】设备分组

This commit is contained in:
YunaiV
2025-11-21 09:34:28 +08:00
parent 0251dc2f3b
commit 863fbf7456
3 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
export namespace IotDeviceGroupApi {
/** IoT 设备分组 VO */
/** 设备分组 */
export interface DeviceGroup {
id?: number; // 分组 ID
name: string; // 分组名字