// 列表
 public String list() {
   pager = goodsTypeService.findPager(pager);
   return LIST;
 }