From 9a4549c0c2dbe44c9568fe56fb4df8d6fbb44d4f Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期一, 19 八月 2024 16:33:08 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ycl-pojo/src/main/java/com/ycl/platform/domain/vo/PlatformVO.java |   11 +++++++++++
 1 files changed, 11 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..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
@@ -19,6 +19,11 @@
     /** 骞冲彴鍚嶇О */
     private String platformName;
 
+    /** 骞冲彴IP */
+    private String platformIP;
+
+    private Integer parentId;
+
     /** 骞冲彴鑱旂郴浜� */
     private String platformContact;
 
@@ -28,6 +33,9 @@
     /** 鐘舵�侊細1姝e父 2寮傚父 */
     private Integer status;
 
+    /** 琛屾斂鍖哄煙 */
+    private String area;
+
     /** 澶囨敞 */
     private String remark;
 
@@ -37,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