Przeglądaj źródła

添加基础信息允许内容为空

hubin 1 rok temu
rodzic
commit
d2ca6850f3

+ 0 - 1
src/main/java/com/aizuda/boot/modules/flw/entity/FlwFormTemplate.java

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