java.lang.Object
io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity<P,U>
io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity<Long,Long>
io.github.mangocrisp.spring.taybct.module.lf.domain.Process
io.github.mangocrisp.spring.taybct.module.lf.dto.ProcessNewDTO
所有已实现的接口:
Serializable

public class ProcessNewDTO extends Process
新建流程 DTO
另请参阅:
  • 字段概要

    字段
    修饰符和类型
    字段
    说明
    private static final long
     
    private @NotNull(message="\u5f00\u59cb\u8282\u70b9\u548c\u5c5e\u6027\u6570\u636e") Nodes
    开始节点的属性数据,新建流程,是从第一个开始节点开始的,这里一般会传开始节点的属性数据
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.DeleteLogicEntity

    canEqual, equals, getIsDeleted, hashCode, setIsDeleted, toString

    从类继承的方法 io.github.mangocrisp.spring.taybct.tool.core.bean.BaseEntity

    getCreateTime, getCreateUser, getExpansion, getId, getUpdateTime, getUpdateUser, setCreateTime, setCreateUser, setExpansion, setId, setUpdateTime, setUpdateUser

    从类继承的方法 java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 字段详细资料

    • serialVersionUID

      @TableField(exist=false) private static final long serialVersionUID
      另请参阅:
    • startNodes

      @NotNull(message="\u5f00\u59cb\u8282\u70b9\u548c\u5c5e\u6027\u6570\u636e") private @NotNull(message="\u5f00\u59cb\u8282\u70b9\u548c\u5c5e\u6027\u6570\u636e") Nodes startNodes
      开始节点的属性数据,新建流程,是从第一个开始节点开始的,这里一般会传开始节点的属性数据
  • 构造器详细资料

    • ProcessNewDTO

      public ProcessNewDTO()