shopUser 增加 是否是分销员的标识
This commit is contained in:
parent
9b4354ae70
commit
d5daa207ad
|
|
@ -156,6 +156,8 @@ public class ShopUser implements Serializable {
|
|||
private BigDecimal oneIncome;
|
||||
//邀请人上级累计收益/二级分润
|
||||
private BigDecimal twoIncome;
|
||||
// 是否分销员
|
||||
private Integer isDistribution;
|
||||
|
||||
@Column(ignore = true)
|
||||
private String memberName;
|
||||
|
|
|
|||
Loading…
Reference in New Issue