| | |
| | | |
| | | import static com.iailab.framework.common.util.date.DateUtils.FORMAT_YEAR_MONTH_DAY_HOUR_MINUTE_SECOND; |
| | | |
| | | |
| | | @Schema(description = "管理后台 - 流程实例分页 Request VO") |
| | | @Data |
| | | public class BpmProcessInstancePageReqVO extends PageParam { |
| | | |
| | | @Schema(description = "流程名称", example = "平台") |
| | | @Schema(description = "流程名称", example = "芋道") |
| | | private String name; |
| | | |
| | | @Schema(description = "流程定义的编号", example = "2048") |
| | | private String processDefinitionId; |
| | | @Schema(description = "流程定义的标识", example = "2048") |
| | | private String processDefinitionKey; // 精准匹配 |
| | | |
| | | @Schema(description = "流程实例的状态", example = "1") |
| | | @InEnum(BpmProcessInstanceStatusEnum.class) |