liyong
2026-04-22 75b27888383db6ce995782582c522c1a2df6ca8c
src/main/java/com/ruoyi/basic/service/impl/ProductModelServiceImpl.java
@@ -163,4 +163,8 @@
            throw new ServiceException("导入失败");
        }
    }
    public Boolean checkProductModelExist(Long productId, String model) {
        return true;
    }
}