|
@@ -98,7 +98,7 @@ public class OrderExcelImportLoopModel {
|
|
// 公积金赠送月数
|
|
// 公积金赠送月数
|
|
@Excel(name = "公积金赠送月数")
|
|
@Excel(name = "公积金赠送月数")
|
|
private Integer housingFundFreeMonth;
|
|
private Integer housingFundFreeMonth;
|
|
- @Excel(name = "社保赠送金额", scale = 2, roundingMode = BigDecimal.ROUND_HALF_UP)
|
|
|
|
|
|
+ @Excel(name = "公积金赠送金额", scale = 2, roundingMode = BigDecimal.ROUND_HALF_UP)
|
|
private BigDecimal housingFundFreeAmount;
|
|
private BigDecimal housingFundFreeAmount;
|
|
@Excel(name = "公积金开始月")
|
|
@Excel(name = "公积金开始月")
|
|
private Date housingFundStartMonth;
|
|
private Date housingFundStartMonth;
|