From 18c43123b51a1688ab4ae01fe3d171c7d92e619b Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 16 一月 2025 18:19:34 +0800
Subject: [PATCH] 1、调整会话过期提示 2、流程设计器隐藏拓展按钮,隐藏右下角图标

---
 Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/pagemodel/UITreeDefineVO.java |   10 +++++-----
 1 files changed, 5 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 a4bbc1d..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:鏍戝畾涔変笂宸茬粡娌℃湁浣跨敤杩欎釜瀛楁浜�
+     * 鏄惁鍙嶅悜,TODO:鏍戝畾涔変笂宸茬粡娌℃湁浣跨敤杩欎釜瀛楁浜�(浣嗘槸涓轰簡鍏煎浠ュ墠鐨刄I閰嶇疆鎵�浠ラ渶瑕佷繚鐣�)
      */
-    //private boolean orientation = false;
+    private String orientation;
 
     /**
      * 鏄剧ず鍥炬爣
@@ -77,13 +77,13 @@
         this.loadType = loadType;
     }
 
-    /*public boolean isOrientation() {
+    public String getOrientation() {
         return orientation;
     }
 
-    public void setOrientation(boolean orientation) {
+    public void setOrientation(String orientation) {
         this.orientation = orientation;
-    }*/
+    }
 
     public boolean isShowImage() {
         return showImage;

--
Gitblit v1.9.3