// 删除
 public String delete() {
   goodsTypeService.delete(ids);
   return ajax(Status.success, "删除成功!");
 }