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

Commit 598c0029 authored by zhengfuxin's avatar zhengfuxin

Merge branch 'dev_goblin' into pre

parents fc74ecc7 33504f4d
...@@ -26,6 +26,8 @@ public class GoblinGoodsInfoListVo implements Serializable, Cloneable { ...@@ -26,6 +26,8 @@ public class GoblinGoodsInfoListVo implements Serializable, Cloneable {
private BigDecimal sellPrice; private BigDecimal sellPrice;
@ApiModelProperty(position = 52, value = "商品标签列表") @ApiModelProperty(position = 52, value = "商品标签列表")
private List<GoblinGoodsTagVo> tagVoList; private List<GoblinGoodsTagVo> tagVoList;
@ApiModelProperty(position = 54, value = "音乐人、艺术家、IP列表")
private List<GoblinGoodsExtagVo> extagVoList;
private static final GoblinGoodsInfoListVo obj = new GoblinGoodsInfoListVo(); private static final GoblinGoodsInfoListVo obj = new GoblinGoodsInfoListVo();
public static GoblinGoodsInfoListVo getNew() { public static GoblinGoodsInfoListVo getNew() {
......
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