Skip to content

Commit 8b5fed6

Browse files
committed
add
1 parent 993b2e6 commit 8b5fed6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

javase/src/main/java/info/xiaomo/javase/service/QuestionService.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ public interface QuestionService {
2020
/**
2121
* 根据id查找
2222
*
23-
* @param id
24-
* @return
23+
* @param id id
24+
* @return QuestionModel
2525
*/
2626
QuestionModel findById(Long id);
2727

0 commit comments

Comments
 (0)