审核消息推送的切换机构部分

This commit is contained in:
2022-10-25 15:28:43 +08:00
parent a17ecc0094
commit bc86d0fa4b
4 changed files with 17 additions and 2 deletions

View File

@@ -47,6 +47,8 @@ public class MessageFlowableDto implements Dto {
@ApiModelProperty("任务id")
private String taskId;
@ApiModelProperty("接收人的组织机构")
private List<String> orgPathList;
}

View File

@@ -17,4 +17,6 @@ public class AppMessageListQuery implements Query {
@ApiModelProperty("消息类别")
private String msgTypeSid;
@ApiModelProperty("组织机构全路径")
private String orgPath;
}