Administrator
2026-02-12 e4bfe1f3177755f26637e47bdaed6ba31c712374
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);
}