From 2bea732496b4f5051233ed94e206160992351596 Mon Sep 17 00:00:00 2001
From: yuxc <yuxc@vci-tech.com>
Date: 星期三, 15 一月 2025 11:02:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
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