Commit c8e5a97a authored by hezhen's avatar hezhen

Merge branch 'master_position' into dev

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