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

Commit 6a29283f authored by zhengfuxin's avatar zhengfuxin

给vo增加字段

parent 013f2cda
...@@ -38,6 +38,8 @@ public class GoblinGoodsSkuInfoDetailVo implements Serializable, Cloneable { ...@@ -38,6 +38,8 @@ public class GoblinGoodsSkuInfoDetailVo implements Serializable, Cloneable {
private int canBuy; private int canBuy;
@ApiModelProperty(position = 13, value = "单品的名称[100]") @ApiModelProperty(position = 13, value = "单品的名称[100]")
private String name; private String name;
@ApiModelProperty(position = 20, value = "单品销售价-原价[20,2]")
private BigDecimal sellPrice;
@ApiModelProperty(position = 26, value = "限量[0-无限制|X:限购数量]") @ApiModelProperty(position = 26, value = "限量[0-无限制|X:限购数量]")
private Integer buyLimit; private Integer buyLimit;
......
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