@@ -238,4 +238,9 @@ public class DeviceDTO extends BaseVO {
private LocalDateTime updateTime;
+ @Schema(description = "监护对象年龄")
+ private Integer age;
+
+ @Schema(description = "监护对象类型")
+ private String guardianshipType;
}