Sfoglia il codice sorgente

根据当前登录人获取个人信息添加总数量

肖玮 5 anni fa
parent
commit
748fece20a

+ 2 - 0
mec-education/src/main/java/com/ym/mec/education/resp/MessageResp.java

@@ -23,6 +23,8 @@ public class MessageResp implements Serializable {
     private Integer attendanceCount;
     @ApiModelProperty(value = "其他类型消息数量")
     private Integer otherStatusCount;
+    @ApiModelProperty(value = "首页总消息数量")
+    private Integer totalCount;
     @ApiModelProperty(value = "当前登录人姓名")
     private String userName;
     @ApiModelProperty(value = "当前登录人id")