记得上下班打卡 | git大法好,push需谨慎

Commit c088dd00 authored by 胡佳晨's avatar 胡佳晨

准备处理库存

parent ef975e2b
...@@ -18,6 +18,10 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable { ...@@ -18,6 +18,10 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable {
private static final long serialVersionUID = -5926827517337445529L; private static final long serialVersionUID = -5926827517337445529L;
@ApiModelProperty(position = 10, value = "店铺ID[64]") @ApiModelProperty(position = 10, value = "店铺ID[64]")
private String storeId; private String storeId;
@ApiModelProperty(position = 10, value = "店铺ID[64]")
private String skuPic;
@ApiModelProperty(position = 10, value = "店铺ID[64]")
private BigDecimal price;
@ApiModelProperty(position = 11, value = "商品ID[64]") @ApiModelProperty(position = 11, value = "商品ID[64]")
private String spuId; private String spuId;
@ApiModelProperty(position = 12, value = "商品编码[45]") @ApiModelProperty(position = 12, value = "商品编码[45]")
...@@ -87,6 +91,8 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable { ...@@ -87,6 +91,8 @@ public class GoblinStoreMgtGoodsSkuListVo implements Serializable, Cloneable {
this.setSkuCanbuy(source.getSkuCanbuy()); this.setSkuCanbuy(source.getSkuCanbuy());
this.setSoldoutStatus(source.getSoldoutStatus()); this.setSoldoutStatus(source.getSoldoutStatus());
this.setHitRatio(source.getHitRatio()); this.setHitRatio(source.getHitRatio());
this.setSkuPic(source.getSkuPic());
this.setPrice(source.getPrice());
return this; return this;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment