|
@ -48,7 +48,7 @@ public class MessageFlowableDto implements Dto { |
|
|
@ApiModelProperty("任务id") |
|
|
@ApiModelProperty("任务id") |
|
|
private String taskId; |
|
|
private String taskId; |
|
|
@ApiModelProperty("接收人的组织机构") |
|
|
@ApiModelProperty("接收人的组织机构") |
|
|
private List<String> orgPathList; |
|
|
private List<String> orgPathList = new ArrayList<>(); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|