|
|
|
@ -104,6 +104,9 @@ public class FormField implements java.io.Serializable { |
|
|
|
@ApiModelProperty(notes="验证器列表",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
String vrules; |
|
|
|
|
|
|
|
@ApiModelProperty(notes="扩展类型",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
String extType; |
|
|
|
|
|
|
|
/** |
|
|
|
*表单编号,主键-字段编号对应数据库 |
|
|
|
**/ |
|
|
|
|