| | |
| | | public void setRefundCardPay(String refundCardPay) { |
| | | this.refundCardPay = refundCardPay; |
| | | } |
| | | |
| | | public String getProductAchieve() { |
| | | return productAchieve; |
| | | } |
| | | |
| | | public void setProductAchieve(String productAchieve) { |
| | | this.productAchieve = productAchieve; |
| | | } |
| | | |
| | | public String getCardAchieve() { |
| | | return cardAchieve; |
| | | } |
| | | |
| | | public void setCardAchieve(String cardAchieve) { |
| | | this.cardAchieve = cardAchieve; |
| | | } |
| | | |
| | | public String getRefund() { |
| | | return refund; |
| | | } |
| | | |
| | | public void setRefund(String refund) { |
| | | this.refund = refund; |
| | | } |
| | | |
| | | public String getPerCustomCnt() { |
| | | return perCustomCnt; |
| | | } |
| | | |
| | | public void setPerCustomCnt(String perCustomCnt) { |
| | | this.perCustomCnt = perCustomCnt; |
| | | } |
| | | |
| | | public String getCustomGoodsCnt() { |
| | | return customGoodsCnt; |
| | | } |
| | | |
| | | public void setCustomGoodsCnt(String customGoodsCnt) { |
| | | this.customGoodsCnt = customGoodsCnt; |
| | | } |
| | | |
| | | public String getPerCustomPrice() { |
| | | return perCustomPrice; |
| | | } |
| | | |
| | | public void setPerCustomPrice(String perCustomPrice) { |
| | | this.perCustomPrice = perCustomPrice; |
| | | } |
| | | |
| | | public String getCost() { |
| | | return cost; |
| | | } |
| | | |
| | | public void setCost(String cost) { |
| | | this.cost = cost; |
| | | } |
| | | |
| | | public String getGrossProfit() { |
| | | return grossProfit; |
| | | } |
| | | |
| | | public void setGrossProfit(String grossProfit) { |
| | | this.grossProfit = grossProfit; |
| | | } |
| | | |
| | | public String getGrossProfitRate() { |
| | | return grossProfitRate; |
| | | } |
| | | |
| | | public void setGrossProfitRate(String grossProfitRate) { |
| | | this.grossProfitRate = grossProfitRate; |
| | | } |
| | | |
| | | public String getPeopleCnt() { |
| | | return peopleCnt; |
| | | } |
| | | |
| | | public void setPeopleCnt(String peopleCnt) { |
| | | this.peopleCnt = peopleCnt; |
| | | } |
| | | |
| | | public String getProjConsumeCnt() { |
| | | return projConsumeCnt; |
| | | } |
| | | |
| | | public void setProjConsumeCnt(String projConsumeCnt) { |
| | | this.projConsumeCnt = projConsumeCnt; |
| | | } |
| | | |
| | | public String getTimeLength() { |
| | | return timeLength; |
| | | } |
| | | |
| | | public void setTimeLength(String timeLength) { |
| | | this.timeLength = timeLength; |
| | | } |
| | | } |