|  |  |  | 
|---|
|  |  |  | * 价格 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal price; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | *推广提成 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal sealesPrice; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | *邀请提成 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private BigDecimal invitationPrice; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 积分 | 
|---|
|  |  |  | 
|---|
|  |  |  | @Extend | 
|---|
|  |  |  | private String goodsName; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public BigDecimal getSealesPrice() { | 
|---|
|  |  |  | return sealesPrice; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setSealesPrice(BigDecimal sealesPrice) { | 
|---|
|  |  |  | this.sealesPrice = sealesPrice; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public BigDecimal getInvitationPrice() { | 
|---|
|  |  |  | return invitationPrice; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setInvitationPrice(BigDecimal invitationPrice) { | 
|---|
|  |  |  | this.invitationPrice = invitationPrice; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Long getCompanyId() { | 
|---|
|  |  |  | return companyId; | 
|---|
|  |  |  | } | 
|---|