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
This commit is part of merge request !23. Comments created here will be created in the context of that merge request.
...@@ -27,6 +27,7 @@ public class Lecture extends DomainObject { ...@@ -27,6 +27,7 @@ public class Lecture extends DomainObject {
private LocalDateTime lectureFrom; private LocalDateTime lectureFrom;
private LocalDateTime lectureTo; private LocalDateTime lectureTo;
private String topic; private String topic;
private Integer capacity;
@ManyToOne @ManyToOne
private Course course; 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