From 398becd7384575e7109f078d826433579fa0b052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Wed, 27 Sep 2023 15:45:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=87=E7=BA=A72.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mdp-form/src/main/java/com/mdp/form/entity/FormField.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mdp-form/src/main/java/com/mdp/form/entity/FormField.java b/mdp-form/src/main/java/com/mdp/form/entity/FormField.java index 691d3fd..cde9b4f 100644 --- a/mdp-form/src/main/java/com/mdp/form/entity/FormField.java +++ b/mdp-form/src/main/java/com/mdp/form/entity/FormField.java @@ -109,6 +109,8 @@ public class FormField implements java.io.Serializable { @ApiModelProperty(notes="样式json",allowEmptyValue=true,example="",allowableValues="") String styleObj; + @ApiModelProperty(notes="字段权限",allowEmptyValue=true,example="",allowableValues="") + String fieldQx; @ApiModelProperty(notes="扩展json字符串",allowEmptyValue=true,example="",allowableValues="") String extInfos;