Przeglądaj źródła

增加appid返回

hym 4 lat temu
rodzic
commit
1c6aa2f120

+ 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;
 }