| | |
| | | @ApiModelProperty(value = "所有家庭人员应安置面积(m²)") |
| | | private BigDecimal resettledArea; |
| | | |
| | | @ExcelProperty(value = {"补偿单价标准", "新建商品房、商业用房、停车位"}, index = 7, converter = BigDecimalConverter.class) |
| | | @ExcelProperty(value = {"补偿单价标准", "新建商品房、商业用房、停车位"}, index = 7, converter = StringConverter.class) |
| | | @ApiModelProperty(value = "补偿单价标准-新建商品房、商业用房、停车位") |
| | | private BigDecimal priceNewAmount; |
| | | private String priceNewAmount; |
| | | |
| | | @ExcelProperty(value = {"补偿单价标准", "二手住房"}, index = 8, converter = BigDecimalConverter.class) |
| | | @ExcelProperty(value = {"补偿单价标准", "二手住房"}, index = 8, converter = StringConverter.class) |
| | | @ApiModelProperty(value = "补偿单价标准-二手住房") |
| | | private BigDecimal priceOldAmount; |
| | | private String priceOldAmount; |
| | | |
| | | @ExcelProperty(value = "补偿总价(万元)", index = 9, converter = BigDecimalConverter.class) |
| | | @ApiModelProperty(value = "补偿总价(万元)") |
| | |
| | | exampleData.setIdCard("123456789012345678"); |
| | | exampleData.setResettledNum(3); |
| | | exampleData.setResettledArea(new BigDecimal("120.5")); |
| | | exampleData.setPriceNewAmount(new BigDecimal("20000")); |
| | | exampleData.setPriceOldAmount(new BigDecimal("15000")); |
| | | exampleData.setPriceNewAmount("20000"); |
| | | exampleData.setPriceOldAmount("15000"); |
| | | exampleData.setCompensationAmount(new BigDecimal("330.75")); |
| | | exampleData.setDownPaymentAmount(new BigDecimal("82.6875")); |
| | | exampleData.setQuarterPayAmount(new BigDecimal("25")); |