类 HistoryListQueryDTO
java.lang.Object
io.github.mangocrisp.spring.taybct.module.lf.dto.HistoryListQueryDTO
- 所有已实现的接口:
Serializable
流程历史记录查询 DTO
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
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)
-
-
构造器详细资料
-
HistoryListQueryDTO
public HistoryListQueryDTO()
-