feat: entrepreneur api and api service

This commit is contained in:
Théo Le Lez
2025-02-26 14:51:02 +01:00
parent e66fa33577
commit dd5ca2cbd7
5 changed files with 176 additions and 25 deletions

View File

@ -33,7 +33,7 @@ public class Annotation {
return comment;
}
public void setCommentary(String comment) {
public void setComment(String comment) {
this.comment = comment;
}
}