分享添加发起部门
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -36,4 +36,6 @@ public class MessageFlowableQueryForCC implements Query {
|
||||
/* private String moduleAction;
|
||||
private String moduleAction2;
|
||||
private String moduleSid;*/
|
||||
@ApiModelProperty("当前所登账号的所在组织机构全路径")
|
||||
private String orgPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user