bpm 的实例详情界面,接入 businessKey

This commit is contained in:
YunaiV
2022-01-22 20:54:23 +08:00
parent cc9a2199b1
commit e12c17360a
3 changed files with 27 additions and 15 deletions

View File

@ -6,7 +6,7 @@ Authorization: Bearer {{token}}
{
"startTime": "2022-03-01",
"endTime": "2022-03-03",
"endTime": "2022-03-05",
"type": 1,
"reason": "我要请假啦啦啦!"
}

View File

@ -36,6 +36,9 @@ public class BpmProcessInstanceRespVO {
@ApiModelProperty(value = "提交的表单值", required = true)
private Map<String, Object> formVariables;
@ApiModelProperty(value = "业务的唯一标识", example = "1", notes = "例如说,请假申请的编号")
private String businessKey;
/**
* 发起流程的用户
*/