From dffa4edacd228bb7aa385525e4a30db2384bc78f Mon Sep 17 00:00:00 2001 From: 龚焕茏 <2842157468@qq.com> Date: 星期五, 30 八月 2024 17:40:32 +0800 Subject: [PATCH] feat:更新图像资源到index表并展示 --- ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java | 14 ++++++++++++++ 1 files changed, 14 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 4013e09..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,6 +19,14 @@ /** 骞冲彴鍚嶇О */ private String platformName; + /** 瀛愮骇骞冲彴鍚嶇О */ + private String subPlatformName; + + /** 骞冲彴IP */ + private String platformIP; + + private Integer parentId; + /** 骞冲彴鑱旂郴浜� */ private String platformContact; @@ -28,6 +36,9 @@ /** 鐘舵�侊細1姝e父 2寮傚父 */ private Integer status; + /** 琛屾斂鍖哄煙 */ + private String area; + /** 澶囨敞 */ private String remark; @@ -37,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