|
|
@ -75,8 +75,14 @@ public class PurchaseBillAmountDetailsVo implements Vo { |
|
|
|
private String otherShareTypeKey; // 其他费用分摊方式Key
|
|
|
|
@ApiModelProperty("其他费用分摊方式Value") |
|
|
|
private String otherShareTypeValue; // 其他费用分摊方式Value
|
|
|
|
@ApiModelProperty("结算账户") |
|
|
|
private String settleAccount; // 结算账户
|
|
|
|
@ApiModelProperty("结算账户key") |
|
|
|
private String settleAccountKey; |
|
|
|
@ApiModelProperty("结算账户value") |
|
|
|
private String settleAccountValue; |
|
|
|
@ApiModelProperty("币种") |
|
|
|
private String currencyKey; |
|
|
|
@ApiModelProperty("币种") |
|
|
|
private String currencyValue; |
|
|
|
@ApiModelProperty("预付金额") |
|
|
|
private BigDecimal prepayment; // 预付金额
|
|
|
|
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "GMT+8") |
|
|
@ -89,7 +95,4 @@ public class PurchaseBillAmountDetailsVo implements Vo { |
|
|
|
private String bankAccountName; // 收款账户
|
|
|
|
@ApiModelProperty("收款银行账号") |
|
|
|
private String bankAccount; // 收款银行账号
|
|
|
|
@ApiModelProperty("币种") |
|
|
|
private String currency; // 币种
|
|
|
|
|
|
|
|
} |