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

Commit 250c7816 authored by zhengfuxin's avatar zhengfuxin

修改 限购 vo

parent 145c9fd6
...@@ -34,6 +34,8 @@ public class GoblinGoodsSkuInfoDetailVo implements Serializable, Cloneable { ...@@ -34,6 +34,8 @@ public class GoblinGoodsSkuInfoDetailVo implements Serializable, Cloneable {
private String spuId; private String spuId;
@ApiModelProperty(position = 12, value = "库存是否告警,true 告警,false没有告警") @ApiModelProperty(position = 12, value = "库存是否告警,true 告警,false没有告警")
private boolean stockLess; private boolean stockLess;
@ApiModelProperty(position = 26, value = "限量[0-无限制|X:限购数量]")
private Integer buyLimit;
private static final GoblinGoodsSkuInfoDetailVo obj = new GoblinGoodsSkuInfoDetailVo(); private static final GoblinGoodsSkuInfoDetailVo obj = new GoblinGoodsSkuInfoDetailVo();
......
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