优化营销商品新增修改逻辑 ->跟以前的单规格商品添加不兼容

This commit is contained in:
xuwenbo
2020-09-04 13:54:43 +08:00
parent 72463407b4
commit 357771f7a4
4 changed files with 16 additions and 12 deletions

View File

@ -53,13 +53,13 @@ public class ProductFormatDto {
private Double volume = 0d;
private Double weight = 0d;
@JsonProperty("pink_price")
private Double pinkPrice = 0d;
@JsonProperty("pink_stock")
private Integer pinkStock = 0;
@JsonProperty("seckill_price")
private Double seckillPrice = 0d;
@JsonProperty("seckill_stock")
private Integer seckillStock = 0;
private Map<String, String> detail;