瀏覽代碼

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

肖玮 5 年之前
父節點
當前提交
748fece20a
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      mec-education/src/main/java/com/ym/mec/education/resp/MessageResp.java

+ 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")