From d8d03861a07ac549e58ed8adb08cdec3f75d5c50 Mon Sep 17 00:00:00 2001
From: wangting <wangting@vci-tech.com>
Date: 星期四, 26 十二月 2024 16:20:56 +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