类 HistoryListQueryDTO

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

public class HistoryListQueryDTO extends Object implements Serializable
流程历史记录查询 DTO
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • processId

      private Long processId
      运行流程 id
    • nodeType

      @Size(max=100, message="\u7f16\u7801\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc7100") @Length(max=100, message="\u7f16\u7801\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc7100") private @Size(max=100,message="\u7f16\u7801\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc7100") @Length(max=100,message="\u7f16\u7801\u957f\u5ea6\u4e0d\u80fd\u8d85\u8fc7100") Set<String> nodeType
      当前节点类型(字典项 lf_node_type)
    • relatedToMe

      private Integer relatedToMe
      与我相关
  • 构造器详细资料

    • HistoryListQueryDTO

      public HistoryListQueryDTO()