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 * @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;
/** /**
*主键 *主键
**/ **/

Loading…
Cancel
Save