| | |
| | | |
| | | private Long companyId; |
| | | |
| | | private Long scoreCategoryId; |
| | | |
| | | private Integer ableSales; |
| | | |
| | | private Integer ableScorePay; |
| | | |
| | | |
| | | public Long getScoreCategoryId() { |
| | | return scoreCategoryId; |
| | | } |
| | | |
| | | public void setScoreCategoryId(Long scoreCategoryId) { |
| | | this.scoreCategoryId = scoreCategoryId; |
| | | } |
| | | |
| | | public Integer getAbleSales() { |
| | | return ableSales; |
| | | } |
| | | |
| | | public void setAbleSales(Integer ableSales) { |
| | | this.ableSales = ableSales; |
| | | } |
| | | |
| | | public Integer getAbleScorePay() { |
| | | return ableScorePay; |
| | | } |
| | | |
| | | public void setAbleScorePay(Integer ableScorePay) { |
| | | this.ableScorePay = ableScorePay; |
| | | } |
| | | |
| | | public Long getCompanyId() { |
| | | return companyId; |