| | |
| | | @ApiModelProperty(value = "卡项业绩") |
| | | private BigDecimal cardAchieve; |
| | | |
| | | @ApiModelProperty(value = "储值卡本金扣款") |
| | | private BigDecimal cardAmount; |
| | | |
| | | @ApiModelProperty(value = "储值卡增金扣款") |
| | | private BigDecimal cardFreeAmount; |
| | | |
| | | @ApiModelProperty(value = "退款") |
| | | private BigDecimal refund; |
| | | |
| | |
| | | public void setTimeLength(BigDecimal timeLength) { |
| | | this.timeLength = timeLength; |
| | | } |
| | | |
| | | public BigDecimal getCardAmount() { |
| | | return cardAmount; |
| | | } |
| | | |
| | | public void setCardAmount(BigDecimal cardAmount) { |
| | | this.cardAmount = cardAmount; |
| | | } |
| | | |
| | | public BigDecimal getCardFreeAmount() { |
| | | return cardFreeAmount; |
| | | } |
| | | |
| | | public void setCardFreeAmount(BigDecimal cardFreeAmount) { |
| | | this.cardFreeAmount = cardFreeAmount; |
| | | } |
| | | } |