移动端分享

This commit is contained in:
2023-03-07 15:58:39 +08:00
parent b41df59944
commit 0e90679f7d
2 changed files with 5 additions and 0 deletions

View File

@@ -28,6 +28,9 @@ public class MessageJsonDto implements Dto {
@ApiModelProperty("流程定义id")
private String deployId;
@ApiModelProperty("流程定义id")
private String procDefId;
@ApiModelProperty("app中特殊参数")
private Map<String, Object> appMap = new HashMap<>();