From 7eea73131d6905b301d0aba348ae62116d8b2240 Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期二, 20 八月 2024 16:57:34 +0800 Subject: [PATCH] feat:运行监控展示 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java index a2b62a9..c0c328b 100644 --- a/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java +++ b/ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java @@ -22,6 +22,8 @@ /** 骞冲彴IP */ private String platformIP; + private Integer parentId; + /** 骞冲彴鑱旂郴浜� */ private String platformContact; @@ -43,6 +45,9 @@ /** 淇敼鏃堕棿 */ private Date updateTime; + /** 瀛愮骇鏁伴噺 */ + private Integer childNum; + public static PlatformVO getVoByEntity(@NonNull Platform entity, PlatformVO vo) { if(vo == null) { vo = new PlatformVO(); -- Gitblit v1.8.0