Merge pull request #1 from IliassSerrhini/test-branch

description field
This commit is contained in:
IliassSerrhini 2025-02-25 21:17:40 +01:00 committed by GitHub
commit 5c131fe830
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 0 deletions

0
filetest Normal file
View file

View file

@ -36,6 +36,7 @@ public class BaseEntity implements Serializable {
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
private String Description;
public Integer getId() {
return id;
}