From 3ccf4d034ea05f093011f34c73fd220c485ddcd4 Mon Sep 17 00:00:00 2001 From: administrator Date: Wed, 22 Nov 2023 19:11:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A8=E6=80=81=E8=A1=A8=E5=8D=95=E6=A0=B9?= =?UTF-8?q?=E6=8D=AE=E5=AD=97=E6=AE=B5=E7=BB=84=E4=BB=B6=E6=8B=BC=E6=8E=A5?= =?UTF-8?q?=E6=9F=A5=E8=AF=A2=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/cn/estsh/i3plus/pojo/form/bean/BfDataObjectProperty.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/i3plus-pojo-form/src/main/java/cn/estsh/i3plus/pojo/form/bean/BfDataObjectProperty.java b/modules/i3plus-pojo-form/src/main/java/cn/estsh/i3plus/pojo/form/bean/BfDataObjectProperty.java index 85ed9ec..27212c6 100644 --- a/modules/i3plus-pojo-form/src/main/java/cn/estsh/i3plus/pojo/form/bean/BfDataObjectProperty.java +++ b/modules/i3plus-pojo-form/src/main/java/cn/estsh/i3plus/pojo/form/bean/BfDataObjectProperty.java @@ -159,4 +159,8 @@ public class BfDataObjectProperty extends BaseBean { @ApiParam(value ="元素值集合") private transient List propertyFormValueList; + @Transient + @ApiParam(value = "控件类型") + private Integer propertyControlType; + }