chejianzheng hace 1 mes
padre
commit
47989c1246

+ 5 - 0
portal-service-common/src/main/java/com/hfln/portal/common/dto/data/device/DeviceDTO.java

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