| | |
| | | @ApiModelProperty(value = "待安置人员应安置面积合计(m²)") |
| | | private BigDecimal waitFamilyArea; |
| | | |
| | | @ExcelProperty(value = {"补偿金额(万元)", "新建商品住房、商业用房、停车位"}, index = 12, converter = BigDecimalConverter.class) |
| | | @ExcelProperty(value = {"补偿金额(万元)", "新建商品住房、商业用房、停车位"}, index = 12, converter = StringConverter.class) |
| | | @ApiModelProperty(value = "补偿金额 - 新建商品住房、商业用房、停车位") |
| | | private BigDecimal compensationNewAmount; |
| | | private String compensationNewAmount; |
| | | |
| | | @ExcelProperty(value = {"补偿金额(万元)", "二手住房"}, index = 13, converter = BigDecimalConverter.class) |
| | | @ExcelProperty(value = {"补偿金额(万元)", "二手住房"}, index = 13, converter = StringConverter.class) |
| | | @ApiModelProperty(value = "补偿金额 - 二手住房") |
| | | private BigDecimal compensationOldAmount; |
| | | private String compensationOldAmount; |
| | | |
| | | @ExcelProperty(value = {"补偿金额(万元)", "合计"}, index = 14, converter = BigDecimalConverter.class) |
| | | @ApiModelProperty(value = "补偿金额(合计)") |
| | |
| | | exampleData.setCurrentCount(3); |
| | | exampleData.setWaitFamilyNames("李四,王五"); |
| | | exampleData.setWaitFamilyArea(new BigDecimal("100.00")); |
| | | exampleData.setCompensationNewAmount(new BigDecimal("200.00")); |
| | | exampleData.setCompensationOldAmount(new BigDecimal("150.00")); |
| | | exampleData.setCompensationNewAmount("200"); |
| | | exampleData.setCompensationOldAmount("250"); |
| | | exampleData.setCompensationSum(new BigDecimal("350.00")); |
| | | exampleData.setDownPaymentAmount(new BigDecimal("87.50")); |
| | | exampleData.setQuarterPayAmount(new BigDecimal("25.00")); |