审核消息推送的切换机构部分
This commit is contained in:
@@ -47,6 +47,8 @@ public class MessageFlowableDto implements Dto {
|
||||
|
||||
@ApiModelProperty("任务id")
|
||||
private String taskId;
|
||||
@ApiModelProperty("接收人的组织机构")
|
||||
private List<String> orgPathList;
|
||||
|
||||
|
||||
}
|
||||
|
||||
@@ -17,4 +17,6 @@ public class AppMessageListQuery implements Query {
|
||||
|
||||
@ApiModelProperty("消息类别")
|
||||
private String msgTypeSid;
|
||||
@ApiModelProperty("组织机构全路径")
|
||||
private String orgPath;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user