src/main/java/cc/mrbird/febs/ai/service/AiProductQuestionService.java
@@ -63,5 +63,5 @@ void exportNewProductQuestion(AiProductQuestion dto, HttpServletResponse response); FebsResponse importNewProductQuestion(MultipartFile file, String categoryId, String companyId); FebsResponse importNewProductQuestion(MultipartFile file, String categoryId, String companyId, Integer difficulty); }