package com.gyee.host.mode; import lombok.Data; @Data public class GpuInfo { //("GPU编号") private Integer number; //("显卡名称") private String name; }