KKSU
2024-02-01 dc67dd90c6840d0770cb5bcd3cf62c58f9e0bd14
src/main/java/cc/mrbird/febs/mall/mapper/CouponGoodsMapper.java
@@ -13,4 +13,6 @@
    List<Long> selectByCouponId(Long id);
    List<CouponGoods> selectByGoodIdAndCouponId(@Param("goodsId")Long goodsId, @Param("couponId")Long couponId);
    List<Long> selectByGoodIdList(@Param("list")List<Long> goodsIdList);
}