完成了修改
This commit is contained in:
@@ -45,4 +45,7 @@ public class QuestionsService {
|
||||
public void delete(Integer id){
|
||||
questionsDao.delete(id);
|
||||
}
|
||||
public boolean update(Questions question){
|
||||
return questionsDao.update(question);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user