| | |
| | | import com.java110.dto.PageDto; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | private String targetEndTime; |
| | | |
| | | private double[] report; |
| | | private BigDecimal[] report; |
| | | |
| | | private int[] yearArr; |
| | | |
| | | private int[] yearArr2; |
| | | |
| | | private List repostList; |
| | | |
| | | private int length; |
| | | private int reportLength; |
| | | |
| | | public int getLength() { |
| | | return length; |
| | | |
| | | public int getReportLength() { |
| | | return reportLength; |
| | | } |
| | | |
| | | public void setLength(int length) { |
| | | this.length = length; |
| | | public void setReportLength(int reportLength) { |
| | | this.reportLength = reportLength; |
| | | } |
| | | |
| | | public String getAmount() { |
| | |
| | | this.secondaryFeeTypeCdName = secondaryFeeTypeCdName; |
| | | } |
| | | |
| | | public BigDecimal[] getReport() { |
| | | return report; |
| | | } |
| | | |
| | | public void setReport(BigDecimal[] report) { |
| | | this.report = report; |
| | | } |
| | | |
| | | public String getCommunityId() { |
| | | return communityId; |
| | |
| | | this.contractFee = contractFee; |
| | | } |
| | | |
| | | public double[] getReport() { |
| | | return report; |
| | | } |
| | | |
| | | public void setReport(double[] report) { |
| | | this.report = report; |
| | | } |
| | | |
| | | public int[] getYearArr() { |
| | | return yearArr; |
| | |
| | | this.yearArr = yearArr; |
| | | } |
| | | |
| | | public int[] getYearArr2() { |
| | | return yearArr2; |
| | | } |
| | | |
| | | public void setYearArr2(int[] yearArr2) { |
| | | this.yearArr2 = yearArr2; |
| | | } |
| | | |
| | | public List getRepostList() { |
| | | return repostList; |
| | | } |