@@ -115,4 +115,5 @@ public class Message implements Serializable {
private String path;
@ApiModelProperty(value = "消息类型id")
private Integer typeId;
+ private Integer appId;
}