| | |
| | | |
| | | private BigDecimal allProfitAndLose; |
| | | |
| | | private String allProfitAndLoseStr; |
| | | |
| | | private BigDecimal orderTotalPrice; |
| | | |
| | | public BigDecimal getOrderTotalPrice() { |
| | | return orderTotalPrice; |
| | | } |
| | | |
| | | public void setOrderTotalPrice(BigDecimal orderTotalPrice) { |
| | | this.orderTotalPrice = orderTotalPrice; |
| | | } |
| | | |
| | | public void setNowPrice(String nowPrice) { |
| | | this.nowPrice = nowPrice; |
| | |
| | | return this.allProfitAndLose; |
| | | } |
| | | |
| | | public String getAllProfitAndLoseStr() { |
| | | return allProfitAndLoseStr; |
| | | } |
| | | |
| | | public void setAllProfitAndLoseStr(String allProfitAndLoseStr) { |
| | | this.allProfitAndLoseStr = allProfitAndLoseStr; |
| | | } |
| | | } |
| | | |