Pu Zhibing
2024-11-27 64a71565792d4f2e9fd31eab6e98e972c12daa86
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);
}