重新发起和取消功能实现,重新发起还有待办事项
This commit is contained in:
@@ -10,12 +10,16 @@ import javax.validation.constraints.NotEmpty;
|
||||
@Data
|
||||
public class BpmProcessInstanceCancelParam {
|
||||
|
||||
@ApiModelProperty("流程实例的编号")
|
||||
@NotEmpty(message = "流程实例的编号不能为空")
|
||||
@ApiModelProperty("流程业务的编号")
|
||||
@NotEmpty(message = "流程业务的编号不能为空")
|
||||
private String id;
|
||||
|
||||
@ApiModelProperty("取消原因")
|
||||
@NotEmpty(message = "取消原因不能为空")
|
||||
private String reason;
|
||||
|
||||
@ApiModelProperty("流程实例的编号")
|
||||
@NotEmpty(message = "流程实例的编号不能为空")
|
||||
private String processInstanceId;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user