| | |
| | | /** |
| | | * 有效天数 |
| | | */ |
| | | private Integer effective; |
| | | // private Integer effective; |
| | | /** |
| | | * 1=平台 2=分公司 3=加盟商 |
| | | */ |
| | |
| | | this.endMoney = endMoney; |
| | | } |
| | | |
| | | public Integer getEffective() { |
| | | return effective; |
| | | } |
| | | |
| | | public void setEffective(Integer effective) { |
| | | this.effective = effective; |
| | | } |
| | | // public Integer getEffective() { |
| | | // return effective; |
| | | // } |
| | | // |
| | | // public void setEffective(Integer effective) { |
| | | // this.effective = effective; |
| | | // } |
| | | |
| | | public Integer getCompanyType() { |
| | | return companyType; |
| | |
| | | ", laveMoney=" + laveMoney + |
| | | ", startMoney=" + startMoney + |
| | | ", endMoney=" + endMoney + |
| | | ", effective=" + effective + |
| | | // ", effective=" + effective + |
| | | ", companyType=" + companyType + |
| | | "}"; |
| | | } |