feat(iot): 优化代码,尽量使用 ProductStatusEnum 枚举

This commit is contained in:
YunaiV
2026-05-21 00:17:56 +08:00
parent 3f09fc1498
commit cb175e331f

View File

@@ -1,7 +1,7 @@
import type { VbenFormSchema } from '#/adapter/form';
import type { VxeTableGridOptions } from '#/adapter/vxe-table';
import type { DescriptionItemSchema } from '#/components/description';
import type { IotProductApi } from '#/api/iot/product/product';
import type { DescriptionItemSchema } from '#/components/description';
import { formatDateTime } from '@vben/utils';