|
|
@ -22,9 +22,6 @@ public class ModelModpriceModelVo implements Vo { |
|
|
|
private String configName; // 常用配置名称
|
|
|
|
@ApiModelProperty("成本价") |
|
|
|
private String costPrice; // 成本价
|
|
|
|
@ApiModelProperty("现全款销售指导价") |
|
|
|
@JsonProperty("fullGuidancePrice") |
|
|
|
private String guidedPrice; // 现销售指导价
|
|
|
|
@ApiModelProperty("价格增减数额") |
|
|
|
@JsonProperty("adjustPrice") |
|
|
|
private String incOrDecInPrice; // 价格增减数额
|
|
|
@ -33,10 +30,14 @@ public class ModelModpriceModelVo implements Vo { |
|
|
|
|
|
|
|
@ApiModelProperty("车型页面信息") |
|
|
|
private ModelVehicleVersionVo carDetailPage; |
|
|
|
|
|
|
|
@ApiModelProperty("现贷款销售指导价") |
|
|
|
@JsonProperty("loanGuidancePrice") |
|
|
|
private String manufactorSettlementPrice; // 现贷款销售指导价
|
|
|
|
|
|
|
|
|
|
|
|
@ApiModelProperty("现全款销售指导价") |
|
|
|
private String guidedPrice; // 现全款销售指导价
|
|
|
|
@ApiModelProperty("调整后全款销售指导价") |
|
|
|
private String tzhGuidedPrice; // 调整后全款销售指导价
|
|
|
|
@ApiModelProperty("调整后贷款销售指导价") |
|
|
|
private String tzhManufactorSettlementPrice; // 调整后贷款销售指导价
|
|
|
|
|
|
|
|
} |
|
|
|