重新发起和取消流程接口优化
This commit is contained in:
@@ -67,6 +67,12 @@ public class QuitRunningDeviceParam implements Serializable {
|
||||
@ApiModelProperty(value = "流程实例的编号")
|
||||
private String processInstanceId;
|
||||
|
||||
/**
|
||||
* 历史流程实例编号
|
||||
*/
|
||||
@ApiModelProperty(value = "历史流程实例编号")
|
||||
private String historyInstanceId;
|
||||
|
||||
@ApiModelProperty("发起人自选审批人 Map")
|
||||
private Map<String, List<String>> startUserSelectAssignees;
|
||||
|
||||
|
||||
@@ -58,6 +58,11 @@ public class QuitRunningDevice extends BaseEntity implements Serializable{
|
||||
*/
|
||||
private String processInstanceId;
|
||||
|
||||
/**
|
||||
* 历史流程实例编号
|
||||
*/
|
||||
private String historyInstanceId;
|
||||
|
||||
/**
|
||||
* 状态:0-删除 1-正常
|
||||
*/
|
||||
|
||||
@@ -81,5 +81,11 @@ public class QuitRunningDeviceVO extends BaseEntity implements Serializable{
|
||||
@ApiModelProperty(value = "流程实例的编号")
|
||||
private String processInstanceId;
|
||||
|
||||
/**
|
||||
* 历史流程实例编号
|
||||
*/
|
||||
@ApiModelProperty(value = "历史流程实例编号")
|
||||
private String historyInstanceId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user