Commit feddcdad by 田超

Merge branch 'feature/1003095' into 'master'

feat: [1003116] 权益配置中社群支持直接选择出版社对应编辑端的群分类

See merge request rays/pcloud-book!789
parents c0265a68 fe9aa3f1
package com.pcloud.book.skill.facade.response;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.math.BigDecimal;
import lombok.Data;
@Data
public class ListGroupActivityResponseVO implements Serializable {
@ApiModelProperty("主键")
private Integer id;
@ApiModelProperty("群分类ID")
private Long classifyId;
@ApiModelProperty("群分类名称")
private String classifyName;
@ApiModelProperty("群分类介绍")
private String classifyIntroduce;
@ApiModelProperty("群id")
private Long bookGroupId;
@ApiModelProperty("销售价")
private BigDecimal price;
@ApiModelProperty("群个数")
private Integer groupCount;
@ApiModelProperty("群分类链接【短链接】")
private String groupClassifyUrl;
@ApiModelProperty("共读群分类名称")
private String name;
@ApiModelProperty("共读群分类描述")
private String description;
@ApiModelProperty("共读群分类描述")
private String cutDescription;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment