From 3f10aa699267f13d8575b92a9634f2c037c1f183 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 26 八月 2024 19:42:20 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java | 8 ++++++++ 1 files changed, 8 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..7e8f169 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 @@ -19,8 +19,13 @@ /** 骞冲彴鍚嶇О */ private String platformName; + /** 瀛愮骇骞冲彴鍚嶇О */ + private String subPlatformName; + /** 骞冲彴IP */ private String platformIP; + + private Integer parentId; /** 骞冲彴鑱旂郴浜� */ private String platformContact; @@ -43,6 +48,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