puzhibing
2024-12-26 e93aad02d2dd2a6e624e81ea0adb3611a8fc43e5
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/VipGoodMapper.java
@@ -13,4 +13,9 @@
 */
public interface VipGoodMapper extends BaseMapper<VipGood> {
    /**
     * 查询指定商品的指定会员价格
     */
    VipGood selectVipGood(Long goodsId, Integer vipId);
}