Commit cab5802a authored by hezhuozhi's avatar hezhuozhi

修改还款问题

parent c4d2376a
...@@ -34,15 +34,15 @@ public class RepaymentExcelVO implements Serializable { ...@@ -34,15 +34,15 @@ public class RepaymentExcelVO implements Serializable {
@ApiModelProperty(value = "租金(元)") @ApiModelProperty(value = "租金(元)")
@Excel(name = "租金(元)", width = 30, orderNum = "4") @Excel(name = "租金(元)", width = 30, orderNum = "4")
private Double rent; private String rent;
@ApiModelProperty(value = "利息(元)") @ApiModelProperty(value = "利息(元)")
@Excel(name = "利息(元)", width = 30, orderNum = "5") @Excel(name = "利息(元)", width = 30, orderNum = "5")
private Double interest; private String interest;
@ApiModelProperty(value = "本金(元)") @ApiModelProperty(value = "本金(元)")
@Excel(name = "本金(元)", width = 30, orderNum = "6") @Excel(name = "本金(元)", width = 30, orderNum = "6")
private Double principal; private String principal;
@ApiModelProperty(value = "放款批次") @ApiModelProperty(value = "放款批次")
@Excel(name = "放款批次", width = 30, orderNum = "7") @Excel(name = "放款批次", width = 30, orderNum = "7")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment