From 370b26066c560f15f6a84caca2be149e48e86556 Mon Sep 17 00:00:00 2001
From: 田源 <tianyuan@vci-tech.com>
Date: 星期二, 07 一月 2025 15:52:05 +0800
Subject: [PATCH] 系统菜单 默认显示&&系统配置、对象建模按钮权限以及按钮图标
---
Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/query/UIFormQuery.java | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/query/UIFormQuery.java b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/query/UIFormQuery.java
index cb54007..a698ce1 100644
--- a/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/query/UIFormQuery.java
+++ b/Source/plt-web/plt-web-parent/plt-web-api/src/main/java/com/vci/query/UIFormQuery.java
@@ -13,6 +13,11 @@
private String btmName;
/**
+ * 缁勪欢鐨勪富閿�(椤甸潰瀹氫箟鐨勪富閿�)
+ */
+ private String componentOid;
+
+ /**
* 琛ㄥ崟瀹氫箟鐨勪富閿�
*/
private String formDefineOid;
@@ -32,6 +37,14 @@
*/
private String sourceOid;
+ public void setComponentOid(String componentOid) {
+ this.componentOid = componentOid;
+ }
+
+ public String getComponentOid() {
+ return componentOid;
+ }
+
public void setSourceOid(String sourceOid) {
this.sourceOid = sourceOid;
}
--
Gitblit v1.9.3