@@ -10,4 +10,5 @@ import lombok.ToString;
public class DeviceBO {
private String code;
private String status;
+ private String name;
}