Optimize hardware information
This commit is contained in:
@@ -7,5 +7,7 @@ data class HardwareInfoVo(
|
||||
val cpuPhysicalPackageCount: Int,
|
||||
val cpuPhysicalProcessorCount: Int,
|
||||
val cpuLogicalProcessorCount: Int,
|
||||
val microarchitecture: String
|
||||
val microarchitecture: String,
|
||||
val memories: String,
|
||||
val disks: String
|
||||
)
|
||||
Reference in New Issue
Block a user