浏览代码

大屏统计

chejianzheng 1 月之前
父节点
当前提交
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;
 }