提交 2f643c63 authored 作者: huyufan's avatar huyufan

借款相关

上级 7b3ab2b1
...@@ -45,6 +45,8 @@ public class CarrierPageSettlementOwnerVO { ...@@ -45,6 +45,8 @@ public class CarrierPageSettlementOwnerVO {
@MoneyOutConvert @MoneyOutConvert
@ApiModelProperty(value = "结算金额") @ApiModelProperty(value = "结算金额")
private BigDecimal settlementFreight; private BigDecimal settlementFreight;
@ApiModelProperty(value = "借款金额")
private BigDecimal loanFreight;
@MoneyOutConvert @MoneyOutConvert
@ApiModelProperty(value = "开票金额") @ApiModelProperty(value = "开票金额")
private BigDecimal invoiceFreight; private BigDecimal invoiceFreight;
......
...@@ -69,6 +69,10 @@ public class PageOwnerSettlementOwnerDetailVO { ...@@ -69,6 +69,10 @@ public class PageOwnerSettlementOwnerDetailVO {
@ApiModelProperty(value="结算金额",example = "1.2") @ApiModelProperty(value="结算金额",example = "1.2")
private BigDecimal settlementFreight; private BigDecimal settlementFreight;
@MoneyOutConvert
@ApiModelProperty(value="借款抵扣金额",example = "1.2")
private BigDecimal loanFreight;
@MoneyOutConvert @MoneyOutConvert
@ApiModelProperty(value="开票金额",example = "2.1") @ApiModelProperty(value="开票金额",example = "2.1")
private BigDecimal invoiceFreight; private BigDecimal invoiceFreight;
......
...@@ -40,8 +40,6 @@ public class CarrierSettlementOwnerController { ...@@ -40,8 +40,6 @@ public class CarrierSettlementOwnerController {
return Result.ok(settlementOwnerService.getCarrierSettlementOwnerDetail(id)); return Result.ok(settlementOwnerService.getCarrierSettlementOwnerDetail(id));
} }
@ApiOperation(value = "承运端-结算单列表(货主)",notes = "<br>By:刘海泉") @ApiOperation(value = "承运端-结算单列表(货主)",notes = "<br>By:刘海泉")
@PostMapping("/pageCarrierSettlementOwner") @PostMapping("/pageCarrierSettlementOwner")
@UnitCovert(param = false) @UnitCovert(param = false)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论