示例#1
0
 public int deleteByProductId(Long productId) {
   return goodsInfoMapper.deleteByProductId(productId);
 }