|
|
@ -46,11 +46,11 @@ public class ExternalPurchaseVo implements Vo { |
|
|
|
@ApiModelProperty("采购单位名称") |
|
|
|
@JsonProperty("purchasingUnit") |
|
|
|
private String purchasingUnitName; |
|
|
|
@ApiModelProperty("开户银行") |
|
|
|
@JsonProperty("bankDeposit") |
|
|
|
@ApiModelProperty("车款开户银行") |
|
|
|
@JsonProperty("carPaymentAccount") |
|
|
|
private String depositBankName; |
|
|
|
@ApiModelProperty("银行账号") |
|
|
|
@JsonProperty("invoBankNum") |
|
|
|
@ApiModelProperty("车款银行账号") |
|
|
|
@JsonProperty("carPaymentBankDeposit") |
|
|
|
private String bankAccount; |
|
|
|
@ApiModelProperty("采购价格") |
|
|
|
private String purchasePrice; |
|
|
@ -76,4 +76,23 @@ public class ExternalPurchaseVo implements Vo { |
|
|
|
private String configSid; |
|
|
|
|
|
|
|
private ExterVesionVo carDetailPage; |
|
|
|
|
|
|
|
@ApiModelProperty("车款收款账户") |
|
|
|
@JsonProperty("carPaymentBankAccount") |
|
|
|
private String accountName; |
|
|
|
@ApiModelProperty("订金开户银行") |
|
|
|
@JsonProperty("depositBankDeposit") |
|
|
|
private String modelBankName; |
|
|
|
@ApiModelProperty("订金银行账号") |
|
|
|
@JsonProperty("depositBankAccount") |
|
|
|
private String modelBankAccount; |
|
|
|
@ApiModelProperty("订金收款账户名称") |
|
|
|
@JsonProperty("depositAccount") |
|
|
|
private String modelAccountName; |
|
|
|
@ApiModelProperty("是否先付款") |
|
|
|
@JsonProperty("firstPayKey") |
|
|
|
private String isBeforePaymentKey; |
|
|
|
@ApiModelProperty("是否先付款 1是,0否") |
|
|
|
@JsonProperty("firstPay") |
|
|
|
private String isBeforePaymentValue; |
|
|
|
} |
|
|
|