feat:【IoT 物联网】初始化 IoT 固件详情页 50%

This commit is contained in:
YunaiV
2025-07-02 09:35:10 +08:00
parent 6a4c33cbc6
commit 4cecafb4b1
6 changed files with 428 additions and 410 deletions

View File

@@ -7,6 +7,7 @@ export interface IoTOtaFirmware {
description?: string // 固件描述
version?: string // 版本号
productId?: number // 产品编号
productName?: string // 产品名称
fileUrl?: string // 固件文件 URL
fileSize?: number // 固件文件大小
fileDigestAlgorithm?: string // 固件文件签名算法