|
@@ -1,6 +1,7 @@
|
|
|
package com.aizuda.boot.modules.flw.entity;
|
|
|
|
|
|
import com.aizuda.core.bean.BaseEntity;
|
|
|
+import com.aizuda.core.bean.SuperEntity;
|
|
|
import com.aizuda.core.validation.Create;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
import jakarta.validation.constraints.NotBlank;
|
|
@@ -22,7 +23,7 @@ import lombok.Getter;
|
|
|
@Setter
|
|
|
@Schema(name = "FlwProcessForm", description = "流程定义表单")
|
|
|
@TableName("flw_process_form")
|
|
|
-public class FlwProcessForm extends BaseEntity {
|
|
|
+public class FlwProcessForm extends SuperEntity {
|
|
|
|
|
|
@Schema(description = "流程实例ID")
|
|
|
@NotNull(groups = Create.class)
|