类 NodesSubmitDTO

java.lang.Object
io.github.mangocrisp.spring.taybct.module.lf.domain.Nodes
io.github.mangocrisp.spring.taybct.module.lf.dto.NodesSubmitDTO
所有已实现的接口:
Serializable

@TableName("lf_nodes") public class NodesSubmitDTO extends Nodes
流程节点提交 DTO
另请参阅:
  • 字段详细资料

    • serialVersionUID

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

      private Long todoId
      待办 id
    • edges

      private Edges edges
      哪个节点连接的当前节点
    • lastNodesId

      private String lastNodesId
      上一个节点的 id
    • deptId

      private Long deptId
      处理的部门
    • postId

      private Long postId
      处理的岗位
  • 构造器详细资料

    • NodesSubmitDTO

      public NodesSubmitDTO()