Exemplo n.º 1
0
 /** 用户首页商品列表 */
 public String getGoodsList() {
   // 调用方法获取商品集合
   list = goodsService.getAllGoods();
   return SUCCESS;
 }