mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 12:18:42 +08:00 
			
		
		
		
	bpm 的实例详情界面,接入 businessKey
This commit is contained in:
		@@ -6,7 +6,7 @@ Authorization: Bearer {{token}}
 | 
			
		||||
 | 
			
		||||
{
 | 
			
		||||
  "startTime": "2022-03-01",
 | 
			
		||||
  "endTime": "2022-03-03",
 | 
			
		||||
  "endTime": "2022-03-05",
 | 
			
		||||
  "type": 1,
 | 
			
		||||
  "reason": "我要请假啦啦啦!"
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
@@ -36,6 +36,9 @@ public class BpmProcessInstanceRespVO {
 | 
			
		||||
    @ApiModelProperty(value = "提交的表单值", required = true)
 | 
			
		||||
    private Map<String, Object> formVariables;
 | 
			
		||||
 | 
			
		||||
    @ApiModelProperty(value = "业务的唯一标识", example = "1", notes = "例如说,请假申请的编号")
 | 
			
		||||
    private String businessKey;
 | 
			
		||||
 | 
			
		||||
    /**
 | 
			
		||||
     * 发起流程的用户
 | 
			
		||||
     */
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user