|
|
@ -12,7 +12,7 @@ import java.math.BigDecimal; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* @author code-gen |
|
|
* @author code-gen |
|
|
* @since 2023-9-14 |
|
|
|
|
|
|
|
|
* @since 2023-9-15 |
|
|
*/ |
|
|
*/ |
|
|
@Data |
|
|
@Data |
|
|
@TableName("form_field") |
|
|
@TableName("form_field") |
|
|
@ -105,6 +105,14 @@ public class FormField implements java.io.Serializable { |
|
|
@ApiModelProperty(notes="展示风格origin-原生、tag-标签、x-综合",allowEmptyValue=true,example="",allowableValues="") |
|
|
@ApiModelProperty(notes="展示风格origin-原生、tag-标签、x-综合",allowEmptyValue=true,example="",allowableValues="") |
|
|
String showStyle; |
|
|
String showStyle; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(notes="样式json",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
|
|
String styleObj; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty(notes="扩展json字符串",allowEmptyValue=true,example="",allowableValues="") |
|
|
|
|
|
String extInfos; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
*主键 |
|
|
*主键 |
|
|
**/ |
|
|
**/ |
|
|
|