fate: 升级流程设计器,表单设计器
This commit is contained in:
@@ -15,8 +15,19 @@ import java.util.List;
|
||||
@Data
|
||||
public class FlowNextDto implements Serializable {
|
||||
|
||||
/**
|
||||
* 审批人类型
|
||||
*/
|
||||
private String type;
|
||||
|
||||
/**
|
||||
* 是否需要动态指定任务审批人
|
||||
*/
|
||||
private String dataType;
|
||||
|
||||
/**
|
||||
* 流程变量
|
||||
*/
|
||||
private String vars;
|
||||
|
||||
}
|
||||
|
||||
@@ -46,7 +46,6 @@ public class FlowTaskDto implements Serializable {
|
||||
|
||||
@ApiModelProperty("任务执行人名称")
|
||||
private String assigneeName;
|
||||
|
||||
@ApiModelProperty("任务执行人部门")
|
||||
private String assigneeDeptName;;
|
||||
|
||||
@@ -60,7 +59,7 @@ public class FlowTaskDto implements Serializable {
|
||||
private String category;
|
||||
|
||||
@ApiModelProperty("流程变量信息")
|
||||
private Object procVars;
|
||||
private Object variables;
|
||||
|
||||
@ApiModelProperty("局部变量信息")
|
||||
private Object taskLocalVars;
|
||||
|
||||
Reference in New Issue
Block a user