review:【antd】【iot】设备管理(暂未彻底 review,等 product 搞完)

This commit is contained in:
YunaiV
2025-11-21 10:53:54 +08:00
parent 77afbe4d64
commit 543e48504b
5 changed files with 11 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ import type { PageParam, PageResult } from '@vben/request';
import { requestClient } from '#/api/request';
export namespace IotProductApi {
/** IoT 产品 VO */
/** 产品 */
export interface Product {
id?: number; // 产品编号
name: string; // 产品名称
@@ -27,6 +27,8 @@ export namespace IotProductApi {
}
}
// TODO @haohaopackages/constants/src/biz-iot-enum.ts 枚举;
/** IOT 产品设备类型枚举类 */
export enum DeviceTypeEnum {
DEVICE = 0, // 直连设备