2024年3月14日发(作者:)

}

@Override

public void deleteAll(List students) {

for (Student student : students) {

(student);

}

}

}