@@ -47,7 +47,6 @@ public class FlwFormTemplate extends BaseEntity {
private Integer type;
@Schema(description = "内容")
- @NotBlank(groups = Create.class)
@Size(max = 2147483647)
private String content;