| | |
| | | */ |
| | | public class ShopSku extends EntityDTO{ |
| | | @Extend |
| | | private static final long serialVersionUID = 1L; |
| | | private static final long serialVersionUID = 1L; |
| | | |
| | | |
| | | /** |
| | |
| | | private BigDecimal invitationPrice; |
| | | |
| | | /** |
| | | * 积分 |
| | | * 消费可得积分 |
| | | */ |
| | | private Integer score; |
| | | |
| | | /** |
| | | * 积分兑换价格 |
| | | */ |
| | | private Integer scorePrice; |
| | | |
| | | |
| | | |
| | | /** |
| | | * 排序 |
| | |
| | | this.goodsName = goodsName; |
| | | } |
| | | |
| | | public Integer getScorePrice() { |
| | | return scorePrice; |
| | | } |
| | | |
| | | public void setScorePrice(Integer scorePrice) { |
| | | this.scorePrice = scorePrice; |
| | | } |
| | | |
| | | @Override |
| | | public boolean equals(Object obj) { |
| | | //这里以name为判定标准。 |