注释完成

This commit is contained in:
ljq 2023-11-18 15:52:19 +08:00
parent 1ee6daa866
commit 7acc89a027
1 changed files with 1 additions and 0 deletions

View File

@ -16,4 +16,5 @@ public interface SharedQuestionService extends IService<SharedQuestion> {
* *
* */ * */
String addSharedQuestions(Integer sharedBankId, List<Integer> selectQuestionId,Integer userId); String addSharedQuestions(Integer sharedBankId, List<Integer> selectQuestionId,Integer userId);
///
} }