feat: ICCID新增设备店铺名称,套餐系列名称
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m24s

This commit is contained in:
sexygoat
2026-04-15 10:14:53 +08:00
parent d373c2e70e
commit 1931a096b0
2 changed files with 13 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ export interface Device {
created_at: string // 创建时间
updated_at: string // 更新时间
series_id?: number | null // 套餐系列ID
series_name?: string // 套餐系列名称
online_status?: DeviceOnlineStatus // 在线状态0=未知, 1=在线, 2=离线
last_online_time?: string | null // 最后在线时间
software_version?: string // 固件版本号