| | |
| | | private BigDecimal compensationNewAmount; |
| | | |
| | | @ApiModelProperty(value = "补偿金额(万元)-二手住房") |
| | | @ExcelProperty(value = {"补偿金额(万元)","二手住房"}, index = 15, converter = BigDecimalConverter.class) |
| | | private BigDecimal compensationOldAmount; |
| | | @ExcelProperty(value = {"补偿金额(万元)","二手住房"}, index = 15, converter = StringConverter.class) |
| | | private String compensationOldAmount; |
| | | |
| | | @ApiModelProperty(value = "补偿金额(合计)") |
| | | @ExcelProperty(value = {"补偿金额(万元)","合计"}, index = 16, converter = BigDecimalConverter.class) |
| | | private BigDecimal compensationSum; |
| | | @ExcelProperty(value = {"补偿金额(万元)","合计"}, index = 16, converter = StringConverter.class) |
| | | private String compensationSum; |
| | | |
| | | @ApiModelProperty(value = "25%首付款(万元)") |
| | | @ExcelProperty(value = "25%首付款(万元)", index = 17, converter = BigDecimalConverter.class) |
| | |
| | | exampleData.setWaitFamilyNames("示例外家庭成员"); |
| | | exampleData.setWaitFamilyArea(new BigDecimal("100.50")); |
| | | exampleData.setCompensationNewAmount(new BigDecimal("500.00")); |
| | | exampleData.setCompensationOldAmount(new BigDecimal("300.00")); |
| | | exampleData.setCompensationSum(new BigDecimal("800.00")); |
| | | exampleData.setCompensationOldAmount("300.00"); |
| | | exampleData.setCompensationSum("800.00"); |
| | | exampleData.setDownPaymentAmount(new BigDecimal("200.00")); |
| | | exampleData.setQuarterPayAmount(new BigDecimal("50.00")); |
| | | exampleData.setSubsidyAmount(new BigDecimal("100.00")); |