|
@@ -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; //会员权益数量
|
|
|
|
|