Adding entities to module and a default constructor
Required Actions
- Add JPA annotations to the Module class.
- Implement a default constructor for the Module class for JPA compatibility.
Expected Deliverables
- The Module class should have the necessary JPA annotations to be treated as an entity.
- A default constructor should be added to the Module class.