| | |
| | | private String bindId; |
| | | |
| | | |
| | | private Integer abnormalStatus; |
| | | |
| | | private Integer responsibilityType; |
| | | |
| | | private BigDecimal responsibilityMoney; |
| | | |
| | | private String abnormalRemark; |
| | | |
| | | |
| | | private Integer promotionDriverId; |
| | | |
| | | |
| | | private BigDecimal promotionMoney; |
| | | |
| | | public BigDecimal getPromotionMoney() { |
| | | return promotionMoney; |
| | | } |
| | | |
| | | public void setPromotionMoney(BigDecimal promotionMoney) { |
| | | this.promotionMoney = promotionMoney; |
| | | } |
| | | |
| | | public Integer getPromotionDriverId() { |
| | | return promotionDriverId; |
| | | } |
| | | |
| | | public void setPromotionDriverId(Integer promotionDriverId) { |
| | | this.promotionDriverId = promotionDriverId; |
| | | } |
| | | |
| | | public Integer getAbnormalStatus() { |
| | | return abnormalStatus; |
| | | } |
| | | |
| | | public void setAbnormalStatus(Integer abnormalStatus) { |
| | | this.abnormalStatus = abnormalStatus; |
| | | } |
| | | |
| | | public Integer getResponsibilityType() { |
| | | return responsibilityType; |
| | | } |
| | | |
| | | public void setResponsibilityType(Integer responsibilityType) { |
| | | this.responsibilityType = responsibilityType; |
| | | } |
| | | |
| | | public BigDecimal getResponsibilityMoney() { |
| | | return responsibilityMoney; |
| | | } |
| | | |
| | | public void setResponsibilityMoney(BigDecimal responsibilityMoney) { |
| | | this.responsibilityMoney = responsibilityMoney; |
| | | } |
| | | |
| | | public String getAbnormalRemark() { |
| | | return abnormalRemark; |
| | | } |
| | | |
| | | public void setAbnormalRemark(String abnormalRemark) { |
| | | this.abnormalRemark = abnormalRemark; |
| | | } |
| | | |
| | | public Integer getId() { |
| | | return id; |
| | | } |