|
@@ -39,6 +39,9 @@ public class ActiveSettingDto {
|
|
|
@ApiModelProperty("排行显示总数")
|
|
@ApiModelProperty("排行显示总数")
|
|
|
private Long rankTotal;
|
|
private Long rankTotal;
|
|
|
|
|
|
|
|
|
|
+ @ApiModelProperty("我的作品图片")
|
|
|
|
|
+ private String myProductImage;
|
|
|
|
|
+
|
|
|
@ApiModelProperty("助力说明")
|
|
@ApiModelProperty("助力说明")
|
|
|
private List<String> helpExplainList;
|
|
private List<String> helpExplainList;
|
|
|
}
|
|
}
|