haungxing
1 year ago
1 changed files with 0 additions and 46 deletions
@ -1,46 +0,0 @@ |
|||||||
package com.hnac.hzims.common.pojo; |
|
||||||
|
|
||||||
import lombok.Data; |
|
||||||
|
|
||||||
import javax.validation.constraints.NotNull; |
|
||||||
import java.io.Serializable; |
|
||||||
|
|
||||||
/** |
|
||||||
* @ClassName ProcessWorkFlowResponse |
|
||||||
* @description: |
|
||||||
* @author: hx |
|
||||||
* @create: 2023-06-07 19:39 |
|
||||||
* @Version 4.0 |
|
||||||
**/ |
|
||||||
@Data |
|
||||||
public class ProcessWorkFlowResponse implements Serializable { |
|
||||||
|
|
||||||
/**当前任务ID**/ |
|
||||||
private String taskId; |
|
||||||
|
|
||||||
/**当前任务名称**/ |
|
||||||
private String taskName; |
|
||||||
|
|
||||||
/**当前环节流程ID**/ |
|
||||||
@NotNull |
|
||||||
private String processDefinitionKey; |
|
||||||
|
|
||||||
/** 业务Id **/ |
|
||||||
private String businessKey; |
|
||||||
|
|
||||||
/** 流程实例key **/ |
|
||||||
private String processInstanceId; |
|
||||||
|
|
||||||
/** 下一环节处理人 **/ |
|
||||||
private String nextStepOperator; |
|
||||||
|
|
||||||
/** 票据表单 **/ |
|
||||||
private Object variables; |
|
||||||
|
|
||||||
/** 根据handleType区分是用户还是候选组角色 标识 0是用户 1是角色 **/ |
|
||||||
private String handleType; |
|
||||||
|
|
||||||
|
|
||||||
/** 用户Id **/ |
|
||||||
private String userId; |
|
||||||
} |
|
Loading…
Reference in new issue