Commit b9cc7c93 authored by tangwei's avatar tangwei

修工作流参数

parent 02917ef1
...@@ -10,6 +10,6 @@ import lombok.Data; ...@@ -10,6 +10,6 @@ import lombok.Data;
@Data @Data
public class ProcessDto { public class ProcessDto {
private String businessKey;//业务id private String businessKey;//业务id
private String processDefinitionKey;//工作流key private String processDefinitionKey="hygf_bwys";//工作流key
private String completeFirstTask;//是否执行第一个节点 false true private boolean completeFirstTask=true;//是否执行第一个节点 false true
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment