Skip to content
Snippets Groups Projects
Commit 9bc28484 authored by Ester Vilímková's avatar Ester Vilímková
Browse files

Adding capacity to Lecture entity object

parent 5c751948
No related branches found
No related tags found
2 merge requests!31M2,!23M2 course tests
......@@ -27,6 +27,7 @@ public class Lecture extends DomainObject {
private LocalDateTime lectureFrom;
private LocalDateTime lectureTo;
private String topic;
private Integer capacity;
@ManyToOne
private Course course;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment