phpcjl
2024-11-28 e81d5ff655e0c5efc85d2e4b3803bc604baf59f1
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);
    List<Goods> selectListByShopId(Integer shopId, String vip);
}