yuan
4 天以前 a0878378fc2fbf212fc86dc5af4fd7f17814b59a
src/main/java/com/ruoyi/basic/service/IProductModelService.java
@@ -34,5 +34,5 @@
     */
    IPage<ProductModel> modelListPage(Page page , ProductDto productDto);
    AjaxResult importProductModel(MultipartFile file, Integer productId);
    AjaxResult importProductModel(MultipartFile file);
}