Browse Source

getUserInfo返回深时下载次数

lyhzzz 2 years ago
parent
commit
fe4a909bba
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/main/java/com/fdkankan/ucenter/vo/response/UserVo.java

+ 2 - 0
src/main/java/com/fdkankan/ucenter/vo/response/UserVo.java

@@ -13,6 +13,8 @@ public class UserVo {
     private Long cameraCount;                //已绑相机
     private Long cameraCount;                //已绑相机
     private Integer downloadNum;                //已下载场景总数
     private Integer downloadNum;                //已下载场景总数
     private Integer downloadNumTotal;           //总的下载场景总数
     private Integer downloadNumTotal;           //总的下载场景总数
+    private Integer ssDownloadNum;                //深时已下载场景总数
+    private Integer ssDownloadNumTotal;           //深时总的下载场景总数
     private Long incrementBindNum;           //已绑定的会员权益数量
     private Long incrementBindNum;           //已绑定的会员权益数量
     private Long incrementNum;               //会员权益数量
     private Long incrementNum;               //会员权益数量