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; + }