phpcjl
2024-12-05 6d1cd76c47e92f6fbb33a1274cfec4c88e09938f
ruoyi-service/ruoyi-other/src/main/java/com/ruoyi/other/mapper/GoodsMapper.java
@@ -14,5 +14,5 @@
 * @since 2024-11-20
 */
public interface GoodsMapper extends BaseMapper<Goods> {
    List<Goods> selectListByShopId(Integer shopId, String vip);
    List<Goods> selectListByShopId(Integer shopId, Integer vip);
}