提交 f54feee1 authored 作者: liuhaiquan's avatar liuhaiquan

货主借款记录增加借款方和借出方的银行账户快照信息

上级 ba47ba57
......@@ -68,6 +68,11 @@ public class OwnerLoanRecord implements HasKey<Integer> {
@ApiModelProperty("借款剩余金额")
private BigDecimal loanResidueBalance;
@TableField("borrower_id")
@ApiModelProperty("借出方Id")
private Integer borrowerId;
@TableField("borrower")
@ApiModelProperty("借出方")
private String borrower;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论