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

Commit 4b557a6d authored by 胡佳晨's avatar 胡佳晨

提交 参加的商铺列表

parent b9878e61
...@@ -11,6 +11,8 @@ public class GoblinZhengzaiStoreListVo implements Cloneable { ...@@ -11,6 +11,8 @@ public class GoblinZhengzaiStoreListVo implements Cloneable {
String storeId; String storeId;
@ApiModelProperty(value = "商铺名称") @ApiModelProperty(value = "商铺名称")
String storeName; String storeName;
@ApiModelProperty(value = "显示时间")
String showTime;
@ApiModelProperty(value = "商铺商品数量") @ApiModelProperty(value = "商铺商品数量")
Integer spuCount; Integer spuCount;
@ApiModelProperty(value = "商铺款式数量") @ApiModelProperty(value = "商铺款式数量")
......
...@@ -180,6 +180,7 @@ public class GoblinZhengzaiMarketServiceImpl implements IGoblinZhengzaiMarketSer ...@@ -180,6 +180,7 @@ public class GoblinZhengzaiMarketServiceImpl implements IGoblinZhengzaiMarketSer
GoblinZhengzaiStoreListVo vo = GoblinZhengzaiStoreListVo.getNew(); GoblinZhengzaiStoreListVo vo = GoblinZhengzaiStoreListVo.getNew();
vo.setStoreId(item.getStoreId()); vo.setStoreId(item.getStoreId());
vo.setStoreName(item.getStoreName()); vo.setStoreName(item.getStoreName());
vo.setShowTime(item.getShowTime());
vo.setSpuCount(item.getSpuCount()); vo.setSpuCount(item.getSpuCount());
vo.setSkuCount(item.getSkuCount()); vo.setSkuCount(item.getSkuCount());
voList.add(vo); voList.add(vo);
......
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