|
|
|
@ -107,6 +107,14 @@ public class FormField implements java.io.Serializable { |
|
|
|
@ApiModelProperty(notes="扩展类型",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
String extType; |
|
|
|
|
|
|
|
@ApiModelProperty(notes="输入提示对应placeholder",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
String hol; |
|
|
|
|
|
|
|
@ApiModelProperty(notes="分组名称 如果上级是tabs,存放tab名称",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
String gname; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
*表单编号,主键-字段编号对应数据库 |
|
|
|
**/ |
|
|
|
|