@Override
 public int delete(ProductType productType) {
   return productTypeMapper.deleteByPrimaryKey(productType.getId());
 }