Commit 61614a8d authored by 周健威's avatar 周健威

Merge remote-tracking branch 'origin/master'

parents cbd851a0 59656693
...@@ -79,6 +79,11 @@ public class BaseUserMemberLevel implements Serializable { ...@@ -79,6 +79,11 @@ public class BaseUserMemberLevel implements Serializable {
@ApiModelProperty(value = "赠送免费天数") @ApiModelProperty(value = "赠送免费天数")
private Integer number; private Integer number;
//免费天数价值
@Column(name = "days_price")
@ApiModelProperty(value = "免费天数价值")
private BigDecimal daysPrice;
@Column(name = "big_icon") @Column(name = "big_icon")
@ApiModelProperty(value = "大图标") @ApiModelProperty(value = "大图标")
private String bigIcon; private String bigIcon;
......
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