Browse Source

升级2.0.0

master
陈裕财 2 years ago
parent
commit
3bc24ca9f6
  1. 10
      mdp-form/src/main/java/com/mdp/form/entity/FormField.java

10
mdp-form/src/main/java/com/mdp/form/entity/FormField.java

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

Loading…
Cancel
Save