类 FlowEntity

java.lang.Object
net.sohelp.boot.engine.workflow.entity.FlowEntity
所有已实现的接口:
Serializable
直接已知子类:
FlwInstance, FlwProcess, FlwTask

public class FlowEntity extends Object implements Serializable
流程表实体基类
从以下版本开始:
1.0
另请参阅:
  • 字段详细资料

    • id

      protected Long id
      主键ID
    • tenantId

      protected String tenantId
      租户ID
    • createId

      protected String createId
      创建人ID
    • createBy

      protected String createBy
      创建人名称
    • createTime

      protected Date createTime
      创建时间
  • 构造器详细资料

    • FlowEntity

      public FlowEntity()
  • 方法详细资料

    • setFlowCreator

      public void setFlowCreator(FlowCreator flowCreator)