重新发起和取消流程接口优化
This commit is contained in:
@@ -16,6 +16,7 @@ public enum SupervisionResponseEnum {
|
||||
* A00550 ~ A00649
|
||||
*/
|
||||
SUPERVISION_COMMON_ERROR("A00550","监督管理模块异常"),
|
||||
NO_POWER("A00550","很抱歉,该流程不是您创建的,没有权限操作!")
|
||||
;
|
||||
|
||||
private final String code;
|
||||
|
||||
@@ -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