浏览代码

增加appid返回

hym 4 年之前
父节点
当前提交
1c6aa2f120
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      common/src/main/java/com/huaxu/entity/Message.java

+ 1 - 0
common/src/main/java/com/huaxu/entity/Message.java

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