Commit 9fd76c14 authored by hezhen's avatar hezhen

修改会员等级

parent febc0310
......@@ -76,6 +76,11 @@ public class BaseUserMemberLevel implements Serializable {
private BigDecimal shareAmount;
@Column(name = "is_share")
@ApiModelProperty(value = "是否分红:0-否;1-是")
private Integer isShare;
@Column(name = "is_show")
@ApiModelProperty(value = "是否显示:0-不显示;1-显示")
private Integer isShow;
......
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