|
@@ -27,6 +27,11 @@ public class FlwFormTemplate extends BaseEntity {
|
|
@Size(max = 64)
|
|
@Size(max = 64)
|
|
private String tenantId;
|
|
private String tenantId;
|
|
|
|
|
|
|
|
+ @Schema(description = "表单分类ID")
|
|
|
|
+ @NotNull(groups = Create.class)
|
|
|
|
+ @PositiveOrZero
|
|
|
|
+ private Long formCategoryId;
|
|
|
|
+
|
|
@Schema(description = "名称")
|
|
@Schema(description = "名称")
|
|
@NotBlank(groups = Create.class)
|
|
@NotBlank(groups = Create.class)
|
|
@Size(max = 100)
|
|
@Size(max = 100)
|