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

Commit 33504f4d authored by zhengfuxin's avatar zhengfuxin

给前端,增加返回字段。

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