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

Commit 84ec3b53 authored by zhengfuxin's avatar zhengfuxin

给vo增加字段

parent cb84177c
......@@ -42,7 +42,8 @@ public class GoblinGoodsSkuShopCartInfoVo implements Serializable, Cloneable {
private String spuId;
@ApiModelProperty(position = 27, value = "商品的店铺ID,如果是平台的则为0")
private String storeId;
@ApiModelProperty(position = 20, value = "单品销售价-原价[20,2]")
private BigDecimal sellPrice;
@ApiModelProperty(position = 12, value = "true 没有库存了, false 有库存")
private boolean stockLess;
@ApiModelProperty(position = 13, value = "可以购买数量")
......
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