fix: req:bug
This commit is contained in:
@@ -374,8 +374,9 @@ export interface StandaloneIotCard {
|
||||
activated_at?: string | null // 激活时间 (可选)
|
||||
created_at: string // 创建时间
|
||||
updated_at: string // 更新时间
|
||||
series_id?: number | null // 套餐系列ID
|
||||
series_name?: string // 套餐系列名称
|
||||
series_id: number | null // 套餐系列ID
|
||||
series_name: string // 套餐系列名称
|
||||
realname_policy: string // 实名制策略
|
||||
}
|
||||
|
||||
// ========== 单卡批量分配和回收相关 ==========
|
||||
|
||||
Reference in New Issue
Block a user