From 68fd566d21b3efc3a670a5295289b1801f5a4155 Mon Sep 17 00:00:00 2001
From: ludc <ludc@vci-tech.com>
Date: 星期四, 16 一月 2025 18:18:55 +0800
Subject: [PATCH] 流程部署接口上传

---
 Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java
index f779f10..583b517 100644
--- a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java
+++ b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java
@@ -22,9 +22,9 @@
     private String loadType;
 
     /**
-     * 鏄惁鍙嶅悜
+     * 鏄惁鍙嶅悜,TODO:鏍戝畾涔変笂宸茬粡娌℃湁浣跨敤杩欎釜瀛楁浜�(浣嗘槸涓轰簡鍏煎浠ュ墠鐨刄I閰嶇疆鎵�浠ラ渶瑕佷繚鐣�)
      */
-    private boolean orientation = false;
+    private String orientation;
 
     /**
      * 鏄剧ず鍥炬爣
@@ -77,11 +77,11 @@
         this.loadType = loadType;
     }
 
-    public boolean isOrientation() {
+    public String getOrientation() {
         return orientation;
     }
 
-    public void setOrientation(boolean orientation) {
+    public void setOrientation(String orientation) {
         this.orientation = orientation;
     }
 
@@ -146,7 +146,6 @@
         return "UITreeDefineVO{" +
                 "btmType='" + btmType + '\'' +
                 ", loadType='" + loadType + '\'' +
-                ", orientation=" + orientation +
                 ", showImage=" + showImage +
                 ", rootContent='" + rootContent + '\'' +
                 ", linkType='" + linkType + '\'' +

--
Gitblit v1.9.3