|
|
@ -109,6 +109,8 @@ public class FormField implements java.io.Serializable { |
|
|
@ApiModelProperty(notes="样式json",allowEmptyValue=true,example="",allowableValues="") |
|
|
@ApiModelProperty(notes="样式json",allowEmptyValue=true,example="",allowableValues="") |
|
|
String styleObj; |
|
|
String styleObj; |
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(notes="字段权限",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
|
|
String fieldQx; |
|
|
|
|
|
|
|
|
@ApiModelProperty(notes="扩展json字符串",allowEmptyValue=true,example="",allowableValues="") |
|
|
@ApiModelProperty(notes="扩展json字符串",allowEmptyValue=true,example="",allowableValues="") |
|
|
String extInfos; |
|
|
String extInfos; |
|
|
|