|
@@ -45,4 +45,10 @@ public class HomeBlocks {
|
|
@ApiModelProperty("当月技师总数")
|
|
@ApiModelProperty("当月技师总数")
|
|
private Integer jsNum;
|
|
private Integer jsNum;
|
|
|
|
|
|
|
|
+ @ApiModelProperty("昨日关注数")
|
|
|
|
+ private String followers;
|
|
|
|
+
|
|
|
|
+ @ApiModelProperty("昨日浏览量")
|
|
|
|
+ private String pageViews;
|
|
|
|
+
|
|
}
|
|
}
|