分享添加发起部门

This commit is contained in:
2023-03-13 09:43:39 +08:00
parent 0e90679f7d
commit b55cbb0e55
3 changed files with 24 additions and 0 deletions

View File

@@ -52,6 +52,10 @@ public class MessageFlowableDto implements Dto {
private String taskId;
@ApiModelProperty("接收人的组织机构")
private List<String> orgPathList = new ArrayList<>();
@ApiModelProperty("发送人的组织机构全路径")
private String orgPath;
private String userSid;
}

View File

@@ -36,4 +36,6 @@ public class MessageFlowableQueryForCC implements Query {
/* private String moduleAction;
private String moduleAction2;
private String moduleSid;*/
@ApiModelProperty("当前所登账号的所在组织机构全路径")
private String orgPath;
}