🔨 添加 SN.

This commit is contained in:
lijiahangmax
2025-04-03 01:38:37 +08:00
parent cdc3c88507
commit 0e0c9cc628
3 changed files with 15 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ export interface HostLabelExtraSettingModel {
// 标签规格模型
export interface HostSpecExtraModel {
sn: string;
osName: string;
cpuCore: number;
cpuFrequency: number;