|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 用户ID | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | private String  cartUserId; | 
|---|
|  |  |  | private Long  cartUserId; | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Extend | 
|---|
|  |  |  | private BigDecimal price; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 积分兑换所需支付金额 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Extend | 
|---|
|  |  |  | private BigDecimal scorePrice; | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 积分兑换所需支付积分 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | @Extend | 
|---|
|  |  |  | private Integer scoreCount; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 产品手机端封面地址 | 
|---|
|  |  |  | 
|---|
|  |  |  | this.increaseAndDecrease = increaseAndDecrease; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public BigDecimal getScorePrice() { | 
|---|
|  |  |  | return scorePrice; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setScorePrice(BigDecimal scorePrice) { | 
|---|
|  |  |  | this.scorePrice = scorePrice; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getScoreCount() { | 
|---|
|  |  |  | return scoreCount; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setScoreCount(Integer scoreCount) { | 
|---|
|  |  |  | this.scoreCount = scoreCount; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public Integer getModifyCartNumber() { | 
|---|
|  |  |  | return modifyCartNumber; | 
|---|
|  |  |  | } | 
|---|
|  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public String getCartUserId() { | 
|---|
|  |  |  | public Long getCartUserId() { | 
|---|
|  |  |  | return cartUserId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public void setCartUserId(String cartUserId) { | 
|---|
|  |  |  | public void setCartUserId(Long cartUserId) { | 
|---|
|  |  |  | this.cartUserId=cartUserId; | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|