Beispiel #1
0
 /**
  * 查看商品详细信息
  *
  * @return
  */
 public String getGoodsInfo() {
   goods = goodsService.getGoodsById(id);
   return SUCCESS;
 }